I have a problem with the gmeometric.sty package. Can someone post an example?!
I worked with the geometry package but now I have to change the layout on some pages of my paper.
Code: Select all
\documentclass[a4paper, twoside,openright]{scrbook}
\usepackage[ngerman]{babel}
...
%\usepackage{geometry}
\usepackage{gmeometric}
\pagestyle{fancy}
\begin{document}
\frontmatter
\phantomsection
\addcontentsline{toc}{chapter}{Titelseite}
%
\geometry{inner=30mm, outer=30mm, textheight=207mm, textwidth=150mm}
%
\include{titlepage}
\include{1chapter}
\include{2chapter}
\mainmatter
%
\geometry{inner=30mm, outer=30mm, textheight=207mm, textwidth=120mm, %
marginpar=50mm,top=29mm,bottom=41mm headheight=7mm,headsep=7mm, footskip=13mm}
\include{3chapter}
\include{4chapter}
...
\appendix
\backmatter
\cleardoublepage
%
\geometry{inner=30mm, outer=30mm, textheight=207mm, textwidth=150mm}
%
\bibliographystyle{apasoft}
\bibliography{bibo}
\printglossary
\printindex
\end{document}
But it does not work?! Can someone help me? Is there another package which I can use to solve the Problem?
best regards
Hightower