-
commands.tex
: customized commands, can be use anywhere because it is imported in the main file by\input{commands}
. -
style.sty
: style file, affects all the related line or blocks (imported in the main file by\usepackage{./style}
and\lstset{style=mystyle}
). -
custom theorem style
\newtheoremstyle{mytheoremstyle} % name {\topsep} % Space above {\topsep} % Space below {\itshape\fontfamily{ptm}\selectfont} % Body font {} % Indent amount {\fontfamily{ptm}\selectfont\scshape\color{blue}} % Theorem head font {:} % Punctuation after theorem head {.5em} % Space after theorem head {} % Theorem head spec
Theorem head spec: can be left empty, meaning ‘normal’
-
Notifications
You must be signed in to change notification settings - Fork 0
A simple multi file LaTeX template project
License
Jacobbishopxy/latex-template
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A simple multi file LaTeX template project