mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
45fd731c4d
$$..$$ but also $..$ using regexps. Use tex-verbatim for \url and \path. (tex-font-lock-keywords): Define as defconst like the others. (tex-common-initialization): Don't use font-lock-syntax-table any more. * test/indent/latex-mode.tex: New file. Fixes: debbugs:11953
12 lines
303 B
TeX
12 lines
303 B
TeX
\documentclass{article} % -*- eval: (bug-reference-mode 1) -*-
|
|
|
|
\usepackage[utf8]{inputenc}
|
|
|
|
\begin{document}
|
|
|
|
To fix this, remove the \url{sn9c102.ko} from where it appears in
|
|
\url{/lib/modules/$(uname -r)}, %bug#11953.
|
|
and install the appropriate \url{gspca-modules} package.
|
|
|
|
\end{document}
|