~jose-soler/siesta/unfolding

« back to all changes in this revision

Viewing changes to Docs/tex/setup.tex

  • Committer: Jose M Soler
  • Date: 2018-10-29 18:09:36 UTC
  • mfrom: (718.1.26 trunk)
  • Revision ID: jose.soler@uam.es-20181029180936-7p8z2sbde0mkvxoz
Merged with trunk-744

modified:
  Docs/Contributors.txt
  Docs/siesta.bib
  Docs/siesta.tex
  Docs/tbtrans.tex
  Docs/tex/fdf.tex
  Docs/tex/setup.tex
  RELEASE_NOTES
  Src/final_H_f_stress.F
  Src/grdsam.F
  Src/m_ts_options.F90
  Src/m_ts_tri_init.F90
  Src/m_ts_weight.F90
  Src/save_density_matrix.F90
  Src/state_init.F
  Util/TS/TBtrans/Makefile
  Util/TS/TBtrans/m_tbt_tri_init.F90

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: