%% Preamble %% %% A minimal LaTeX preamble \documentclass[11pt]{amsart} \usepackage{geometry} % See geometry.pdf to learn the layout options. There are lots. \geometry{letterpaper} % ... or a4paper or a5paper or ... %\geometry{landscape} % Activate for for rotated page geometry %\usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent \usepackage{graphicx} \usepackage{amssymb} \usepackage{epstopdf} \usepackage{hyperref} \usepackage{color} % \usepackage{fontspec} \usepackage{polyglossia} \setmainlanguage{en} \DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png} %% Asciidoc TeX Macros %% % Needed for Asciidoc \newcommand{\admonition}[2]{\textbf{#1}: {#2}} \newcommand{\rolered}[1]{ \textcolor{red}{#1} } \newtheorem{theorem}{Theorem} \newtheorem{remark}{Remark} \newtheorem{corollary}{Corollary} \newtheorem{problem}{Problem} \newtheorem{definition}{Definition} \newtheorem{example}{Example} %% User Macros %% %% Macro definitions %% J. Carlson %% 9/26/2014 %% Blackboard Bold \def\AA{\mathbb{A}} \def\BB{\mathbb{B}} \def\CC{\mathbb{C}} \def\DD{\mathbb{D}} \def\EE{\mathbb{E}} \def\FF{\mathbb{F}} \def\NN{\mathbb{N}} \def\OO\mathbb{{O}} \def\PP{\mathbb{P}} \def\QQ{\mathbb{Q}} \def\RR{\mathbb{R}} \def\ZZ{\mathbb{Z}} \def\ffp{\mathfrak{p}} \def\bold#1{\bf #1} %% Mathcal \def\EEE{\mathcal{E}} \def\PPP{\mathcal{P}} \def\UUU{\mathcal{U}} \def\CCC{\mathcal{C}} %% Arrows, sets, etc. \newcommand{\commadots}{, \ldots, } \newcommand{\set}[1]{ \{\,#1\, \} } \newcommand{\sett}[2]{ \{\,#1\, \mid\, #2\, \} } \newcommand{\Set}[1]{ \Big\{\,#1\, \Big\} } \newcommand{\Sett}[2]{ \Big\{\,#1\, \Big\vert\; #2\, \Big\} } \newcommand{\mapright}[1]{\ \smash{ \mathop{\longrightarrow}\limits^{#1}}\ } \newcommand{\vars}[2]{{#1}_1\commadots{#1}_{#2}} \newcommand{\map}{\longrightarrow} %% Math operators \def\rank{\mathop{rank}} \def\dim{\mathop{dim}} \def\height{\mathop{height}} \def\ord{\mathop{ord}\nolimits} \def\CP{\CC\PP} %% Document appearance \parskip8pt \parindent0pt \input newEnvironments.tex %% Front Matter %% \title{Env test} \author{} \date{} %% Begin Document %% \begin{document} \maketitle %% Begin Document Text %% \section{Env test} \begin{theorem} The equation \(a^2 + b^2 = c^2\) has infinitely many non-proportional integer solutions. \end{theorem} \begin{theorem} The equation \(a^n + b^n = c^n\), for $\(n > 2\), has only trivial integer solutions, where one of the variables is zero. \end{theorem} Dummy \end{document}