Skip to content

Instantly share code, notes, and snippets.

@kishiyamat
Last active April 28, 2021 21:10
Show Gist options
  • Save kishiyamat/063dedd097f463ab74b4eb80815b3015 to your computer and use it in GitHub Desktop.
Save kishiyamat/063dedd097f463ab74b4eb80815b3015 to your computer and use it in GitHub Desktop.
\usepackage[top=2cm, bottom=3cm, left=2cm, right=2cm]{geometry}
\newlength{\abstractwidth}
\setlength{\abstractwidth}{15cm}
\renewcommand{\baselinestretch}{0.9}
\pagestyle{empty}
\thispagestyle{empty}
\def\@maketitle{\newpage
\begin{center}
%\centering
{\LARGE\textbf\@title\par}%
\vskip 0.5em%
{\Large\textbf\@etitle\par}%
\vskip 1.5em%
{\large\begin{tabular}[t]{c}\@author\end{tabular}\par}%
\vskip 1.5em%
{\large\@affiliation\par}%
\vskip 1.5em%
\@abstract\par%
% \vskip 1.5em
\vskip 2.0em
\end{center}}
%}
\long\def\abstract#1{\long\gdef\@abstract{\parbox{\abstractwidth}{{\textbf{Abstract:}} #1}}}
\long\def\etitle#1{\long\gdef\@etitle{#1}}
\long\def\affiliation#1{\long\gdef\@affiliation{#1}}
\newcommand{\afil}[1]{\textsuperscript{#1}}
\twocolumn
@kishiyamat
Copy link
Author

ありがとうございます!\pagestyle{empty} をここに書いちゃったほうが良いかもしれません。 https://medemanabu.net/latex/pagestyle-empty/

@kishiyamat
Copy link
Author

いや \pagestyle{empty} 入ってました、すみません。 

@kishiyamat
Copy link
Author

よく考えると下のオプションって冗長ですよね?

\pagestyle{empty}
\thispagestyle{empty}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment