Help for this page

Select Code to Download


  1. or download this
    use Tk;
    use warnings;
    use strict;
    ...
            || die $tt->error( );
        exit
    }
    
  2. or download this
    \documentclass[[% pdftex %][% paper %][% fontSize %]pt]{[% type %]}
    [% geometry %]
    [% pdfBookmarks %]
    ...
    [% backmatter %]
    [% bibliography %]
    \end{document}
    
  3. or download this
    \documentclass[pdftex, a4paper, 11pt]{book}
    \usepackage[left = 3cm, right = 3cm, top = 2.5cm, bottom = 2.5cm]{geom
    +etry}
    \usepackage[bookmarks, colorlinks, plainpages=false, pdfpagelabels]{hy
    +perref}
    ...
    \bibitem{example} This is an example
    \end{thebibliography}
    \end{document}