% % file_name: pubinit.tex % For the Annual Report of % Division of Physics, Graduate School of Science, Hokkaido University. % % Copy Left: Takayuki Myo (1998) and Akira Ohnishi (1998) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Macros for Multi-files %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % (1) For Each (small) LaTeX file, which will be included as a part of % the total (combined) LaTeX file, please add % \input{pubinit} % at the first line of your file, and % \bye % at the last line. Then, it will work as a independent LaTeX file. % (2) For the total (combined) LaTeX file, please add % \input{pubinit} % \newif\ifTOTAL \TOTALtrue % at the first part of your file. Then, even if the files which contains % \input{pubinit} line, multiple definition of macros is avoided. % \ifx\undefined\ifTOTAL\else\endinput\fi \ifx\undefined\ifINIT\else\endinput\fi \newif\ifINIT \INITtrue %\documentstyle{article} \documentclass{article} \def\bye{\ifx\undefined\ifTOTAL\end{document}\else\endinput\fi} \def\Bye{\end{document}} \def\StartList{\ifx\undefined\ifTOTAL\begin{listing}\fi} \def\EndList{\ifx\undefined\ifTOTAL\end{listing}\end{document}\else\endinput\fi} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Paper Size etc. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \setlength{\textwidth}{16.8cm} %\setlength{\textheight}{26cm} \setlength{\textheight}{25.5cm} \setlength{\topmargin}{-18mm} \setlength{\oddsidemargin}{-3mm} \setlength{\parskip}{0mm} %\pagestyle{empty} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Definition of Various List Environment. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Large List \newcommand{\LBG}[1]{{\Large\gt #1}} \newcounter{Listingnumber} \newenvironment{Listing}{% \begin{list}{\LBG{\arabic{Listingnumber}.}}{% \usecounter{Listingnumber}% \setlength{\topsep}{1pt}\setlength{\partopsep}{0pt}% \setlength{\labelwidth}{10mm}% \setlength{\leftmargin}{12mm}% \setlength{\listparindent}{11pt}% \setlength{\itemsep}{12pt}% \setlength{\parskip}{0mm}% \setlength{\parsep}{0pt}}% }{\end{list}} % Medium List \newcounter{listingnumber} \newenvironment{listing}{% \begin{list}{\arabic{listingnumber}.}{% \usecounter{listingnumber}% \setlength{\topsep}{0pt}\setlength{\partopsep}{0pt}% \setlength{\labelwidth}{3mm}\setlength{\leftmargin}{5mm}% \setlength{\listparindent}{0pt}% \setlength{\itemsep}{1pt}\setlength{\parsep}{1pt}}}{\end{list}} % Small List \newenvironment{slist}{% \begin{list}{}{% \setlength{\topsep}{0pt}\setlength{\partopsep}{0pt}% \setlength{\labelwidth}{0mm}\setlength{\leftmargin}{3mm}% \setlength{\listparindent}{0pt}% \setlength{\itemsep}{0pt}\setlength{\parsep}{0pt}}}{\end{list}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Sections, Subsections, .... %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \newcommand{\Section}[1]{% \addtocounter{Listingnumber}{1}% \item[\LBG{\bf \arabic{Listingnumber}.~#1}]~\par\smallskip} \newcommand{\Subsection}[2]% {\smallskip\noindent~\hspace*{-10mm}{\large \bf $<$ #1 $>$}~~{\large \bf #2}\par} \newcommand{\Subsubsection}[1]% % {\item[]~\\~\hspace*{-3mm}{\normalsize $\bullet$ #1}} {\item[]~\\~\hspace*{-9mm}{\normalsize $\bullet$ #1}} \newcommand{\bList}{\begin{Listing}} \newcommand{\eList}{\end{Listing}} \newcommand{\blist}{\begin{listing}\begin{small}} \newcommand{\elist}{\end{small}\end{listing}} \newcommand{\bslist}{\begin{slist}} \newcommand{\eslist}{\end{slist}} \newcommand{\bsmall}{\begin{small}} \newcommand{\esmall}{\end{small}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Macros for each section. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Members \newcommand{\staff}[4]{% \hbox to15mm{#1\hfil}~\hbox to23mm{#2\hfil}~\hbox to25mm{#3\hfil}~% \hbox to60mm{#4\hfil}} \newcommand{\student}[2]{% \hbox to15mm{#1\hfil}~\hbox to33mm{#2\hfil}} % Publication \newcommand{\pub}[5]{% \item {#3}, \bslist\item[]{#4}, \bslist\item[]{#5}\eslist\eslist} \newcommand{\pubcited}[6]{% \item {#3}, \bslist\item[]{#4}, \bslist\item[]{#5} \bslist\item[$*$]{Times Cited: #6} \eslist\eslist\eslist} \newcommand{\talk}[6]{% \item {#3}, \bslist\item[]{#4}\ {#6}, \bslist\item[]{#5}\eslist\eslist} \newcommand{\pro}[5]{% \item {#3}, \bslist\item[]{#4}, {#5}\eslist} \newcommand{\pre}[5]{% \item {#3}, \bslist\item[]{#4}\eslist} %\newcommand{\pre}[5]{% % \item {#4}, {#4}} \newcommand{\Journal}[4]{{#1}\ {\bf #2}\ (#3),\ #4} % Oral Presentation \newcommand{\JPSINFO}[1]{\Subsubsection{#1}} \newcommand{\jps}[2]{\item #2, {#1}} \newcommand{\orl}[4]{% \item {#2}, \bslist\item[]{#3}.\eslist} % Grant-in-Aid \newcommand{\grant}[6]{\item[]~\hspace*{-8mm}% \hbox to22mm{#2\hfil}~\hbox to60mm{#4\hfil}~\hbox to20mm{#5\hfil}~% \hbox to30mm{\hfil{#6}}\\\hspace*{14mm}{#3}} \newcommand{\Grant}[6]{\item {#4}「#3」 \bslist \item 期間、研究経費: #1 年度、{#6} \item 役割: {#5} \eslist} % Figures \newcommand{\epsf}[2]{\epsfxsize=#1\epsfbox{PS/#2}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \newcommand{\YEAR}[1]{% % \setcounter{listingnumber}{0} \item[]~\hspace*{-1cm}{{\bf #1}} } \newcommand{\Year}[1]{% \setcounter{listingnumber}{0} \item[]~\hspace*{-1cm}{{\bf #1}} } \def\InputRef#1#2{% \begin{center}{\bf {#1}}\end{center}% \begin{listing} \input {#2} \end{listing}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \newcommand{\conf}[6]{\item[] ~\hspace*{-1.0cm}{$\bullet$~~{\bf #3}\\ (#4, #5)}} \newcommand{\confpro}[6]{% \item[] ~\hspace*{-1.0cm}{$\bullet$~~{\bf #3}, #4, #5 #6}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %\Conf{Year}{NAME}{Date}{City}{Long Name}{participants} %\newcommand{\Conf}[5]{% % \noindent\parbox[t]{3cm}{#1}~~\parbox[t]{12cm}{#4 #3,#2 #5}\\[1ex]} %\newcommand{\Conf}[6]{\Subsubsection{#3 (#4, #5)}\\\phantom{MM}{#6}} %\newcommand{\CONF}[6]{\item[#2] #3~~\\#4, #5} \newcommand{\Conf}[6]{\item[] ~\hspace*{-1.0cm}{$\bullet$~~{#3 (#4, #5)}% \\\phantom{MM}{#6}}} \newcommand{\geteps}[2]{\epsfxsize=#1in\epsfbox{#2}} \newcommand{\nuc}[2]{{$^{#2}\hbox{#1}$\ }} \newcommand{\nucl}[2]{\mbox{$^{#1}_{\Lambda}\hbox{#2}$}} %normal lambda % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Document Body %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{document}