766571a703
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
20 lines
813 B
PHP
20 lines
813 B
PHP
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%% Name: htprint.inc
|
|
%% Purpose: Macros which can be used with wxHtmlPrintout: this file is
|
|
%% included from several locations where we list these macros
|
|
%% Author: Vadim Zeitlin
|
|
%% Created: 2006-07-29
|
|
%% RCS-ID: $Id$
|
|
%% Copyright: (c) 2006 Vadim Zeitlin
|
|
%% License: wxWindows license
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
\begin{itemize}\itemsep=0pt
|
|
\item @DATE@ is replaced by the current date in default format
|
|
\item @PAGENUM@ is replaced by page number
|
|
\item @PAGESCNT@ is replaced by total number of pages
|
|
\item @TIME@ is replaced by the current time in default format
|
|
\item @TITLE@ is replaced with the title of the document
|
|
\end{itemize}
|
|
|