错误 \item 在回忆录中的数学模式中无效

错误 \item 在回忆录中的数学模式中无效

我正在使用回忆录类,遇到了各种各样的错误。每次我试图修复一个错误,就会出现另一个错误。现在我得到了“\item 在数学模式中无效”。我不知道我是如何进入数学模式的,也不知道如何退出。这让我发疯,我太累了,不想再想了。这是书籍项目的一部分,但这里有一个 MWE:

主文件

\documentclass{memoir}
\title{Interesting words}
\author{Peter Flom}
% \usepackage{hyperref}
\usepackage[marginpar]{todo}
\usepackage{url}
\usepackage{varioref}
%\let\providelength\relax
%\usepackage{dialogue}

%% A convenience command, for typesetting the
%% word and pronunciation

%\newcommand{\entry}[2]{\medskip\noindent{\Large\textbf{#1} (#2)\par}}
\newcommand{\entry}[2]{\medskip\noindent{\Large\textbf{#1} \normalsize{#2} \par}}



\newcommand{\sclabel}[1]{\normalfont\scshape #1}

%% Less spacing around lists
\firmlists

\begin{document}

To do list
\begin{itemize}
   \item Add cover, title page and so on.
   \item Add more example sentences to USAGE including writing possible contemporary uses
   \item Add more personal reasons why I love a word or where I found it, also more personal examples
   \item Look at more about the frequency of the word, try to note why there was a peak
   \item Add humor to anti-thesaurus
   \item Check copyright issues
   \item Move Misc words to other chapters as possible
   \item Write reviews of sources on Amazon
   \item Write to authors of sources
   \item Add section at end of each chapter using some of the words in it
   \item Divide the longest chapters
   \item Consistency
   \begin{itemize}
    \item Etymology -- foreign lang in italics, English in parens., neither capitalized
    \item Make sure there is a part of speech on each word and italicize it
    \item Make lists of definitions consistent using enumerate
    \item Order of sections: Def., etymology, anti-t, usage, examples,  frequency.  (Only anti-T is optional)
   \end{itemize}
   \item Go through LaTeX warnings.

\end{itemize}

\vspace{1in}

Questions for Nelsie or others
\begin{itemize}
   \item Check copyright issues
   \item Grammar questions
     \begin{itemize}
        \item Italicization of parts of speech
        \item Period at end of items on a list
     \end{itemize}
   \item Ideas for selecting which words to include
   \item How long (approx) should the final book be?
\end{itemize}

  \include{PeopleTest}
\end{document}

另一个文件

 \chapter{Words describing people}\label{C:People}
  \epigraphwidth 3.5in
             \epigraphrule 0pt
              \epigraph{%
                  I will tell you why; so shall my anticipation prevent your discovery, and your secrecy to the King and queene: moult no feather. I have of late, (but wherefore I know not) lost all my mirth, forgone all custom of exercises; and indeed, it goes so heavily with my disposition; that this goodly frame the earth, seems to me a sterile promontory; this most excellent canopy the air, look you, this brave o'er hanging firmament, this majestical roof, fretted with golden fire: why, it appeareth no other thing to me, than a foul and pestilent congregation of vapours. What a piece of work is man, How noble in reason, how infinite in faculty, In form and moving how express and admirable, In action how like an Angel, In apprehension how like a god, The beauty of the world, The paragon of animals. And yet to me, what is this quintessence of dust? Man delights not me; no, nor Woman neither; though by your smiling you seem to say so}{%
            \textit{Hamlet, II, ii} \\William Shakespeare}


   One of the biggest subjects of our speech and writing is people - ourselves and others. English is full of words to describe people. Some are common -- those aren't here. Some are so specialized that there is almost no use for them -- those aren't here either. But then there are words that describe people we run into every day -- but the word is less common than the people. Even if you aren't abulic, I'm sure you know someone who is. And while, by their nature, apanthropic people are less known than most, they are still out there. And so are the words. We should start using them.


\newpage
     \entry{Abulia}{Rhymes with ma boo lee uh.} \label{Abulia}%On Medium %From Byrne PSY
      \begin{flexlabelled}{sclabel}{0pt}{0.5em}{0.5em}{*}{\leftmargin}
      \item[Definition]
      \textit{n.} An abnormal inability to make decisions. The adjectival form is abulic.
      \item[Etymology]
      Per Merriam Webster, the term was introduced into English from German, where it was used by Dr. J. C. A. Heinroth. Heinroth used Greek letters for abulia, suggesting that he may have borrowed it from Greek. There is a Greek word boule, meaning ``will'', adding to the notion that it comes from Greek, but there are conflicting sources on whether the word abulia itself is Greek. MW cites a New Latin word abulia, but I couldn't find other sources -- two Latin dictionaries made no mention of it.
      \item[Usage]
      The extreme example of abulia is Buridan's ass -- a hypothetical donkey that is equally hungry and thirsty and is placed midway between a bucket of water and a stack of hay, but dies of hunger and thirst. But there are people who are abulic and not hypothetical at all. See hypobulia \vpageref{Hypobulia}.
      \item[Example]
      \epigraphwidth 3.5in
             \epigraphrule 0pt
              \epigraph{%
                 My ``nerves'' are a very mild affair, due to an aboulie and emotional derangement which has been a lifelong affliction.}{%
            \textit{Wasteland Drafts \\ xxii} \\T. S. Eliot}


       \item[Anti-thesaurus]    
      \begin[description]
        \item[Indecisiveness] -- abulia  emphasizes an abnormal level of indecisiveness. Indeed, a medical definition of abulia states that it is ``characteristic of certain neurotic or psychotic conditions.''
      \end[description]
      \item[Frequency]
      Per Google ngram viewer, abulia is about 1 in 50 million words; abulic is even rarer -- about 1 in 300 million
      words.
   \end{flexlabelled} \vspace{0.5in}

答案1

我觉得有时你会使用\cmd[...]而实际上应该是\cmd{...},但并非总是如此。我尝试在 MWE 中的不同位置将 更改为[...]{...}并获得了我认为更好的结果(至少没有 LaTeX 投诉)。

% memitemprob.tex SE 547288

\documentclass{memoir}
\title{Interesting words}
\author{Peter Flom}
% \usepackage{hyperref}
\usepackage[marginpar]{todo}
\usepackage{url}
\usepackage{varioref}
%\let\providelength\relax
%\usepackage{dialogue}

%% A convenience command, for typesetting the
%% word and pronunciation

%\newcommand{\entry}[2]{\medskip\noindent{\Large\textbf{#1} (#2)\par}}
\newcommand{\entry}[2]{\medskip\noindent{\Large\textbf{#1} \normalsize{#2} \par}}



\newcommand{\sclabel}[1]{\normalfont\scshape #1}

%% Less spacing around lists
\firmlists

\begin{document}

To do list
\begin{itemize}
   \item Add cover, title page and so on.
   \item Add more example sentences to USAGE including writing possible contemporary uses
   \item Add more personal reasons why I love a word or where I found it, also more personal examples
   \item Look at more about the frequency of the word, try to note why there was a peak
   \item Add humor to anti-thesaurus
   \item Check copyright issues
   \item Move Misc words to other chapters as possible
   \item Write reviews of sources on Amazon
   \item Write to authors of sources
   \item Add section at end of each chapter using some of the words in it
   \item Divide the longest chapters
   \item Consistency
   \begin{itemize}
    \item Etymology -- foreign lang in italics, English in parens., neither capitalized
    \item Make sure there is a part of speech on each word and italicize it
    \item Make lists of definitions consistent using enumerate
    \item Order of sections: Def., etymology, anti-t, usage, examples,  frequency.  (Only anti-T is optional)
   \end{itemize}
   \item Go through LaTeX warnings.

\end{itemize}

\vspace{1in}

Questions for Nelsie or others
\begin{itemize}
   \item Check copyright issues
   \item Grammar questions
     \begin{itemize}
        \item Italicization of parts of speech
        \item Period at end of items on a list
     \end{itemize}
   \item Ideas for selecting which words to include
   \item How long (approx) should the final book be?
\end{itemize}

 \chapter{Words describing people}\label{C:People}
  \epigraphwidth 3.5in
             \epigraphrule 0pt
              \epigraph{%
                  I will tell you why; so shall my anticipation prevent your discovery, and your secrecy to the King and queene: moult no feather. I have of late, (but wherefore I know not) lost all my mirth, forgone all custom of exercises; and indeed, it goes so heavily with my disposition; that this goodly frame the earth, seems to me a sterile promontory; this most excellent canopy the air, look you, this brave o'er hanging firmament, this majestical roof, fretted with golden fire: why, it appeareth no other thing to me, than a foul and pestilent congregation of vapours. What a piece of work is man, How noble in reason, how infinite in faculty, In form and moving how express and admirable, In action how like an Angel, In apprehension how like a god, The beauty of the world, The paragon of animals. And yet to me, what is this quintessence of dust? Man delights not me; no, nor Woman neither; though by your smiling you seem to say so}{%
            \textit{Hamlet, II, ii} \\William Shakespeare}


   One of the biggest subjects of our speech and writing is people - ourselves and others. English is full of words to describe people. Some are common -- those aren't here. Some are so specialized that there is almost no use for them -- those aren't here either. But then there are words that describe people we run into every day -- but the word is less common than the people. Even if you aren't abulic, I'm sure you know someone who is. And while, by their nature, apanthropic people are less known than most, they are still out there. And so are the words. We should start using them.


\newpage
     \entry{Abulia}{Rhymes with ma boo lee uh.} \label{Abulia}%On Medium %From Byrne PSY
      \begin{flexlabelled}{sclabel}{0pt}{0.5em}{0.5em}{*}{\leftmargin}
%      \item[Definition]
      \item{Definition}
      \textit{n.} An abnormal inability to make decisions. The adjectival form is abulic.
      \item{Etymology}]
%      \item[Etymology]
      Per Merriam Webster, the term was introduced into English from German, where it was used by Dr. J. C. A. Heinroth. Heinroth used Greek letters for abulia, suggesting that he may have borrowed it from Greek. There is a Greek word boule, meaning ``will'', adding to the notion that it comes from Greek, but there are conflicting sources on whether the word abulia itself is Greek. MW cites a New Latin word abulia, but I couldn't find other sources -- two Latin dictionaries made no mention of it.
%      \item[Usage]
      \item{Usage}
      The extreme example of abulia is Buridan's ass -- a hypothetical donkey that is equally hungry and thirsty and is placed midway between a bucket of water and a stack of hay, but dies of hunger and thirst. But there are people who are abulic and not hypothetical at all. See hypobulia \vpageref{Hypobulia}.
%      \item[Example]
      \item{Example}
      \epigraphwidth 3.5in
             \epigraphrule 0pt
              \epigraph{%
                 My ``nerves'' are a very mild affair, due to an aboulie and emotional derangement which has been a lifelong affliction.}{%
            \textit{Wasteland Drafts \\ xxii} \\T. S. Eliot}


       \item[Anti-thesaurus]   \mbox{} 
%       \item{Anti-thesaurus}    
%      \begin[description]
      \begin{description}
        \item[Indecisiveness] 
%         \item{Indeciseveness} 
  -- abulia  emphasizes an abnormal level of indecisiveness. Indeed, a medical definition of abulia states that it is ``characteristic of certain neurotic or psychotic conditions.''
%      \end[description]
      \end{description}
      \item[Frequency]
%      \item{Frequency}
      Per Google ngram viewer, abulia is about 1 in 50 million words; abulic is even rarer -- about 1 in 300 million
      words.
   \end{flexlabelled} \vspace{0.5in}

% \include{PeopleTest}
\end{document}

希望这会有所帮助,但请检查一下。

相关内容