Initial commit
This commit is contained in:
parent
4c86b65241
commit
45d7c7aa0b
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
*.aux
|
||||||
|
*.log
|
||||||
|
*.gz
|
||||||
|
*.toc
|
BIN
build/integral.pdf
Normal file
BIN
build/integral.pdf
Normal file
Binary file not shown.
BIN
build/new-page-width.pdf
Normal file
BIN
build/new-page-width.pdf
Normal file
Binary file not shown.
BIN
build/pythagorean.pdf
Normal file
BIN
build/pythagorean.pdf
Normal file
Binary file not shown.
7
integral.tex
Normal file
7
integral.tex
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
\documentclass{standalone}
|
||||||
|
\begin{document}
|
||||||
|
\begin{math}
|
||||||
|
\int_{a}^{b} x^2 \,dx
|
||||||
|
\end{math}
|
||||||
|
\end{document}
|
||||||
|
|
14
new-page-width.tex
Normal file
14
new-page-width.tex
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
\documentclass{article}
|
||||||
|
\usepackage[
|
||||||
|
left=0.1cm,
|
||||||
|
right=0.1cm,
|
||||||
|
top=0.1cm,
|
||||||
|
bottom=0.1cm]
|
||||||
|
{geometry}
|
||||||
|
\begin{document}
|
||||||
|
\pdfpagewidth=2.3cm \pdfpageheight=0.7cm
|
||||||
|
\noindent $ x^n + y^n = z^n $
|
||||||
|
\newpage
|
||||||
|
\pdfpagewidth=10cm \pdfpageheight=6cm
|
||||||
|
\parbox[bottom][6cm][c]{10cm}{$ x^n + y^n = z^n $ \\ Plus some additional text.}
|
||||||
|
\end{document}
|
4
pythagorean.tex
Normal file
4
pythagorean.tex
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
\documentclass{standalone}
|
||||||
|
\begin{document}
|
||||||
|
$ x^n + y^n = z^n $
|
||||||
|
\end{document}
|
Loading…
Reference in New Issue
Block a user