[解決済み】LaTeXで "Missing $ inserted "というエラーが発生する。
2022-01-29 15:20:28
質問
latexで次のように書こうとしています。
\begin{itemize}
\item \textbf{insert(element|text)} inserts the element or text passed at the start of the selection.
\item \textbf{insert_after(element|text)} inserts the element or text passed at the end of the selection.
\item \textbf{replace(element|text)} replaces the selection with the passed text/element.
\item \textbf{delete()} deletes the selected text.
\item \textbf{annotate(name,value)} annotates the selected text with the passed name and value-pair. This can either be a hidden meta-data about the selection, or can alter the visible appearance.
\item \textbf{clear_annotation()} removes any annotation for this specific selection.
\item \textbf{update_element(value)} performs an update of the element at the selection with the passed value.
\end{itemize}
なぜかエラーが続出します。insert"という単語の使い方に何か原因があるような気がします。Missing $ inserted" のようなエラーが出るので、私の部分の "errors" を修正しようと解析しているようなのです。このような場合、""insert" "のような単語をエスケープする必要がありますか?
解決方法は?
Missing $ inserted"は、アンダースコアとバーが原因だと思われます。LaTeXのこれらの文字はmathモードでは特別な意味を持っています(これは
$
文字)。これらの文字をエスケープしてみてください。
update\_element
の代わりに
update_element
.
しかし、コードを表示しようとするならば、より良い解決策は
\verb
コマンド
この場合、テキストは等幅フォントで組版され、アンダースコアとバーは自動的に正しく処理されます (アンダースコアとバーのエスケープは不要です。
\
).
関連
-
[解決済み】LaTeXで変数を定義する方法はありますか?
-
VScode+Latexの設定(Recipe terminated with fatal error: spawn xelatex ENOENT)
-
[解決済み] LaTeXです。セクション番号の1つをカスタム文字に変更するには?
-
[解決済み] LaTeXでPDFファイルを挿入する
-
[解決済み] LaTeXの表でテキストを折り返すには?
-
[解決済み] このLaTeX文書にインデントでコードを挿入する
-
[解決済み] LaTeXでドキュメントのフォントを変更するには?
-
[解決済み] 専門書のようなLaTeXのソースコード一覧表示
-
[解決済み】IPython NotebookでLaTeXを記述する方法は?
-
[解決済み】git + LaTeX ワークフロー
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン
おすすめ
-
VScode+Latexの設定(Recipe terminated with fatal error: spawn xelatex ENOENT)
-
[解決済み] LaTeXのオプション引数
-
[解決済み] LaTeXの表全体のサイズを小さくするにはどうしたらよいですか?
-
[解決済み] LaTeXのリストで箇条書きを隠すにはどうしたらいいですか?
-
[解決済み] グリッドに数字を追加する Tikz LaTeX
-
LaTeXエラー 解決策 エラー。ファイル 'amsmath.sty' が見つからない
-
Latexレポート「挿入された$が見つからない」の解決法
-
[解決済み] LaTeXで|(縦棒やパイプ)記号を生成するにはどうしたらいいですか?[クローズド]
-
[解決済み] LaTeXでコンテンツを2段組で表示するには?
-
[解決済み] 式中の空白を含む変数名