Templates

Snu Ling Ba Thesis

Preview

Snu Ling Ba Thesis

서울대학교 언어학과 학사학위논문 양식 LaTeX 클래스

Category

university

License

Free to use (MIT)

File

example/example-en.tex

example-en.texRead-only preview
\documentclass[en]{snu-ling-ba-thesis}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Font setup %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


\usepackage{microtype}

% Works for pdfLaTeX, XeLaTeX, and LuaLaTeX
\usepackage{libertine}
\makeatletter
\setmainfont{\libertine@base}[
  Extension = .otf,
  Numbers = {\libertine@figurealign,\libertine@figurestyle},
  UprightFont = *_R,
  ItalicFont = *_RI,
  BoldFont = *_\libertine@boldstyle,
  BoldItalicFont = *_\libertine@boldstyle I,
  SlantedFont = *_R,
  SlantedFeatures = {FakeSlant=0.17},
]
\makeatother

% Math/Mono font setup
\usepackage[
  math-style=ISO,
  warnings-off={mathtools-colon, mathtools-overbracket},
]{unicode-math}
\setmathfont{LibertinusMath-Regular.otf}[Scale = MatchUppercase]

\setmonofont{JetBrainsMonoNerdFont}[
  Extension = .ttf,
  UprightFont = *-Regular,
  BoldFont = *-Bold,
  ItalicFont = *-Italic,
  BoldItalicFont = *-BoldItalic,
  Scale=MatchLowercase,
]

% Hangul font setup
\setmainhangulfont{KoPubWorldBatang_Pro}[
  Scale = MatchUppercase,
  UprightFont={* Light},
  BoldFont={* Bold},
  AutoFakeSlant = 0.15
]
\setsanshangulfont{KoPubWorldDotum_Pro}[
  Scale = MatchUppercase,
  BoldFont={* Bold},
]


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Packages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


% Add your packages here, e.g.,
% \usepackage{tikz}
\usepackage{siunitx}

% For lorem ipsum; remove this line when writing your thesis
\usepackage{lipsum}

% hyperref *must* be the last package to be loaded!
\usepackage[pdfusetitle]{hyperref}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Metadata %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


\addbibresource{bib.bib}

\title{서울대학교 언어학과 학사학위논문 템플릿}

% If there is no subtitle, just leave the argument empty, e.g.,
% \subtitle{}
\subtitle{영문 예시}

\author{박준영}
\affil{서울대학교 인문대학 언어학과}
\advisor{다크시푸트라 파니니}
\date{2025년 8월}


\begin{document}
\maketitle

\pagenumbering{roman}
\begin{abstract}
  \lipsum[1]
\end{abstract}


\tableofcontents


\section{Introduction}\label{sec:introduction}
\pagenumbering{arabic}
This template is structured as follows.
Section~\ref{subsec:figure} of chapter~\ref{sec:body} shows an example of a figure.
Section~\ref{subsec:table} of chapter~\ref{sec:body} shows an example of a table.
Chapter~\ref{sec:conclusion} concludes this template.
Chapter~\ref{sec:references} and~\ref{sec:appendices} show examples of references and an appendix, respectively.


\subsection{Section Sample}\label{subsec:section}
\lipsum[2-3]


\section{Body}\label{sec:body}
Entropy of information is the expected value of information contained in each message, and is given by equation~\eqref{eq:entropy}~(\cite{sha48}).
\begin{equation}\label{eq:entropy}
  H(X) = -\sum_{i=1}^n {\mathrm{P}(x_i) \log_b \mathrm{P}(x_i)}
\end{equation}

\lipsum[4-6]


\subsection{Figure}\label{subsec:figure}
Example of a figure is shown in figure~\ref{fig:example}.
Figure~\ref{fig:snu} is the logo of Seoul National University and figure~\ref{fig:ch} is the logo of College of Humanities.

\begin{figure}[htp]
  \centering
  \begin{subfigure}[b]{0.5\textwidth}
    \centering
    \includegraphics[width=0.5\textwidth]{logo1.pdf}
    \caption{The logo of Seoul National University}\label{fig:snu}
  \end{subfigure}%
  \begin{subfigure}[b]{0.5\textwidth}
    \centering
    \includegraphics[width=0.9\textwidth]{logo2.pdf}
    \caption{The logo of College of Humanities}\label{fig:ch}
  \end{subfigure}
  \caption[Figure example (ToC)]{An example of a figure.}\label{fig:example}
\end{figure}

\lipsum[7-8]


\subsection{Table}\label{subsec:table}
Example of a table is shown in table~\ref{tab:example}.\footnote{\lipsum[12]}

\begin{table}[htp]
  \centering
  \caption[Table example (ToC)]{An example of a table.}\label{tab:example}
  \begin{tblr}{cc}
    \toprule
    Constant & Value \\\midrule
    $c$ & \SI{299792458}{\meter\per\second} \\
    $h$ & \SI{6.62607015e-34}{\joule\per\hertz} \\\bottomrule
  \end{tblr}
\end{table}

\lipsum[9-10]


\section{Conclusion}\label{sec:conclusion}
\lipsum[11]


\section{References}\label{sec:references}
\printbibliography


\section{Appendices}\label{sec:appendices}
\appendix

\apxitem{The First Appendix}
\lipsum[12]

\end{document}
Preview
Snu Ling Ba Thesis preview
Snu Ling Ba Thesis LaTeX Template | Bibby | Bibby AI