]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/htprintmacros.inc
add @DATE@, @TIME@ and @TITLE@ macros to HTML printing (extended/modified patch 1528679)
[wxWidgets.git] / docs / latex / wx / htprintmacros.inc
diff --git a/docs/latex/wx/htprintmacros.inc b/docs/latex/wx/htprintmacros.inc
new file mode 100644 (file)
index 0000000..0da33a1
--- /dev/null
@@ -0,0 +1,19 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% 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}
+