Skip to content

Instantly share code, notes, and snippets.

@fjyuu
Created May 14, 2012 06:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fjyuu/2692282 to your computer and use it in GitHub Desktop.
Save fjyuu/2692282 to your computer and use it in GitHub Desktop.
A4横メモ用紙
\documentclass[11pt,a4paper,landscape]{jsarticle}
\usepackage{amsmath,amssymb}
\usepackage{fancyhdr}
\AtBeginDvi{\special{landscape}}
\setlength{\headsep}{5truemm}
\setlength{\headheight}{5truemm}
\setlength{\topmargin}{3truemm}
\addtolength{\topmargin}{-1truein}
\setlength{\oddsidemargin}{10truemm}
\addtolength{\oddsidemargin}{-1truein}
\setlength{\textwidth}{277truemm} % 297-10-10
% ヘッダー(穴あけパンチ用マーカー)
\pagestyle{fancy}
\lhead{}
\chead{\hspace{-1truemm}$\vartriangle$}
\rhead{}
\cfoot{}
\renewcommand{\headrulewidth}{0mm}
\begin{document}
\begin{flushright}
年\hspace{2zw}月\hspace{2zw}日\hspace{1zw}No.\hspace*{2zw}
\end{flushright}
\hrule
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment