Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102791983
demo-stamp-left.tex
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Feb 24, 05:48
Size
696 B
Mime Type
text/x-tex
Expires
Wed, Feb 26, 05:48 (2 d)
Engine
blob
Format
Raw Data
Handle
24426069
Attached To
R3600 invenio-infoscience
demo-stamp-left.tex
View Options
%% $Id$
%%
%% A demo stamp containing a logo, report number and date is placed
%% vertically in the left margin of the page.
\documentclass[11pt]{article}
\usepackage{graphicx}
\usepackage{palatino}
\usepackage{rotating}
\textheight 237mm
\textwidth 170mm
\topmargin -15.4mm
\oddsidemargin -22.0mm
\evensidemargin -22.0mm
\parskip 3mm
\headheight 15mm
\parindent 0pt
\pagestyle{empty}
\begin{document}
\vbox{}
\vskip60mm
\begin{sideways}
\begin{minipage}[t]{10mm}
\includegraphics[width=10mm]{demo-stamp-left-logo.png}
\end{minipage}
\begin{minipage}[t]{100mm}
\vbox{}\vskip-10mm
XXX-REPORTNUMBER-XXX\\
\small
XXX-DATE-XXX
\end{minipage}
\end{sideways}
\vfill
\end{document}
%% end of file
Event Timeline
Log In to Comment