blob: 9e1c240626abcd97e382306ea01e8160face2e09 (
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
|
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++%
% This is file skeyval-bugreport.tex, the bug report file for the %
% skeyval package, version 0.6. %
% %
% (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. %
% %
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++%
\documentclass{article}
\listfiles
% Load your select packages here (the ones
% that you think are associated with your errors)
\usepackage[logonly]{trace} % Please don't move!
\traceon
% \usepackage[Put your skeyval options here]{skeyval}
% Provide other elements of your preamble here:
\begin{document}
% Provide sample text and problematic segment of your file here:
\traceoff
\end{document}
|