~jose-soler/siesta/newdynamics

« back to all changes in this revision

Viewing changes to Docs/tex/setup.tex

  • Committer: Nick Papior
  • Date: 2018-10-23 09:46:30 UTC
  • mfrom: (560.1.461 4.1)
  • Revision ID: nickpapior@gmail.com-20181023094630-u0znquv4mwqqrj01
Merged r1018-1021, documentation updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
% Define a new command to pretty-print the date
40
40
\makeatletter
41
41
\newcommand\printdate{\@date}
 
42
 
 
43
% Ensure the information is written in the PDF
 
44
\newcommand\setpdfmetadata{%
 
45
    \hypersetup{pdfinfo={%
 
46
            Title={\@title},%
 
47
            Author={\@author},%
 
48
        }%
 
49
    }%
 
50
}
 
51
 
42
52
\makeatother
43
53
 
44
54
%%% Local Variables: