Como deixar espaço suficiente para anotações manuscritas em páginas de duas colunas

Como deixar espaço suficiente para anotações manuscritas em páginas de duas colunas

Gostaria de deixar espaços de margem suficientes nas páginas para poder fazer anotações manuais no arquivo PDF. O documento foi twocolumnse é gerado com a classe de documento IEEEtran.

Por exemplo:

\documentclass[conference]{IEEEtran}
\IEEEoverridecommandlockouts
% The preceding line is only needed to identify funding in the first footnote. If that is unneeded, please comment it out.
\usepackage{cite}
% \usepackage[numbers,sort&compress]{natbib}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{algorithmic}
% \usepackage{graphicx}
\usepackage{ifpdf}
\ifCLASSINFOpdf
  \usepackage[pdftex]{graphicx}
  % declare the path(s) where your graphic files are
  % \graphicspath{{../pdf/}{../jpeg/}}
  \graphicspath{{./figs/}}
  % and their extensions so you won't have to specify these with
  % every instance of \includegraphics
  \DeclareGraphicsExtensions{.pdf,.jpeg,.png}
\else
  % or other class option (dvipsone, dvipdf, if not using dvips). graphicx
  % will default to the driver specified in the system graphics.cfg if no
  % driver is specified.
  \usepackage[dvips]{graphicx}
  % declare the path(s) where your graphic files are
  % \graphicspath{{../eps/}}
  \graphicspath{{./figs/}}
  % and their extensions so you won't have to specify these with
  % every instance of \includegraphics
  \DeclareGraphicsExtensions{.eps}
\fi

\usepackage[english]{babel}
\usepackage{blindtext}

\begin{document}
    \begin{abstract}

    \blindtext

    \end{abstract}

    \Blinddocument
\end{document}

produzirá um documento cuja primeira página é

insira a descrição da imagem aqui

O texto cobre a maior parte da página. Gostaria de manter a twocolumnsestrutura, mas ter mais espaço para anotações manuscritas.

Cumprimentos

Responder1

Adicionar

 \addtolength\oddsidemargin{1cm}

insira a descrição da imagem aqui

informação relacionada