Hello Community,
as i need a custom sty and customized page header and footer i configured
doxygen to use a custom header and footer as stated in 
http://www.stack.nl/~dimitri/doxygen/config.html#cfg_latex_header
http://www.stack.nl/~dimitri/doxygen/config.html#cfg_latex_header .
The doxygen documentation states, that  $title, $datetime, $date,
$doxygenversion, $projectname, $projectnumber will be replaced by doxygen so
i try to use $title in my titlepage.

\begin{titlepage}
    \vspace*{7cm}
    \begin{center}
        {\Large $title}\\
        \vspace*{1cm}
        {\large \copyright 2012}\\
        \vspace*{0.5cm}
        {\small Fri Oct 12 2012 06:55:32}\\
   \end{center}
\end{titlepage}

I expected that the $title would be replaced by the project title but after
doxygen finished execution the refman.tex file still contains $title and pdf
latex throws an error because of that.
I use the default header, footer and .sty file except for the small
abberation to customize the titlepage.

- Tobias
-- 
View this message in context: 
http://old.nabble.com/%24title-in-Latex-header-tp34546159p34546159.html
Sent from the Doxygen - Users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to