]>
Commit | Line | Data |
---|---|---|
766571a7 VZ |
1 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
2 | %% Name: htprint.inc | |
3 | %% Purpose: Macros which can be used with wxHtmlPrintout: this file is | |
4 | %% included from several locations where we list these macros | |
5 | %% Author: Vadim Zeitlin | |
6 | %% Created: 2006-07-29 | |
7 | %% RCS-ID: $Id$ | |
8 | %% Copyright: (c) 2006 Vadim Zeitlin | |
9 | %% License: wxWindows license | |
10 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
11 | ||
12 | \begin{itemize}\itemsep=0pt | |
13 | \item @DATE@ is replaced by the current date in default format | |
14 | \item @PAGENUM@ is replaced by page number | |
15 | \item @PAGESCNT@ is replaced by total number of pages | |
16 | \item @TIME@ is replaced by the current time in default format | |
17 | \item @TITLE@ is replaced with the title of the document | |
18 | \end{itemize} | |
19 |