blob: 1689ccb25ef730481b9d2e29b1dd9c8bdfa916bb (
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
|
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++%
% This is file xwatermark-bugreport.tex, the bug report file for the %
% xwatermark package, version 1.4. %
% %
% (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. %
% Thank you %
% %
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++%
\documentclass{article}
\listfiles
\usepackage[logonly]{trace}
\traceon
%\usepackage[Put your options here]{xwatermark}
% Load your select packages here:
% Provide other elements of your preamble here:
\traceoff
\begin{document}
\traceon
% Provide sample text here:
\traceoff
\end{document}
|