Search found 2 matches

by adamwho
Tue Mar 08, 2011 9:09 am
Forum: Graphics, Figures & Tables
Topic: graphics outside normal margins
Replies: 1
Views: 1064

Re: graphics outside normal margins

Well I figured it out.

I used
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{fancyhdr}

% QR Code in upper right corner
\lhead{}
\chead{}
\rhead{\setlength{\unitlength}{1mm}
\begin{picture}(0,0)
\put(2,-8){\includegraphics[width=38mm]{AdamsQRCode.png}}
\end{picture ...
by adamwho
Tue Mar 08, 2011 5:10 am
Forum: Graphics, Figures & Tables
Topic: graphics outside normal margins
Replies: 1
Views: 1064

graphics outside normal margins

I am working on resume templates.

I would like to place a QR code in the very upper right corner but that would violate the margins (1 in. all the way around) and I don't want to change the margins because everything is centered nicely.

Do you have an suggestions for a novice?