Createx

CREATEX is a tool that automatically completes LaTeX templates when creating TeX scripts

Category

Other

License

Free to use (MIT)

File

templates/article.tex

article.texRead-only preview
\documentclass{article}
\title{\huge{**title**}}
\author{**author**}
\date{**date**}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{geometry}
\geometry{a4paper, margin=1in}
\theoremstyle{plain}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{lemma}{Lemma}[section]
\newtheorem{corollary}{Corollary}[section]
\newtheorem{proposition}{Proposition}[section]
\newtheorem{claim}{Claim}
\theoremstyle{definition}
\newtheorem{definition}{Definition}[section]
\newtheorem{example}{Example}[section]
\newtheorem{problem}{Problem}[section]
\theoremstyle{remark}
\newtheorem*{remark}{Remark}
\newtheorem*{solution}{Solution}
\newtheorem*{acknowledgement}{Acknowledgement}
\begin{document}
\newcommand\dd{\mathrm{d}}
\maketitle


**Contents**

\end{document}
Preview
Createx preview
Createx LaTeX Template | Bibby | Bibby AI