Oneside cover within a twosided LaTeX document?
I'm writing my thesis and I'd like to have a onesided cover while the rest of the document is twoside.
How could I do it? I've already tried to change margins by the geometry package but the "typical" solution I found here seems to be incompatible with the very first line of the code. In the case this should be actually the best thing to do, could you please suggest how to set the same parameters within a geometry declaration? I didn't managed to do that by myself, unfortunately.
As you can see from some of the (now commented) lines of code below, I also tried to use the package ifthen, but it didnt work:
\documentclass[11pt,a4paper,twoside,twocolumn,openany]{book}
\usepackage{thesis}
\graphicspath{{plots/}}
\begin{document}
%\setboolean{@oneside}{false}
\include{cover/cover}
%\setboolean{@oneside}{true}
\onecolumn
I'm writing my thesis and I'd like to have a onesided cover while the rest of the document is twoside.
How could I do it? I've already tried to change margins by the geometry package but the "typical" solution I found here seems to be incompatible with the very first line of the code. In the case this should be actually the best thing to do, could you please suggest how to set the same parameters within a geometry declaration? I didn't managed to do that by myself, unfortunately.
As you can see from some of the (now commented) lines of code below, I also tried to use the package ifthen, but it didnt work:
\documentclass[11pt,a4paper,twoside,twocolumn,openany]{book}
\usepackage{thesis}
\graphicspath{{plots/}}
\begin{document}
%\setboolean{@oneside}{false}
\include{cover/cover}
%\setboolean{@oneside}{true}
\onecolumn
No comments:
Post a Comment