blob: d314b98b4835309dd5d8ffff6ac41f736e05b163 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
\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.
Footnotes and emphasis shouldn't be indented \footnote{as can be seen here,
for example}, \emph{or there
as well}.
\end{document}
|