modify tex template
This commit is contained in:
parent
566ce3e606
commit
6f156428d1
1 changed files with 12 additions and 3 deletions
|
@ -1,10 +1,19 @@
|
|||
\documentclass{article}
|
||||
\documentclass[12pt]{article}
|
||||
|
||||
\usepackage[a4paper]{geometry}
|
||||
\usepackage[letterpaper]{geometry}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage{caption}
|
||||
\usepackage{graphicx}
|
||||
\graphicspath{ {./images/} }
|
||||
\captionsetup{labelformat=empty}
|
||||
|
||||
\title{}
|
||||
\author{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
\setlength{\parskip}{1em}
|
||||
|
||||
|
||||
\end{document}
|
||||
|
|
Loading…
Reference in a new issue