Skip to content

Instantly share code, notes, and snippets.

@k3kaimu
Created October 9, 2020 09:04
Show Gist options
  • Save k3kaimu/ea09e1bff81c7da9754a5283a3470703 to your computer and use it in GitHub Desktop.
Save k3kaimu/ea09e1bff81c7da9754a5283a3470703 to your computer and use it in GitHub Desktop.
\def\DateOfSubmission{Feb. XXth, 20XX}
\def\MyDepartment{Electrical and Electronic \\ Information Engineering}
\def\MyStudentIDNumber{DXXXXXX}
\def\MyName{XXXXXX XXXXXX}
\def\Supervisors{
AAAAAA AAAAAA\\
\vspace{1em}\\
AAAAAA AAAAAA
}
\def\ThesisTitle{This is Thesis Title}
\def\AbstractText{
% 概要の本文
\lipsum[1-6]
}
\pagestyle{empty}
\newgeometry{a4paper,lmargin=2.1cm,tmargin=2cm,textwidth=17.3cm,textheight=260mm}
% \TPshowboxestrue
% 背景にテンプレートのPDFファイルを表示する
\AddToShipoutPicture*{
\put(0,0){
\parbox[b][\paperheight]{\paperwidth}{%
\vfill
\centering
\includegraphics[width=\paperwidth,height=\paperheight]{abstract/pdf/abstract_en.pdf}
\vfill
}}
}
{\color{white} a}\\
\begin{textblock*}{3.5cm}(15.8cm,3.05cm)
\fontsize{10.5pt}{0pt}\selectfont
\rightline{\DateOfSubmission}
\end{textblock*}
\begin{textblock*}{4.3cm}(2.3cm,4.1cm)
\fontsize{11pt}{0pt}\selectfont
\noindent
\MyDepartment
\end{textblock*}
\begin{textblock*}{2.8cm}(9.45cm,4.05cm)
\fontsize{11pt}{0pt}\selectfont
\noindent
\centerline{\MyStudentIDNumber}
\end{textblock*}
\begin{textblock*}{7.8cm}(4.4cm,5.4cm)
\fontsize{11pt}{0pt}\selectfont
\noindent
\centerline{\MyName}
\end{textblock*}
\begin{textblock*}{4.5cm}(14.8cm,4.3cm)
\fontsize{11pt}{0pt}\selectfont
\noindent\\
\Supervisors
\end{textblock*}
\begin{textblock*}{14cm}(5.3cm,8.24cm)
\fontsize{11pt}{0pt}\selectfont
\noindent
\ThesisTitle
\end{textblock*}
\vspace{7.3cm}
\begin{tcolorbox}[%
enhanced,
breakable,
frame hidden,
colback=white!0,
left=4pt,right=4pt,
before upper={\parindent15pt},
overlay broken = {
\draw[line width=0.5mm]
(frame.north west) rectangle (frame.south east);},
]{}
\AbstractText
\end{tcolorbox}
@k3kaimu
Copy link
Author

k3kaimu commented Oct 9, 2020

sample_abstract

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