base latex

This commit is contained in:
Barak Michener 2019-05-20 17:12:17 -07:00
parent ebd4bc0bad
commit ae14fa1171
2 changed files with 14 additions and 1 deletions

10
.latex/basehtml.cfg Normal file
View file

@ -0,0 +1,10 @@
\Preamble{html}
\begin{document}
\Css {body {
margin-top: 50px;
margin-left: auto;
margin-right: auto;
width: 1000px;
}
}
\EndPreamble