blob: b27304826df1fb8ee36c89e2172770b670e4bdb8 (
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
32
|
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++%
% This is file skeyval-bugreport.tex, the bug report file for the %
% skeyval package, version 0.5. %
% %
% (c) Ahmed Musa 2010 (a.musa@rocketmail.com) %
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++%
% %
% IMPORTANT %
% %
% Fill in the details below, compile the file and email the %
% sample file, the log file, and the auxiliary file to %
% a.musa@rocketmail.com. %
% %
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++%
\documentclass{article}
\listfiles
\usepackage[logonly]{trace}
\traceon
% \usepackage[Put your options here]{skeyval}
% Load your select packages here:
% Provide other elements of your preamble here:
\traceoff
\begin{document}
\traceon
% Provide sample text here:
\traceoff
\end{document}
|