Skip to content

Commit

Permalink
sfsfsfsfs
Browse files Browse the repository at this point in the history
  • Loading branch information
svmiller committed May 7, 2024
1 parent e70b253 commit 05d1ef3
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 47 deletions.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# stevetempaltes 1.1.0
# stevetemplates 1.1.0

- `word` now has a custom footnote style, which simply decreases the font size from 12 to 9.
- `article3` no longer has a hypothesis theorem hard-coded to it. `{bookdown}` can do that, if you need it. Rationale: you also won't need it for the simplest of simple cases, or could add one yourself by way of `header-includes:`.

# stevetemplates 1.0.0

Expand Down
94 changes: 48 additions & 46 deletions inst/rmarkdown/templates/article3/resources/template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -514,8 +514,10 @@




\newtheorem{hypothesis}{Hypothesis}
% Disabling this as of 7 May 2024
% Rationale: I'm gradually pivoting more things outside boilerplate
% R Markdown, and {bookdown} can do this if you ask it.
% \newtheorem{hypothesis}{Hypothesis}

$if(doublespacing)$
\usepackage{setspace}
Expand Down Expand Up @@ -634,7 +636,7 @@
$else$
\vskip -14.5pt
{\footnotesize
{\footnotesize
\begingroup
Expand All @@ -649,22 +651,22 @@
\textsuperscript{$affils.code$} \emph{$affils.address/nowrap$}$sep$\par
$endfor$
$endif$
$endif$
\endgroup
}
$endif$ % this endif is for removing affils in (anonymous)
% \vskip 8.5pt
%
% {\footnotesize
%
% \vskip 8.5pt
%
% {\footnotesize
%
% \begingroup
% \noindent \emph{Email addresses:} $for(author)$
% \textsuperscript{$author.order$} {\tt $author.email/nowrap$}$sep$,
% $endfor$
%
%
% \endgroup
% }
Expand Down Expand Up @@ -708,15 +710,15 @@
\end{minipage}
\hfill
\begin{minipage}[t]{0.35\textwidth}
$if(remove-emails)$$else$
\raisedrule[0.2em]{0.1pt}{\footnotesize Contact Info}
\vspace{8pt}
{\footnotesize
$if(solo-author)$
\noindent $for(author)$
{\tt $author.email/nowrap$}$sep$\par
Expand All @@ -729,33 +731,33 @@
}
\vskip 8.5pt
$endif$
$if(remove-paper-info)$$else$
\raisedrule[0.2em]{0.1pt}{\footnotesize Paper Info}
\vspace{5pt}
{\footnotesize
$for(paper-info)$$paper-info$$sep$\vspace{1.5pt}\par
$endfor$
$if(keywords)$
\vskip 8.5pt \noindent \emph{Keywords}: $keywords$ \par
$else$
$endif$
}
$endif$
\vskip 8.5pt
\end{minipage}
%\bottomrule
%\rule[#1]{1pt}{#2}
Expand Down Expand Up @@ -818,12 +820,12 @@
\hfill
\begin{minipage}[t]{0.35\textwidth}
\raisedrule[0.2em]{0.1pt}{\footnotesize Author Info}
\vspace{5pt}
{\footnotesize
$if(solo-author)$
$for(affils)$
$affils.address/nowrap$$sep$\par
Expand All @@ -833,16 +835,16 @@
\textsuperscript{$affils.code$} $affils.address/nowrap$$sep$\par
$endfor$
$endif$
}
\vspace{8pt}
$if(remove-emails)$$else$
{\footnotesize
$if(solo-author)$
\noindent $for(author)$
{\tt $author.email/nowrap$}$sep$\par
Expand All @@ -853,28 +855,28 @@
$endfor$
$endif$
}
$endif$
\vskip 8.5pt
$if(remove-paper-info)$$else$
\raisedrule[0.2em]{0.1pt}{\footnotesize Paper Info}
\vspace{5pt}
{\footnotesize
$for(paper-info)$$paper-info$$sep$\vspace{1.5pt}\par
$endfor$
}
$endif$
\vskip 8.5pt
\end{minipage}
%\bottomrule
%\rule[#1]{1pt}{#2}
Expand Down

0 comments on commit 05d1ef3

Please sign in to comment.