Mathgenerator Editions: Differential Analysis

After the publications of some abstracts (with the pdf version) from papers generated with mathgen and scigen, Today I propose you a book generated with the downloadable code of mathgen. I use the following code:
./mathgen.pl --product=book --mode=zip --output=mybook.zip --author="Gianluigi Filippelli"
In this way the software generates also the LaTeX code, and so I could eventually modify the book. For example I add a cover: first of all I generated it using Magazine Cover generator. In order to add the cover, first of all I insert the following code in the preamble:
\usepackage{geometry}
\geometry{top=0cm,bottom=0cm,left=0cm,right=0cm,nohead,nofoot}
\usepackage{graphicx}
\usepackage{calc}
And after I add the following code after \begin{document}:
\frontmatter
\pagenumbering{gobble}

\ begin{center}
\includegraphics[width=5.8in,height=8.8in]{cover.jpg}
\ end{center}

\newpage
In order to create an interactive pdf I also add the following package:
\usepackage{hyperref}
\hypersetup{
pdfpagemode=UseOutlines,
%pdfstartview=FitV,
bookmarksopen,
bookmarksopenlevel=-1,
pdftitle=Differential analysis,
pdfauthor=Gianluigi Filippelli,
pdfsubject=mathematics,
pdfkeywords=mathematics
%pdfpagemode=FullScreen
}
You can download the results from minus.com
I hope that you can enjoy yourselfs with mathgen and scigen!

No comments:

Post a Comment

Markup Key:
- <b>bold</b> = bold
- <i>italic</i> = italic
- <a href="http://www.fieldofscience.com/">FoS</a> = FoS