comparison midterm/midterm.tex @ 0:f6cf611984d2

first commit
author Daichi Toma <toma@cr.ie.u-ryukyu.ac.jp>
date Wed, 16 Nov 2011 17:37:58 +0900
parents
children 7ea29212ac38
comparison
equal deleted inserted replaced
-1:000000000000 0:f6cf611984d2
1 \documentclass[twocolumn,twoside,9.5pt]{jarticle}
2 \usepackage[dvips]{graphicx}
3 \usepackage{picins}
4 \usepackage{fancyhdr}
5 \pagestyle{fancy}
6 \lhead{\parpic{\includegraphics[height=1zw,clip,keepaspectratio]{pic/emblem-bitmap.eps}}琉球大学主催 工学部情報工学科 卒業研究発表会}
7 \rhead{}
8 \cfoot{}
9
10 \setlength{\topmargin}{-1in \addtolength{\topmargin}{15mm}}
11 \setlength{\headheight}{0mm}
12 \setlength{\headsep}{5mm}
13 \setlength{\oddsidemargin}{-1in \addtolength{\oddsidemargin}{11mm}}
14 \setlength{\evensidemargin}{-1in \addtolength{\evensidemargin}{21mm}}
15 \setlength{\textwidth}{181mm}
16 \setlength{\textheight}{261mm}
17 \setlength{\footskip}{0mm}
18 \pagestyle{empty}
19
20 \begin{document}
21 \title{題名}
22 \author{学籍番号 氏名 {}{} 指導教員 : 指導教員名}
23 \date{}
24 \maketitle
25 \thispagestyle{fancy}
26
27 \section{section1}
28
29 \section{section2}
30
31 \section{section3}
32
33
34 \section{section4}
35
36 \thispagestyle{fancy}
37 \begin{thebibliography}{9}
38
39 \bibitem{1}
40
41 \end{thebibliography}
42 \end{document}