yage
96992e9344
===================================================================== --- New Scripts -------------------------- zsh ) latex + latex template engine - latex/build-pdf - latex/cleanup - latex/create-new - latex/get-pdf - latex/open-pdf beta SQL script -- got tired of floating this; works, but only OK - db/run-sql/postgres --- Changes ------------------------------ - Added 'math', 'basic', and 'times-new-roman' templates to latex - Added 'readlink' to list of required coreutils - Added __INPUT to read into a variable with prompt (zsh/utils/io) - Added $EXECUTION_DIR to interact with the user's working directory --- Bug Fixes ---------------------------- - subscwrypts no longer force stdout/stderr to tty
16 lines
373 B
TeX
16 lines
373 B
TeX
\usepackage{imports}
|
|
\usepackage{formatting}
|
|
\usepackage{custom-headers}
|
|
|
|
\begin{document}
|
|
\insertTitle%
|
|
% ---------------------------------------------------------------------
|
|
|
|
% \input{sections/abstract.tex}
|
|
% \includgraphics{graphics/table-a.png}
|
|
\firstH{First-level Header}
|
|
\kant%
|
|
|
|
% ---------------------------------------------------------------------
|
|
\end{document}
|