- Commit
- 37685d9847bdb00833283e38976de05b2426d805
- Parent
- c3552c5b2a754c3110a463793e5ad4900b2fa716
- Author
- Pablo <pablo-pie@riseup.net>
- Date
Added the PDF printout to the repo
Python scripts to generate 3D models of some complex curves
Added the PDF printout to the repo
3 files changed, 0 insertions, 7 deletions
Status | Name | Changes | Insertions | Deletions |
Modified | printout/.gitignore | 2 files changed | 0 | 1 |
Added | printout/model.pdf | 1 file changed | 0 | 0 |
Modified | printout/model.tex | 2 files changed | 0 | 6 |
diff --git a/printout/.gitignore b/printout/.gitignore @@ -19,7 +19,6 @@ *.log *.nav *.out -*.pdf *.pdf_original *.snm *.tmp
diff --git /dev/null b/printout/model.pdf Binary files differ
diff --git a/printout/model.tex b/printout/model.tex @@ -1,16 +1,10 @@ \documentclass[a4paper]{article} \usepackage[total={6in, 10in}]{geometry} \usepackage{minted} -%\usepackage{fontspec} % Set the color scheme used by minted \usemintedstyle{perldoc} -%% Beamer settings -%\usetheme[progressbar=frametitle]{metropolis} -%\setbeamertemplate{itemize items}{\textbullet} -%\setmonofont{DejaVu Sans Mono} - \begin{document} \inputminted{python}{../model.py} \end{document}