Title: [Plugin: WP QuickLaTeX] using \begin{enumerate}
Last modified: August 20, 2016

---

# [Plugin: WP QuickLaTeX] using \begin{enumerate}

 *  [abuchan](https://wordpress.org/support/users/abuchan/)
 * (@abuchan)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-quicklatex-using-beginenumerate/)
 * 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?
 * [http://wordpress.org/extend/plugins/wp-quicklatex/](http://wordpress.org/extend/plugins/wp-quicklatex/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [advanpix](https://wordpress.org/support/users/advanpix/)
 * (@advanpix)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-quicklatex-using-beginenumerate/#post-2155210)
 * Hi Andrew,
 * I’ve already [replied to your question](http://www.holoborodko.com/pavel/quicklatex/#comment-5932)
   few weeks ago.
 *  [Serkan](https://wordpress.org/support/users/slmdesign/)
 * (@slmdesign)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-quicklatex-using-beginenumerate/#post-2155377)
 * Hi Pavel,
 * i’m using QuickLatex, its a great plugin.
    but i can’t find, how i can write 
   comments into my posts – such for me, nobody has to see it. Is there a way to
   do that in QuickLatex?
 * thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: WP QuickLaTeX] using \begin{enumerate}’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-quicklatex.svg)
 * [WP QuickLaTeX](https://wordpress.org/plugins/wp-quicklatex/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-quicklatex/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-quicklatex/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-quicklatex/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-quicklatex/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-quicklatex/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Serkan](https://wordpress.org/support/users/slmdesign/)
 * Last activity: [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-quicklatex-using-beginenumerate/#post-2155377)
 * Status: not resolved