blob: 14256941ea2a290ba32d02853ba52c3c2b51c99c (
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
33
34
35
36
37
38
39
40
41
|
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++%
% This is file skeyval-bugreport.tex, the bug report file for the %
% skeyval package, version 0.7. %
% %
% (c) Ahmed Musa 2010 (a.musa@rocketmail.com) %
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++%
% %
% IMPORTANT %
% %
% Please 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. %
% %
% You can use \traceon ... \traceoff to limit the scope of %
% error tracing. This will be particularly helpful as TeX normally %
% generates very large trace files. %
% %
% %
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++%
\documentclass{article}
\listfiles
% Load your select packages here (the ones that you suspect are
% associated with your errors), but if bugs exist in those packages,
% I am afraid, I can't do much about them.
\usepackage[logonly]{trace} % Please don't move!
\traceon
\usepackage[Put your skeyval options here, if any]{skeyval}
% Provide other elements of your preamble here:
\begin{document}
% Provide sample text and problematic segment of your file here, if any:
\end{document}
%\traceoff
|