Skip to content

Commit

Permalink
forms
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Mar 11, 2022
1 parent 0530869 commit 5098083
Show file tree
Hide file tree
Showing 17 changed files with 59 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -275,3 +275,5 @@ TSWLatexianTemp*
# Makeindex log files
*.lpz
*.sublime-workspace
content-and-style-request_filled.pdf
~$*
Binary file not shown.
Binary file added forms/content-and-style-request.pdf
Binary file not shown.
7 changes: 7 additions & 0 deletions forms/content-and-style-statement/Tectonic.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[doc]
name = 'content-and-style-statement'
bundle = 'https://data1.fullyjustified.net/tlextras-2020.0r0.tar'

[[output]]
name = 'content-and-style-statement'
type = 'pdf'
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions forms/content-and-style-statement/src/_postamble.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
\end{document}
27 changes: 27 additions & 0 deletions forms/content-and-style-statement/src/_preamble.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
%!TEX output_directory = ../build/dissertation_proposal

\documentclass[11pt]{article}
\usepackage{jls_base}
\usepackage{fontspec}
\usepackage{footnote}

% enable footnotes in environments
\makesavenoteenv{done}
\makesavenoteenv{todo}

\setmainfont{EBGaramond}[
Path = garamond/ ,
Extension = .ttf ,
UprightFont = *-Regular ,
BoldFont = *-Bold ,
ItalicFont = *-Italic ,
BoldItalicFont = *-BoldItalic
]

\addbibresource{dissertation.bib}

\title{Content and Style Request Statement}
\author{Jonny Saunders}

\begin{document}
\maketitle
1 change: 1 addition & 0 deletions forms/content-and-style-statement/src/dissertation.bib
1 change: 1 addition & 0 deletions forms/content-and-style-statement/src/garamond
7 changes: 7 additions & 0 deletions forms/content-and-style-statement/src/index.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
%!TEX root=./_preamble.tex
\section{Mice Can Learn Phonetic Categories}

\begin{leftbar}
\fullcite{saundersMiceCanLearn2019}
\end{leftbar}

1 change: 1 addition & 0 deletions forms/content-and-style-statement/src/jls_base.sty
1 change: 1 addition & 0 deletions forms/content-and-style-statement/src/jls_dissertation.sty
Binary file modified proposal/build/dissertation_proposal/dissertation_proposal.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion proposal/src/git-version.tex
Original file line number Diff line number Diff line change
@@ -1 +1 @@
final-17-g3e044f6
final-18-g0530869
9 changes: 1 addition & 8 deletions proposal/src/jls_base.sty
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,7 @@

% Print bibliography at end of each subfile when compiling separately,
% but also in main document when compiling together
\AtEndDocument{%
% \newpage
% \section{Notes}
% \theendnotes
\newpage
\section{References}
\printbibliography
}


% ----------------------
% Environments
Expand Down
9 changes: 9 additions & 0 deletions proposal/src/jls_dissertation.sty
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,12 @@
% \thispagestyle{empty}%
% \normalfont
% }

\AtEndDocument{%
% \newpage
% \section{Notes}
% \theendnotes
\newpage
\section{References}
\printbibliography
}

0 comments on commit 5098083

Please sign in to comment.