blob: d437dc2a5cea1bdee786777896561f592ef04281 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
%%
%% This is file `si-bug.ltx',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% siunitx.dtx (with options: `bug')
%% ----------------------------------------------------------------
%% The siunitx package --- A comprehensive (SI) units package
%% Maintained by Joseph Wright
%% E-mail: joseph.wright@morningstar2.co.uk
%% Released under the LaTeX Project Public License v1.3c or later
%% See http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
%%
\listfiles
\documentclass{article}
\usepackage{siunitx}
\sisetup{debug}
\begin{document}
This is the bug test-case document for the \textsf{siunitx}
package.\\
Please put your demonstration here, and e-mail to the package
author.
\begin{center}
\texttt{joseph.wright@morningtar2.co.uk}
\end{center}
\end{document}
\endinput
%%
%% End of file `si-bug.ltx'.
|