mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2025-10-21 20:10:41 +00:00
44 lines
762 B
TeX
44 lines
762 B
TeX
%NOTE: to be used with \usepackage{subfiles} in the main file.
|
|
%Subfiles go in folders which live with the main file.
|
|
%Bibliography and preamble go in the main file.
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%% PREAMBLE %%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
\documentclass[../../Root.tex]{subfiles} %Each instance of `../' elevates one folder to find the main file
|
|
|
|
\begin{document}
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%% DOCUMENT %%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
% \tableofcontents % Can be useful to load a TOC while writing
|
|
|
|
\doublespacing
|
|
|
|
\schapter{TITLE}
|
|
|
|
\hypsection{TITLE}
|
|
|
|
\hypsubsection{TITLE}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\bibliographystyle{Phil_Review} %%bib style found in bst folder, in bibtex folder, in texmf folder.
|
|
\nobibliography{Zotero} %%bib database found in bib folder, in bibtex folder
|
|
|
|
\end{document}
|