[Plugin: WP QuickLaTeX] using \begin{enumerate}
-
I have been trying to compile exercise using
\begin{enumerate}
\item
\item
\end{enumerate}
with QuickLaTeX and for some reason it returns\begin{enumerate}
\item
\item
\end{enumerate}To fix this problem I added my own .sty file
\ProvidesPackage{mycommands}
\usepackage[inline]{asymptote}
\usepackage{comment}
\usepackage{tikz}
\usetikzlibrary{calc,fadings,decorations.pathreplacing}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{array}
\usepackage{xy}
%\usepackage{ams}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{amsthm}
\usepackage{setspace}
%\usepackage{ulem}
\usepackage{mathrsfs}
\usepackage{color}\newcommand{\tot}[1]{\phi\left(#1\right)}
\newcommand{\p}[1]{\mathcal{P}\left(#1\right)}
\newcommand{\aand}{\wedge}
\newcommand{\oor}{\vee}
\newcommand{\imp}{\rightarrow}
\newcommand{\bicon}{\leftrightarrow}
\newcommand{\Bicon}{\Leftrightarrow}
\newcommand{\subs}{\subseteq}
\newcommand{\sups}{\supseteq}
\newcommand{\crt}[1]{\sqrt[3]{#1}}
\newcommand{\xor}{\oplus}
\newcommand{\nor}{\downarrow}
\newcommand{\nand}{\uparrow}
\newcommand{\smin}{\backslash}
\renewcommand{\bar}[1]{\overline{#1}}
\newcommand{\deriv}[3]{\frac{d^{#3}#1}{d#2^{#3}}}
\newcommand{\pderiv}[3]{\frac{\partial^{#3}#1}{\partial#2^{#3}}}
\newcommand{\Deriv}[3]{\frac{d^{#3}}{d#2^{#3}}\lp#1\rp}
\newcommand{\Pderiv}[3]{\frac{\partial^{#3}}{\partial #2^{#3}}\lp#1\rp}
\newcommand{\del}{\nabla}
\newcommand{\congt}{\equiv}
\newcommand{\cseq}[2]{#1_1,#1_2,\dots,#1_{#2}}
\newcommand{\pseq}[2]{#1_1+#1_2+\dots+#1_{#2}}
\newcommand{\seq}[2]{#1_1#1_2\dots#1_{#2}}
\newcommand{\oseq}[3]{#1_1#2#1_2#2\dots#2#1_{#3}}
\newcommand{\abs}[1]{\left|#1\right|}
\newcommand{\norm}[1]{\left\|#1\right\|}
\newcommand{\cross}{\times}
\renewcommand{\deg}{^\circ}
\newcommand{\oto}{^{1-1}}
\newcommand{\onto}{_{\mathrm{onto}}}\DeclareMathOperator{\arccot}{arccot}
\DeclareMathOperator{\arcsec}{arcsec}
\DeclareMathOperator{\arccsc}{arccsc}
\DeclareMathOperator{\arcsinh}{arcsinh}
\DeclareMathOperator{\arccosh}{arccosh}
\DeclareMathOperator{\arctanh}{arctanh}
\DeclareMathOperator{\arccoth}{arccoth}
\DeclareMathOperator{\arcsech}{arcsech}
\DeclareMathOperator{\arccsch}{arccsch}\def\Z{\mathbb{Z}}
\def\R{\mathbb{R}}
\def\N{\mathbb{N}}
\def\Q{\mathbb{Q}}
\def\C{\mathbb{C}}
\def\L{\mathcal{L}}
\def\M{\mathcal{M}}
\def\l{\mathscr{L}}\newcommand{\lp}{\left(}
\newcommand{\rp}{\right)}
\newcommand{\lb}{\left[}
\newcommand{\rb}{\right]}
\renewcommand{\t}[1]{\text{#1}}\newcommand{\floor}[1]{\left\lfloor #1\right\rfloor}
\newcommand{\ceil}[1]{\left\lceil #1\right\rceil}\theoremstyle{definition}
\newtheorem{prob}{Problem}
\newtheorem{sol}{Solution}
\newtheorem{thm}{Theorem}
\newtheorem{ex}{Example}
\newtheorem{dfn}{Definition}
\newtheorem{lma}{Lemma}
\newtheorem{prop}{Proposition}
\newtheorem{ax}{Axiom}
\newtheorem{prf}{Proof}
\newtheorem{cm}{comment}
\newcommand{\numberall}[1]{\numberwithin{thm}{#1}\numberwithin{ex}{#1}
\numberwithin{dfn}{#1}\numberwithin{lma}{#1}\numberwithin{prop}{#1}
\numberwithin{ax}{#1}\numberwithin{equation}{#1}}\newcommand{\beqn}{\begin{eqnarray*} }
\newcommand{\eeqn}{\end{eqnarray*} }
\newcommand{\beqnn}{\begin{eqnarray} }
\newcommand{\eeqnn}{\end{eqnarray} }
\newcommand{\beq}{\begin{equation} }
\newcommand{\eeq}{\end{equation} }
\newcommand{\benum}{\begin{enumerate} }
\newcommand{\eenum}{\end{enumerate} }
\newcommand{\bit}{\begin{itemize} }
\newcommand{\eit}{\end{itemize} }
\newcommand{\bcm}{\begin{comment} }
\newcommand{\ecm}{\end{comment} }
\newcommand{\bprob}{\begin{prob} }
\newcommand{\bsol}{\begin{sol} }
\newcommand{\esol}{\end{sol} }
\newcommand{\bprf}{\begin{proof} }
\newcommand{\eprf}{\end{proof} }
\newcommand{\bthm}{\begin{thm} }
\newcommand{\ethm}{\end{thm} }
\newcommand{\bdfn}{\begin{dfn} }
\newcommand{\edfn}{\end{dfn} }
\newcommand{\bq}{\begin{quote} }
\newcommand{\eq}{\end{quote} }
\newcommand{\bex}{\begin{ex} }
\newcommand{\eex}{\end{ex} }
\newcommand{\blma}{\begin{lma} }
\newcommand{\elma}{\end{lma} }
\newcommand{\bprop}{\begin{prop} }
\newcommand{\eprop}{\end{prop} }
\newcommand{\bax}{\begin{ax} }
\newcommand{\eax}{\end{ax} }
\newcommand{\bcas}{\begin{cases} }
\newcommand{\ecas}{\end{cases} }
\newcommand{\bs}{\begin{singlespace} }
\newcommand{\es}{\end{singlespace} }
\newcommand{\e}{&=&}
\newcommand{\lt}{&<&}
\newcommand{\gt}{&>&}
\newcommand{\leqt}{&\leq&}
\newcommand{\geqt}{&\geq&}
\newcommand{\ct}{&\congt&}\newcommand{\bc}{\underline{Base Case:}\ }
\newcommand{\ih}{\underline{Inductive Hypothesis:}\ }
\newcommand{\case}[1]{\underline{Case #1:}\ }
\newcommand{\wts}{want to show\ }
\newcommand{\wolog}{without loss of generality\ }
\newcommand{\ds}{\displaystyle}
\newcommand{\noi}{\noindent}
\newcommand{\non}{\nonumber}
\renewcommand{\v}[1]{\mathbf{#1}}
\newcommand{\lhs}{\mathrm{LHS}}
\newcommand{\rhs}{\mathrm{RHS}}
\newcommand{\qeds}[1]{\renewcommand{\qedsymbol}{$#1$}}\newcommand{\eref}[1]{(\ref{#1})}
\newcommand{\thmref}[1]{Theorem~\ref{#1}}
\newcommand{\pref}[1]{Proposition~\ref{#1}}\newcommand{\relc}[1]{\frac{#1}{\sqrt{1-v^2/c^2}}}
\newcommand{\bra}[1]{\langle#1|}
\newcommand{\ket}[1]{|#1\rangle}
\newcommand{\braket}[2]{\langle#1|#2\rangle}
\newcommand{\pih}{\frac{\pi}{2}}
\newcommand{\tpih}{\frac{3\pi}{2}}but I still cannot get it to compile correctly.
Any suggestions?
- The topic ‘[Plugin: WP QuickLaTeX] using \begin{enumerate}’ is closed to new replies.