diff --git a/inspecting/logs/textidote.html b/inspecting/logs/textidote.html deleted file mode 100644 index 932a86c..0000000 --- a/inspecting/logs/textidote.html +++ /dev/null @@ -1,326 +0,0 @@ - - - - -TeXtidote analysis - - - -

Results of TeXtidote analysis

-

Here is the result of analyzing your file(s) with TeXtidote. Hover the mouse over highlighted portions of the document to read a tooltip that gives you some writing advice.

-

Found 22 warning(s)

-
-
  1
\documentclass[11pt, letterpaper]{article}
-
  2
\usepackage{silence}
-
  3
\WarningsOff*
-
  4
 
-
  5
 
-
  6
%========================================================
-
  7
% Fonts and links and math
-
  8
%========================================================
-
  9
\usepackage[T1]{fontenc}
-
 10
\usepackage{tgbonum}
-
 11
 
-
 12
\usepackage{amsmath}
-
 13
\usepackage{dsfont}
-
 14
 
-
 15
\usepackage[nameinlink, capitalize, noabbrev]{cleveref}
-
 16
 
-
 17
\usepackage[11pt]{moresize}
-
 18
 
-
 19
\usepackage{setspace}% for 'singlespacing, onehalfspacing, and doublespacing
-
 20
 
-
 21
\usepackage[nice]{nicefrac}
-
 22
 
-
 23
\usepackage[right]{lineno}
-
 24
 
-
 25
 
-
 26
%========================================================
-
 27
% Figures
-
 28
%========================================================
-
 29
\usepackage{graphicx}
-
 30
\graphicspath{ {./figures/} {./figures/external} }
-
 31
 
-
 32
\usepackage{caption}
-
 33
\DeclareCaptionLabelSeparator{vert}{\textbf{|}}
-
 34
\usepackage[
-
 35
skip =0pt,
-
 36
labelfont =bf,
-
 37
font =scriptsize,
-
 38
textfont =scriptsize,
-
 39
figurename =Figure,
-
 40
justification =justified,
-
 41
singlelinecheck =false,
-
 42
labelsep =vert % none colon period space quad newline
-
 43
]{caption}
-
 44
 
-
 45
\usepackage[
-
 46
skip =0pt,
-
 47
size =footnotesize,
-
 48
textfont =footnotesize,
-
 49
justification=centering
-
 50
]{subcaption}
-
 51
 
-
 52
 
-
 53
\usepackage{ragged2e}
-
 54
 
-
 55
% Custom footnote for figures and tables
-
 56
%\newcommand{\myfigtabnote}{\caption*{1} \scriptsize \emph{Notes}--- }
-
 57
\newcommand{\myfigtabnote}[1][\caption*]{
-
 58
\footnotesize
-
 59
\justifying
-
 60
\noindent
-
 61
\emph{Notes}---}
-
 62
 
-
 63
 
-
 64
%========================================================
-
 65
% Tables
-
 66
%========================================================
-
 67
\usepackage{booktabs}
-
 68
\usepackage{adjustbox}
-
 69
 
-
 70
\DeclareCaptionLabelSeparator{bar}{---}
-
 71
\captionsetup[table]{
-
 72
skip=0pt,
-
 73
labelsep=vert,
-
 74
justification=justified,
-
 75
singlelinecheck=false,
-
 76
textfont=small,
-
 77
font=small,
-
 78
}
-
 79
 
-
 80
\usepackage{dcolumn}
-
 81
\usepackage[group-separator={,},group-minimum-digits=4]{siunitx}
-
 82
 
-
 83
% https://tex.stackexchange.com/questions/611786/misplaced-noalign-because-input-before-booktabs-rule
-
 84
% I was getting Misplaced \noalign. \bottomrule on my laptop
-
 85
% but not on my desktop...
-
 86
% Comment out for older LaTeX versions
-
 87
%\iffalse
-
 88
\ExplSyntaxOn
-
 89
\cs_new:Npn \expandableinput #1
-
 90
{ \use:c { @@input } { \file_full_name:n {#1} } }
-
 91
\AddToHook{env/tabular/begin}
-
 92
{ \cs_set_eq:NN \input \expandableinput }
-
 93
\ExplSyntaxOff
-
 94
%\fi
-
 95
 
-
 96
%========================================================
-
 97
% Other Floats
-
 98
%========================================================
-
 99
\usepackage{float}
-
100
\usepackage{placeins} %for \FloatBarrier
-
101
\usepackage{sidecap} % for SCfigure and SCtable
-
102
\sidecaptionvpos{table}{b} % position table caoption to bottom
-
103
\usepackage{pdflscape} %for horizontal pages \begin{landscape}
-
104
\usepackage{afterpage}
-
105
 
-
106
%\usepackage{circuitikz}
-
107
 
-
108
%========================================================
-
109
% Biblio
-
110
%========================================================
-
111
\usepackage[super,comma,sort&compress]{natbib}
-
112
% \usepackage{natbib}
-
113
\setcitestyle{aysep={}}
-
114
\usepackage{doi} % auto hyperlink DOIs in references
-
115
 
-
116
\setlength{\bibsep}{2pt} % You can adjust the value to your preference
-
117
 
-
118
% Make the references be 1 John Doe 2000. instead of [1] John Doe 2000
-
119
\makeatletter
-
120
\renewcommand\@biblabel[1]{#1} %from [1] to 1
-
121
\makeatother
-
122
 
-
123
% \usepackage[resetlabels]{multibib}
-
124
% \newcites{SI}{References}
-
125
 
-
126
% Customize list of backreferences.
-
127
% From https://tex.stackexchange.com/a/183735/1340
-
128
\renewcommand*{\backref}[1]{}
-
129
\renewcommand*{\backrefalt}[4]{%
-
130
\ifcase #1%
-
131
\or [p.~#2]%
-
132
\else [pp.~#2]%
-
133
\fi%
-
134
}
-
135
% Explain list of backreferences.
-
136
% https://tex.stackexchange.com/a/70953/1340
-
137
\renewcommand{\bibpreamble}{%
-
138
[\footnotesize Citing pages (hyperlinked) are listed after each reference.]%
-
139
\par\bigskip}
-
140
 
-
141
 
-
142
\newcommand{\rednote}[1]{\textcolor{red}{\textit{[#1]}}}
-
143
 
-
144
%========================================================
-
145
% Meta
-
146
%========================================================
-
147
\usepackage[en-US]{datetime2}
-
148
\DTMlangsetup[en-US]{showdayofmonth=false}
-
149
 
-
150
\usepackage{titling}
-
151
%\setlength{\droptitle}{-7em} % This is your set screw
-
152
x
-
153
\date{}
-
154
 
-
155
 
-
156
\begin{document}
-
157
 
-
158
% ===============================================================
-
159
% ===============================================================
-
160
\section{Introduction}\label{sec:intro}
-
161
% ===============================================================
-
162
% ===============================================================
-
163
% Lead
-
164
Neighborhoods, through their built and natural environmental features, are increasingly recognized for their significant role in enhancing the mental, physical, and economic well-being of families and their children \citep{Crane1991-bu, Kling2005-fu, Renalds2010-ok, Ludwig2011-ns, Ludwig2012-tf, Bilger2013-sa, Ludwig2013-ns, Chetty2016-vy, Bird2018-bp, Ige2019-wd, Tan2022-vi, our-pfas}.
-
165
For children, parks are pivotal for early development as green and community spaces are child relevant \citep{Christian2015-ub, Nordbo2019-gs}.
-
166
Such spaces within the neighborhood help promote physical and social activity as stress relief and as opportunities for play and leisure \citep{Bird2018-bp, Nordbo2019-gs}.
-
167
However, the influence of these neighborhood spaces on children's development is likely moderated by parenting qualities, including the under-explored role of fathers \citep{Paquette2003-ut, Flanders2009-ey, Stgeorge2017-bu, Garfield2019-xn}.
-
168
Moreover, developmental needs vary greatly in the early years, and the influence of parents---including fathers---at various ages has an important but understudied role in socio-emotional development.
-
169
Using a novel geospatial-temporal dataset constructed from three distinct data sources, this study evaluates the evidence for how mothers and fathers moderate the association between the child's resilience at age ten and nearby parks from birth to age ten.
-
170
aged CD-RISC measure across neighborhoods.
-
171
 
-
172
Here is an acronym: CD-RISC.
-
173
 
-
174
 
-
175
This citation should appear after the period \citep{Paquette2003-ut, Flanders2009-ey, Stgeorge2017-bu, Garfield2019-xn}.
-
176
 
-
177
This too \citep{Paquette2003-ut, Flanders2009-ey, Stgeorge2017-bu, Garfield2019-xn}.
-
178
 
-
179
This is some hard-coded number, u = 250, t = 100.41.
-
180
 
-
181
This is a link that works: \url{google.com}.
-
182
 
-
183
This is a url that should fail: \url{fakelink.com}.
-
184
 
-
185
Here is a repeated string string.
-
186
 
-
187
Here is a repeated bigram: abc def abc def.
-
188
 
-
189
Here is a repeated trigram: aa bb cc aa bb cc.
-
190
 
-
191
A is due to B.
-
192
 
-
193
The haze was due to a wildfire.
-
194
 
-
195
The air was hazy because of a wildfire.
-
196
 
-
197
 
-
198
\begin{figure}[H] % H ensures the figure is placed exactly where it's defined
-
199
\centering
-
200
% Example image placeholder, use actual image path for real image
-
201
\includegraphics[width=0.6\textwidth]{example-image} % Adjust width as necessary
-
202
\caption{This is a caption for the example figure.}
-
203
\label{fig:example}
-
204
\end{figure}
-
205
 
-
206
\begin{figure}[H] % H ensures the figure is placed exactly where it's defined
-
207
\centering
-
208
% Example image placeholder, use actual image path for real image
-
209
\includegraphics[width=0.6\textwidth]{example-image} % Adjust width as necessary
-
210
\caption{This is a caption for the example figure.}
-
211
\label{fig:example}
-
212
\end{figure}
-
213
 
-
214
% =============================================================================
-
215
% REFERENCES
-
216
% =============================================================================
-
217
\FloatBarrier
-
218
\singlespacing
-
219
\clearpage
-
220
\small
-
221
\bibliographystyle{vancouver}
-
222
% \bibliographystyle{aea-econ}
-
223
\bibliography{references,paperpile}
-
224
\addcontentsline{toc}{section}{References}
-
225
 
-
226
\clearpage
-
227
%TC:endignore
-
228
-
229
\end{document}
-
-
-Output produced by TeXtidote v0.8.2, © 2018-2020 Sylvain Hallé - All rights reserved.
-See the TeXtidote website for more information. - -