initial commit, import all templates
This commit is contained in:
271
Beamer/bredelebeamer.cls
Normal file
271
Beamer/bredelebeamer.cls
Normal file
@@ -0,0 +1,271 @@
|
||||
%%%%%% Licence%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% la classe LaTeX Bredelebeamer est placée sous licence GNU-GPL v3
|
||||
% copyright 2015 Christophe Masutti
|
||||
% https://github.com/framatophe/
|
||||
% Il s'agit d'un style simple aux couleurs de Framasoft (http://framasoft.org)
|
||||
% agrémenté de quelques boites.
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\NeedsTeXFormat{LaTeX2e}
|
||||
\ProvidesClass{bredelebeamer}[17/02/2015, v1.0]
|
||||
|
||||
\PassOptionsToPackage{svgnames}{xcolor}
|
||||
\LoadClass[compress,8pt]{beamer}
|
||||
|
||||
\usepackage[french]{babel}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{helvet}
|
||||
\usepackage{pdfpages}
|
||||
\usepackage{graphicx}% http://ctan.org/pkg/graphicx
|
||||
\usepackage[footnotesize,hang]{caption} % réduire la taille des légendes des images
|
||||
\usepackage{hyperref}
|
||||
\usepackage{tikz}
|
||||
|
||||
\usepackage{appendixnumberbeamer}% ne compte pas les slides backups dans le nombre total
|
||||
\long\def\beamer@@ssection*#1{\beamer@section[]{}}% retire les sections invisibles de la barre de navigation
|
||||
|
||||
%%%% Les Framacouleurs
|
||||
\definecolor{Framableu}{RGB}{12,91,122}
|
||||
\definecolor{Framableulight}{RGB}{18,144,176}
|
||||
\definecolor{Framavert}{RGB}{142,156,72}
|
||||
\definecolor{Framavertlight}{RGB}{227,235,199}
|
||||
\definecolor{Framarouge}{RGB}{204,45,24}
|
||||
\definecolor{Framarougelight}{RGB}{249,189,187}
|
||||
\definecolor{Framaviolet}{RGB}{106,86,135}
|
||||
\definecolor{Framavioletlight}{RGB}{211,197,232}
|
||||
\definecolor{Framaorange}{RGB}{235,114,57}
|
||||
\definecolor{Framaorangelight}{RGB}{235,209,197}
|
||||
\definecolor{Framajaune}{RGB}{196,168,27}
|
||||
\definecolor{Framajaunelight}{RGB}{255,235,181}
|
||||
\definecolor{Framamarron}{RGB}{161,136,127}
|
||||
\definecolor{Framamarronlight}{RGB}{215,204,200}
|
||||
\definecolor{Framagris}{RGB}{97,97,97}
|
||||
\definecolor{Framagrislight}{RGB}{245,245,245}
|
||||
|
||||
|
||||
%%%%%%%%%%%% Tableaux
|
||||
\usepackage{tcolorbox}
|
||||
\usepackage{tabularx}
|
||||
\usepackage{array}
|
||||
\usepackage{colortbl}
|
||||
\tcbuselibrary{skins}
|
||||
|
||||
%%%% Merci : http://tex.stackexchange.com/questions/112343/beautiful-table-samples
|
||||
|
||||
\newcolumntype{Y}{>{\raggedleft\arraybackslash}X}
|
||||
|
||||
\tcbset{tabrouge/.style={enhanced,arc=0em,fonttitle=\bfseries,fontupper=\normalsize\sffamily,
|
||||
colback=Framarougelight!100!white,colframe=Framarouge!70!black,colbacktitle=Framarouge!100!white,
|
||||
coltitle=white,center title}}
|
||||
|
||||
\tcbset{taborange/.style={enhanced,arc=0em,fonttitle=\bfseries,fontupper=\normalsize\sffamily,
|
||||
colback=Framaorangelight!100!white,colframe=Framaorange!70!black,colbacktitle=Framaorange!100!white,
|
||||
coltitle=white,center title}}
|
||||
|
||||
\tcbset{tabvert/.style={enhanced,arc=0em,fonttitle=\bfseries,fontupper=\normalsize\sffamily,
|
||||
colback=Framavertlight!100!white,colframe=Framavert!70!black,colbacktitle=Framavert!100!white,
|
||||
coltitle=white,center title}}
|
||||
|
||||
\tcbset{tabbleu/.style={enhanced,arc=0em,fonttitle=\bfseries,fontupper=\normalsize\sffamily,
|
||||
colback=Framableulight!100!white,colframe=Framableu!70!black,colbacktitle=Framableu!100!white,
|
||||
coltitle=white,center title}}
|
||||
|
||||
\tcbset{tabjaune/.style={enhanced,arc=0em,fonttitle=\bfseries,fontupper=\normalsize\sffamily,
|
||||
colback=Framajaunelight!100!white,colframe=Framajaune!70!black,colbacktitle=Framajaune!100!white,
|
||||
coltitle=white,center title}}
|
||||
|
||||
\tcbset{tabgris/.style={enhanced,arc=0em,fonttitle=\bfseries,fontupper=\normalsize\sffamily,
|
||||
colback=Framagrislight!100!white,colframe=Framagris!70!black,colbacktitle=Framagris!100!white,
|
||||
coltitle=white,center title}}
|
||||
|
||||
\tcbset{tabmarron/.style={enhanced,arc=0em,fonttitle=\bfseries,fontupper=\normalsize\sffamily,
|
||||
colback=Framamarronlight!100!white,colframe=Framamarron!70!black,colbacktitle=Framamarron!100!white,
|
||||
coltitle=white,center title}}
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\beamerboxesdeclarecolorscheme{orange}{Framaorange}{Framaorangelight}
|
||||
|
||||
\usecolortheme[named=Framableu]{structure}
|
||||
|
||||
\useinnertheme{rectangles}
|
||||
\useoutertheme[subsection=false]{miniframes}
|
||||
\setbeamertemplate{navigation symbols}{}
|
||||
|
||||
\definecolor{sectionColor}{RGB}{0,0,0} % noir
|
||||
\definecolor{subsectionColor}{RGB}{97,97,97} % Framagris
|
||||
\definecolor{sectionTextColor}{RGB}{255,255,255} % blanc
|
||||
\definecolor{subsectionTextColor}{RGB}{255,255,255} % blanc
|
||||
\definecolor{leftFootlineColor}{RGB}{0,0,0}% noir
|
||||
\definecolor{middleFootlineColor}{RGB}{97,97,97} % Framagris
|
||||
\definecolor{rightFootlineColor}{RGB}{0,0,0}% noir
|
||||
\definecolor{authorColor}{RGB}{255,255,255}% blanc
|
||||
\definecolor{footlineTitleColor}{RGB}{255,255,255}% blanc
|
||||
\definecolor{instituteColor}{RGB}{0,0,0}% noir
|
||||
\definecolor{dateColor}{RGB}{255,255,255}% blanc
|
||||
\definecolor{pageColor}{RGB}{255,255,255}% blanc
|
||||
\definecolor{titleColor}{RGB}{12,91,122} % Framableu
|
||||
\definecolor{titleTextColor}{RGB}{255,255,255} % blanc
|
||||
\definecolor{bodyColor}{RGB}{255,255,255} % blanc
|
||||
\definecolor{normalTextColor}{RGB}{0,0,0} % noir
|
||||
\definecolor{exampleTextColor}{RGB}{82,99,42} %Framavertfoncé
|
||||
\definecolor{alertTextColor}{RGB}{204,45,24} % Framarouge
|
||||
|
||||
\definecolor{chipColor}{RGB}{12,91,122} % Framableu
|
||||
\definecolor{chipTextColor}{RGB}{255,255,255} % blanc
|
||||
\definecolor{normalBlockColor}{RGB}{178,213,219} % Framableulight pour arriere plan du block
|
||||
\definecolor{normalTitleBlockColor}{RGB}{12,91,122} % Framableu
|
||||
\definecolor{normalBlockTextColor}{RGB}{0,0,0} % noir
|
||||
\definecolor{normalBlockTitleTextColor}{RGB}{255,255,255} % blanc
|
||||
\definecolor{exampleBlockColor}{RGB}{227,235,199} %Framavertlight pour arriere plan du block
|
||||
\definecolor{exampleTitleBlockColor}{RGB}{142,156,72} % Framavert
|
||||
\definecolor{exampleBlockTextColor}{RGB}{0,0,0} % noir
|
||||
\definecolor{exampleBlockTitleTextColor}{RGB}{255,255,255} % blanc
|
||||
\definecolor{alertBlockColor}{RGB}{249,189,187} % Framarougelight pour arriere plan du block
|
||||
\definecolor{alertTitleBlockColor}{RGB}{204,45,24} % Framarouge
|
||||
\definecolor{alertBlockTextColor}{RGB}{0,0,0} % noir
|
||||
\definecolor{alertBlockTitleTextColor}{RGB}{255,255,255} % blanc
|
||||
|
||||
|
||||
\setbeamertemplate{blocks}[rectangle]
|
||||
|
||||
\setbeamercolor{section in head/foot}{bg=sectionColor, fg=sectionTextColor}
|
||||
\setbeamercolor{subsection in head/foot}{bg=subsectionColor, fg=subsectionTextColor}
|
||||
\setbeamercolor*{block title}{fg=normalBlockTitleTextColor,bg=normalTitleBlockColor}
|
||||
\setbeamercolor*{block body}{fg=normalBlockTextColor,bg=normalBlockColor}
|
||||
\setbeamercolor*{block title alerted}{fg=alertBlockTitleTextColor,bg=alertTitleBlockColor}
|
||||
\setbeamercolor*{block body alerted}{fg=alertBlockTextColor,bg=alertBlockColor}
|
||||
\setbeamercolor*{block title example}{fg=exampleBlockTitleTextColor,bg=exampleTitleBlockColor}
|
||||
\setbeamercolor*{block body example}{fg=exampleBlockTextColor,bg=exampleBlockColor}
|
||||
\setbeamerfont{block title}{size={}}
|
||||
\setbeamercolor{titlelike}{fg=titleTextColor,bg=titleColor}
|
||||
\setbeamercolor*{normal text}{fg=normalTextColor,bg=bodyColor}
|
||||
\setbeamercolor*{example text}{fg=exampleTextColor}
|
||||
\setbeamercolor*{alerted text}{fg=alertTextColor}
|
||||
\setbeamercolor{itemize item}{fg=titleColor!70}
|
||||
\setbeamercolor{enumerate item}{fg=titleColor!70}
|
||||
\setbeamercolor{description item}{fg=titleColor!70}
|
||||
|
||||
|
||||
\useinnertheme{default}
|
||||
\setbeamercolor{item projected}{bg=chipColor,fg=chipTextColor}
|
||||
\beamer@compresstrue
|
||||
\defbeamertemplate*{headline}{smoothbars theme}
|
||||
{%
|
||||
\begin{beamercolorbox}[ht=2.125ex,dp=3.150ex]{section in head/foot}
|
||||
\insertnavigation{\paperwidth}
|
||||
\end{beamercolorbox}%
|
||||
|
||||
% Commenter les 4 lignes suivantes si vous ne voulez pas la barre des sous-sections.
|
||||
\begin{beamercolorbox}[ht=2.125ex,dp=1.125ex,%
|
||||
leftskip=.3cm,rightskip=.3cm plus1fil]{subsection in head/foot}
|
||||
\usebeamerfont{subsection in head/foot}\insertsubsectionhead
|
||||
\end{beamercolorbox}%
|
||||
}
|
||||
\setbeamercolor{author in head/foot}{bg=leftFootlineColor, fg=authorColor}
|
||||
\setbeamercolor{title in head/foot}{bg=middleFootlineColor, fg=footlineTitleColor}
|
||||
\setbeamercolor{institute in head/foot}{fg=instituteColor}
|
||||
\setbeamercolor{date in head/foot}{bg=rightFootlineColor, fg=dateColor}
|
||||
\defbeamertemplate*{footline}{infolines theme}
|
||||
{
|
||||
\leavevmode%
|
||||
\hbox{%
|
||||
\begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}%
|
||||
\usebeamerfont{author in head/foot}\insertshortauthor~~
|
||||
\insertshortinstitute
|
||||
\end{beamercolorbox}%
|
||||
\begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{title in head/foot}%
|
||||
\usebeamerfont{title in head/foot}\insertshorttitle
|
||||
\end{beamercolorbox}%
|
||||
\begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,right]{date in head/foot}%
|
||||
\usebeamerfont{date in head/foot}\insertshortdate{}\hspace*{2em}
|
||||
\insertframenumber{} / \inserttotalframenumber\hspace*{2ex}
|
||||
\end{beamercolorbox}
|
||||
}%
|
||||
\vskip0pt%
|
||||
}
|
||||
\mode
|
||||
<all>
|
||||
|
||||
%utilise la couleur Beamer : "example text" pour la couleur du texte
|
||||
\newcommand{\exemple}[1]{{\color{example text.fg} #1}}
|
||||
|
||||
% emphase
|
||||
\renewcommand{\emph}[1]{\textcolor{Framaorange}{\textbf{#1}}}
|
||||
|
||||
|
||||
\usepackage{etoolbox}
|
||||
\AtBeginEnvironment{exampleblock}{%
|
||||
\setbeamercolor{itemize item}{fg=exampleTitleBlockColor!70}
|
||||
}
|
||||
\AtBeginEnvironment{alertblock}{%
|
||||
\setbeamercolor{itemize item}{fg=alertTitleBlockColor!70}
|
||||
}
|
||||
\AtBeginEnvironment{block}{%
|
||||
\setbeamercolor{itemize item}{fg=normalTitleBlockColor!70}
|
||||
}
|
||||
|
||||
|
||||
\newcommand{\boitejaune}[1]{
|
||||
\begin{center}
|
||||
\fcolorbox{Framajaune}{Framajaunelight}{
|
||||
\begin{minipage}{0.5\textwidth}
|
||||
#1
|
||||
\end{minipage}
|
||||
}
|
||||
\end{center}
|
||||
}
|
||||
|
||||
|
||||
\newcommand{\boiteviolette}[1]{
|
||||
\begin{center}
|
||||
\fcolorbox{Framaviolet}{Framavioletlight}{
|
||||
\begin{minipage}{0.5\textwidth}
|
||||
#1
|
||||
\end{minipage}
|
||||
}
|
||||
\end{center}
|
||||
}
|
||||
|
||||
|
||||
\newcommand{\boiteorange}[1]{
|
||||
\begin{center}
|
||||
\fcolorbox{Framaorange}{Framaorangelight}{
|
||||
\begin{minipage}{0.5\textwidth}
|
||||
#1
|
||||
\end{minipage}
|
||||
}
|
||||
\end{center}
|
||||
}
|
||||
|
||||
|
||||
\newcommand{\boitemarron}[1]{
|
||||
\begin{center}
|
||||
\fcolorbox{Framamarron}{Framamarronlight}{
|
||||
\begin{minipage}{0.5\textwidth}
|
||||
#1
|
||||
\end{minipage}
|
||||
}
|
||||
\end{center}
|
||||
}
|
||||
|
||||
\newcommand{\boitegrise}[1]{
|
||||
\begin{center}
|
||||
\fcolorbox{Framagris}{Framagrislight}{
|
||||
\begin{minipage}{0.5\textwidth}
|
||||
#1
|
||||
\end{minipage}
|
||||
}
|
||||
\end{center}
|
||||
}
|
||||
|
||||
|
||||
\newcommand{\boitebleue}[1]{
|
||||
\begin{center}
|
||||
\fcolorbox{Framableu}{Framableulight}{
|
||||
\begin{minipage}{0.5\textwidth}
|
||||
#1
|
||||
\end{minipage}
|
||||
}
|
||||
\end{center}
|
||||
}
|
||||
BIN
Beamer/images/logo_ObAS.pdf
Normal file
BIN
Beamer/images/logo_ObAS.pdf
Normal file
Binary file not shown.
BIN
Beamer/images/logo_Unistra.pdf
Normal file
BIN
Beamer/images/logo_Unistra.pdf
Normal file
Binary file not shown.
300
Beamer/main.tex
Normal file
300
Beamer/main.tex
Normal file
@@ -0,0 +1,300 @@
|
||||
|
||||
\documentclass{bredelebeamer}
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
\title[Titre version courte]{Placez votre titre ici dans sa version longue}
|
||||
% Titre du diaporama
|
||||
|
||||
\subtitle{Vous pouvez ajouter un sous-titre}
|
||||
% Sous-titre optionnel
|
||||
|
||||
\author{Thibault Barnouin\inst{1}}
|
||||
% La commande \inst{...} Permet d'afficher l' affiliation de l'intervenant.
|
||||
% Si il y a plusieurs intervenants: Marcel Dupont\inst{1}, Roger Durand\inst{2}
|
||||
% Il suffit alors d'ajouter un autre institut sur le modèle ci-dessous.
|
||||
|
||||
\institute[(ObAS)]
|
||||
{
|
||||
\inst{1}%
|
||||
Observatoire Astronomique de Strasbourg, CNRS
|
||||
}
|
||||
|
||||
\date{September 30$^\text{th}$ 2025}
|
||||
% Optionnel. La date, généralement celle du jour de la conférence
|
||||
|
||||
\subject{Sujet de votre diaporama}
|
||||
% C'est utilisé dans les métadonnes du PDF
|
||||
|
||||
\titlegraphic{
|
||||
\includegraphics[height=0.10\textheight]{images/logo_ObAS.pdf}
|
||||
\hspace{1.5cm}
|
||||
\includegraphics[height=0.10\textheight]{images/logo_Unistra.pdf}
|
||||
}
|
||||
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\begin{document}
|
||||
|
||||
\begin{frame}
|
||||
\titlepage
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Sommaire}
|
||||
\tableofcontents
|
||||
% possibilité d'ajouter l'option [pausesections]
|
||||
\end{frame}
|
||||
|
||||
|
||||
|
||||
|
||||
\section{Aperçu global}
|
||||
|
||||
\begin{frame}{Aperçu global}
|
||||
Texte normal \alert{Texte Alert} \exemple{Texte exemple} \emph{Texte emphase}
|
||||
|
||||
\begin{columns}
|
||||
|
||||
\begin{column}{0.5\textwidth}
|
||||
\begin{block}{Bloc simple}
|
||||
\begin{itemize}
|
||||
\item Premier point
|
||||
\end{itemize}
|
||||
\end{block}
|
||||
|
||||
\begin{exampleblock}{Bloc exemple}
|
||||
\begin{itemize}
|
||||
\item Premier point
|
||||
\end{itemize}
|
||||
\end{exampleblock}
|
||||
|
||||
\begin{alertblock}{Bloc alert}
|
||||
\begin{itemize}
|
||||
\item Premier point
|
||||
\end{itemize}
|
||||
\end{alertblock}
|
||||
|
||||
\end{column}
|
||||
|
||||
\begin{column}{0.5\textwidth}
|
||||
\boiteviolette{
|
||||
Une boite violette
|
||||
}
|
||||
|
||||
\boiteorange{
|
||||
Une boite orange
|
||||
}
|
||||
|
||||
\boitegrise{
|
||||
Une boite grise
|
||||
}
|
||||
|
||||
|
||||
|
||||
\begin{tcolorbox}[tabvert,tabularx={X||Y|Y|Y|Y||Y}, boxrule=0.5pt, title=Mon tableau des prix]
|
||||
Couleur & Prix 1 & Prix 2 & Prix 3 \\\hline\hline
|
||||
Rouge & 10.00 & 20.00 & 30.00 \\\hline
|
||||
Vert & 20.00 & 30.00 & 40.00 \\\hline
|
||||
Bleu & 30.00 & 40.00 & 50.00 \\\hline\hline
|
||||
Orange & 60.00 & 90.00 & 120.00
|
||||
\end{tcolorbox}
|
||||
|
||||
\end{column}
|
||||
|
||||
\end{columns}
|
||||
\end{frame}
|
||||
|
||||
|
||||
|
||||
|
||||
\section{Les blocs}
|
||||
|
||||
\begin{frame}{Les blocs}
|
||||
|
||||
\begin{block}{Bloc simple}
|
||||
\begin{itemize}
|
||||
\item Premier point
|
||||
\item Second point
|
||||
\item Troisième point
|
||||
\end{itemize}
|
||||
\end{block}
|
||||
|
||||
\begin{exampleblock}{Bloc exemple}
|
||||
\begin{itemize}
|
||||
\item Premier point
|
||||
\item Second point
|
||||
\item Troisième point
|
||||
\end{itemize}
|
||||
\end{exampleblock}
|
||||
|
||||
\begin{alertblock}{Bloc alert}
|
||||
\begin{itemize}
|
||||
\item Premier point
|
||||
\item Second point
|
||||
\item Troisième point
|
||||
\end{itemize}
|
||||
\end{alertblock}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\section{Les bo\^ites}
|
||||
|
||||
\begin{frame}{Les boites}
|
||||
|
||||
\begin{columns}
|
||||
|
||||
\begin{column}{0.5\textwidth}
|
||||
\boitejaune{
|
||||
Ceci est \\
|
||||
une boite jaune
|
||||
}
|
||||
|
||||
\boiteorange{
|
||||
Ceci est \\
|
||||
une boite orange
|
||||
}
|
||||
|
||||
\boitemarron{
|
||||
Ceci est \\
|
||||
une boite marron
|
||||
}
|
||||
\end{column}
|
||||
|
||||
\begin{column}{0.5\textwidth}
|
||||
\boiteviolette{
|
||||
Ceci est \\
|
||||
une boite violette
|
||||
}
|
||||
|
||||
\boitebleue{
|
||||
Ceci est \\
|
||||
une boite bleue
|
||||
}
|
||||
|
||||
\boitegrise{
|
||||
Ceci est \\
|
||||
une boite grise
|
||||
}
|
||||
|
||||
\end{column}
|
||||
|
||||
\end{columns}
|
||||
|
||||
|
||||
\end{frame}
|
||||
|
||||
|
||||
|
||||
\section{Les listes}
|
||||
\subsection{Liste à item}
|
||||
|
||||
\begin{frame}{Titre de la frame}
|
||||
|
||||
\begin{itemize}
|
||||
\item premier élément de liste,
|
||||
\item deuxième élément de liste,
|
||||
\item troisième élément de liste.
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
\subsection{Liste énumérative}
|
||||
\begin{frame}{Titre de la frame}
|
||||
\begin{enumerate}
|
||||
\item élément de liste numéro 1,
|
||||
\item élément de liste numéro 2,
|
||||
\item élément de liste numéro 3.
|
||||
\end{enumerate}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\subsection{Liste descriptive}
|
||||
\begin{frame}{Titre de la frame}
|
||||
\begin{description}
|
||||
\item [Thème de présentation : ] ces thèmes sont en fait...
|
||||
\item [Thème de couleur : ] gère tout ce qui est couleur...
|
||||
\item [Thème de police : ] s'occupe de tout ce qui est police, gras...
|
||||
\item [Thème interne : ] s'occupe de l'apparence des éléments...
|
||||
\end{description}
|
||||
\end{frame}
|
||||
|
||||
|
||||
|
||||
\section{Le texte}
|
||||
|
||||
\begin{frame}{Titre de la frame}
|
||||
|
||||
Voici du texte normal
|
||||
|
||||
\alert{Voici du texte \texttt{alert}}
|
||||
|
||||
\exemple{Voici du texte \texttt{exemple}}
|
||||
|
||||
\emph{Voici du texte \texttt{emphase}}
|
||||
|
||||
\end{frame}
|
||||
|
||||
|
||||
\section{Les tableaux}
|
||||
|
||||
\begin{frame}{Tableaux}
|
||||
|
||||
% merci: http://tex.stackexchange.com/questions/112343/beautiful-table-samples
|
||||
|
||||
\begin{tcolorbox}[tabjaune,tabularx={X||Y|Y|Y|Y||Y}, boxrule=0.5pt]
|
||||
Couleur & Prix 1 & Prix 2 & Prix 3 & Prix 4 & Prix 5 \\\hline\hline
|
||||
Rouge & 10.00 & 20.00 & 30.00 & 40.00 & 100.00 \\\hline
|
||||
Vert & 20.00 & 30.00 & 40.00 & 50.00 & 140.00 \\\hline
|
||||
Bleu & 30.00 & 40.00 & 50.00 & 60.00 & 180.00 \\\hline\hline
|
||||
Orange & 60.00 & 90.00 & 120.00 & 150.00 & 420.00
|
||||
\end{tcolorbox}
|
||||
|
||||
\begin{tcolorbox}[tabvert,tabularx={X||Y|Y|Y|Y||Y}, boxrule=0.5pt, title=Mon tableau des prix]
|
||||
Couleur & Prix 1 & Prix 2 & Prix 3 & Prix 4 & Prix 5 \\\hline\hline
|
||||
Rouge & 10.00 & 20.00 & 30.00 & 40.00 & 100.00 \\\hline
|
||||
Vert & 20.00 & 30.00 & 40.00 & 50.00 & 140.00 \\\hline
|
||||
Bleu & 30.00 & 40.00 & 50.00 & 60.00 & 180.00 \\\hline\hline
|
||||
Orange & 60.00 & 90.00 & 120.00 & 150.00 & 420.00
|
||||
\end{tcolorbox}
|
||||
|
||||
\end{frame}
|
||||
|
||||
|
||||
\begin{frame}{Tableaux}
|
||||
|
||||
% merci: http://tex.stackexchange.com/questions/112343/beautiful-table-samples
|
||||
|
||||
\begin{tcolorbox}[tabgris,tabularx={X||Y|Y|Y|Y||Y}, boxrule=0.5pt]
|
||||
Couleur & Prix 1 & Prix 2 & Prix 3 & Prix 4 & Prix 5 \\\hline\hline
|
||||
Rouge & 10.00 & 20.00 & 30.00 & 40.00 & 100.00 \\\hline
|
||||
Vert & 20.00 & 30.00 & 40.00 & 50.00 & 140.00 \\\hline
|
||||
Bleu & 30.00 & 40.00 & 50.00 & 60.00 & 180.00 \\\hline\hline
|
||||
Orange & 60.00 & 90.00 & 120.00 & 150.00 & 420.00
|
||||
\end{tcolorbox}
|
||||
|
||||
\begin{tcolorbox}[taborange,tabularx={X||Y|Y|Y|Y||Y}, boxrule=0.5pt, title=Mon tableau des prix]
|
||||
Couleur & Prix 1 & Prix 2 & Prix 3 & Prix 4 & Prix 5 \\\hline\hline
|
||||
Rouge & 10.00 & 20.00 & 30.00 & 40.00 & 100.00 \\\hline
|
||||
Vert & 20.00 & 30.00 & 40.00 & 50.00 & 140.00 \\\hline
|
||||
Bleu & 30.00 & 40.00 & 50.00 & 60.00 & 180.00 \\\hline\hline
|
||||
Orange & 60.00 & 90.00 & 120.00 & 150.00 & 420.00
|
||||
\end{tcolorbox}
|
||||
|
||||
\end{frame}
|
||||
|
||||
|
||||
|
||||
\section{Les images}
|
||||
|
||||
\begin{frame}{Titre de la frame}
|
||||
|
||||
\begin{figure}
|
||||
\centering
|
||||
\includegraphics[scale=0.5]{images/logo_ObAS.pdf}
|
||||
\caption{Une bonne description de la figure}
|
||||
\end{figure}
|
||||
|
||||
\end{frame}
|
||||
|
||||
|
||||
|
||||
\end{document}
|
||||
BIN
Beamer_template.zip
Normal file
BIN
Beamer_template.zip
Normal file
Binary file not shown.
1695
Poster/aa.bst
Normal file
1695
Poster/aa.bst
Normal file
File diff suppressed because it is too large
Load Diff
106
Poster/aas_macros.sty
Normal file
106
Poster/aas_macros.sty
Normal file
@@ -0,0 +1,106 @@
|
||||
%
|
||||
% These Macros are taken from the AAS TeX macro package version 5.2
|
||||
% and are compatible with the macros in the A&A document class
|
||||
% version 7.0
|
||||
% Include this file in your LaTeX source only if you are not using
|
||||
% the AAS TeX macro package or the A&A document class and need to
|
||||
% resolve the macro definitions in the TeX/BibTeX entries returned by
|
||||
% the ADS abstract service.
|
||||
%
|
||||
% If you plan not to use this file to resolve the journal macros
|
||||
% rather than the whole AAS TeX macro package, you should save the
|
||||
% file as ``aas_macros.sty'' and then include it in your LaTeX paper
|
||||
% by using a construct such as:
|
||||
% \documentstyle[11pt,aas_macros]{article}
|
||||
%
|
||||
% For more information on the AASTeX and A&A packages, please see:
|
||||
% http://journals.aas.org/authors/aastex.html
|
||||
% ftp://ftp.edpsciences.org/pub/aa/readme.html
|
||||
% For more information about ADS abstract server, please see:
|
||||
% http://adsabs.harvard.edu/ads_abstracts.html
|
||||
%
|
||||
|
||||
% Abbreviations for journals. The object here is to provide authors
|
||||
% with convenient shorthands for the most "popular" (often-cited)
|
||||
% journals; the author can use these markup tags without being concerned
|
||||
% about the exact form of the journal abbreviation, or its formatting.
|
||||
% It is up to the keeper of the macros to make sure the macros expand
|
||||
% to the proper text. If macro package writers agree to all use the
|
||||
% same TeX command name, authors only have to remember one thing, and
|
||||
% the style file will take care of editorial preferences. This also
|
||||
% applies when a single journal decides to revamp its abbreviating
|
||||
% scheme, as happened with the ApJ (Abt 1991).
|
||||
|
||||
\let\jnl@style=\rm
|
||||
\def\ref@jnl#1{{\jnl@style#1}}
|
||||
|
||||
\def\aj{\ref@jnl{AJ}} % Astronomical Journal
|
||||
\def\actaa{\ref@jnl{Acta Astron.}} % Acta Astronomica
|
||||
\def\araa{\ref@jnl{ARA\&A}} % Annual Review of Astron and Astrophys
|
||||
\def\apj{\ref@jnl{ApJ}} % Astrophysical Journal
|
||||
\def\apjl{\ref@jnl{ApJ}} % Astrophysical Journal, Letters
|
||||
\def\apjs{\ref@jnl{ApJS}} % Astrophysical Journal, Supplement
|
||||
\def\ao{\ref@jnl{Appl.~Opt.}} % Applied Optics
|
||||
\def\apss{\ref@jnl{Ap\&SS}} % Astrophysics and Space Science
|
||||
\def\aap{\ref@jnl{A\&A}} % Astronomy and Astrophysics
|
||||
\def\aapr{\ref@jnl{A\&A~Rev.}} % Astronomy and Astrophysics Reviews
|
||||
\def\aaps{\ref@jnl{A\&AS}} % Astronomy and Astrophysics, Supplement
|
||||
\def\azh{\ref@jnl{AZh}} % Astronomicheskii Zhurnal
|
||||
\def\baas{\ref@jnl{BAAS}} % Bulletin of the AAS
|
||||
\def\bac{\ref@jnl{Bull. astr. Inst. Czechosl.}}
|
||||
% Bulletin of the Astronomical Institutes of Czechoslovakia
|
||||
\def\caa{\ref@jnl{Chinese Astron. Astrophys.}}
|
||||
% Chinese Astronomy and Astrophysics
|
||||
\def\cjaa{\ref@jnl{Chinese J. Astron. Astrophys.}}
|
||||
% Chinese Journal of Astronomy and Astrophysics
|
||||
\def\icarus{\ref@jnl{Icarus}} % Icarus
|
||||
\def\jcap{\ref@jnl{J. Cosmology Astropart. Phys.}}
|
||||
% Journal of Cosmology and Astroparticle Physics
|
||||
\def\jrasc{\ref@jnl{JRASC}} % Journal of the RAS of Canada
|
||||
\def\memras{\ref@jnl{MmRAS}} % Memoirs of the RAS
|
||||
\def\mnras{\ref@jnl{MNRAS}} % Monthly Notices of the RAS
|
||||
\def\na{\ref@jnl{New A}} % New Astronomy
|
||||
\def\nar{\ref@jnl{New A Rev.}} % New Astronomy Review
|
||||
\def\pra{\ref@jnl{Phys.~Rev.~A}} % Physical Review A: General Physics
|
||||
\def\prb{\ref@jnl{Phys.~Rev.~B}} % Physical Review B: Solid State
|
||||
\def\prc{\ref@jnl{Phys.~Rev.~C}} % Physical Review C
|
||||
\def\prd{\ref@jnl{Phys.~Rev.~D}} % Physical Review D
|
||||
\def\pre{\ref@jnl{Phys.~Rev.~E}} % Physical Review E
|
||||
\def\prl{\ref@jnl{Phys.~Rev.~Lett.}} % Physical Review Letters
|
||||
\def\pasa{\ref@jnl{PASA}} % Publications of the Astron. Soc. of Australia
|
||||
\def\pasp{\ref@jnl{PASP}} % Publications of the ASP
|
||||
\def\pasj{\ref@jnl{PASJ}} % Publications of the ASJ
|
||||
\def\rmxaa{\ref@jnl{Rev. Mexicana Astron. Astrofis.}}%
|
||||
% Revista Mexicana de Astronomia y Astrofisica
|
||||
\def\qjras{\ref@jnl{QJRAS}} % Quarterly Journal of the RAS
|
||||
\def\skytel{\ref@jnl{S\&T}} % Sky and Telescope
|
||||
\def\solphys{\ref@jnl{Sol.~Phys.}} % Solar Physics
|
||||
\def\sovast{\ref@jnl{Soviet~Ast.}} % Soviet Astronomy
|
||||
\def\ssr{\ref@jnl{Space~Sci.~Rev.}} % Space Science Reviews
|
||||
\def\zap{\ref@jnl{ZAp}} % Zeitschrift fuer Astrophysik
|
||||
\def\nat{\ref@jnl{Nature}} % Nature
|
||||
\def\iaucirc{\ref@jnl{IAU~Circ.}} % IAU Cirulars
|
||||
\def\aplett{\ref@jnl{Astrophys.~Lett.}} % Astrophysics Letters
|
||||
\def\apspr{\ref@jnl{Astrophys.~Space~Phys.~Res.}}
|
||||
% Astrophysics Space Physics Research
|
||||
\def\bain{\ref@jnl{Bull.~Astron.~Inst.~Netherlands}}
|
||||
% Bulletin Astronomical Institute of the Netherlands
|
||||
\def\fcp{\ref@jnl{Fund.~Cosmic~Phys.}} % Fundamental Cosmic Physics
|
||||
\def\gca{\ref@jnl{Geochim.~Cosmochim.~Acta}} % Geochimica Cosmochimica Acta
|
||||
\def\grl{\ref@jnl{Geophys.~Res.~Lett.}} % Geophysics Research Letters
|
||||
\def\jcp{\ref@jnl{J.~Chem.~Phys.}} % Journal of Chemical Physics
|
||||
\def\jgr{\ref@jnl{J.~Geophys.~Res.}} % Journal of Geophysics Research
|
||||
\def\jqsrt{\ref@jnl{J.~Quant.~Spec.~Radiat.~Transf.}}
|
||||
% Journal of Quantitiative Spectroscopy and Radiative Transfer
|
||||
\def\memsai{\ref@jnl{Mem.~Soc.~Astron.~Italiana}}
|
||||
% Mem. Societa Astronomica Italiana
|
||||
\def\nphysa{\ref@jnl{Nucl.~Phys.~A}} % Nuclear Physics A
|
||||
\def\physrep{\ref@jnl{Phys.~Rep.}} % Physics Reports
|
||||
\def\physscr{\ref@jnl{Phys.~Scr}} % Physica Scripta
|
||||
\def\planss{\ref@jnl{Planet.~Space~Sci.}} % Planetary Space Science
|
||||
\def\procspie{\ref@jnl{Proc.~SPIE}} % Proceedings of the SPIE
|
||||
|
||||
\let\astap=\aap
|
||||
\let\apjlett=\apjl
|
||||
\let\apjsupp=\apjs
|
||||
\let\applopt=\ao
|
||||
1111
Poster/baposter.cls
Normal file
1111
Poster/baposter.cls
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Poster/figures/logo_ObAS_k.pdf
Normal file
BIN
Poster/figures/logo_ObAS_k.pdf
Normal file
Binary file not shown.
BIN
Poster/figures/logo_ObAS_w.pdf
Normal file
BIN
Poster/figures/logo_ObAS_w.pdf
Normal file
Binary file not shown.
BIN
Poster/figures/logo_Unistra_k.pdf
Normal file
BIN
Poster/figures/logo_Unistra_k.pdf
Normal file
Binary file not shown.
BIN
Poster/figures/logo_Unistra_w.pdf
Normal file
BIN
Poster/figures/logo_Unistra_w.pdf
Normal file
Binary file not shown.
BIN
Poster/fonts/Brill-Bold.ttf
Normal file
BIN
Poster/fonts/Brill-Bold.ttf
Normal file
Binary file not shown.
BIN
Poster/fonts/Brill-BoldItalic.ttf
Normal file
BIN
Poster/fonts/Brill-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
Poster/fonts/Brill-Italic.ttf
Normal file
BIN
Poster/fonts/Brill-Italic.ttf
Normal file
Binary file not shown.
BIN
Poster/fonts/Brill-Regular.ttf
Normal file
BIN
Poster/fonts/Brill-Regular.ttf
Normal file
Binary file not shown.
BIN
Poster/fonts/UnistraA-Bold.ttf
Normal file
BIN
Poster/fonts/UnistraA-Bold.ttf
Normal file
Binary file not shown.
BIN
Poster/fonts/UnistraA-BoldItalic.ttf
Normal file
BIN
Poster/fonts/UnistraA-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
Poster/fonts/UnistraA-Italic.ttf
Normal file
BIN
Poster/fonts/UnistraA-Italic.ttf
Normal file
Binary file not shown.
BIN
Poster/fonts/UnistraA-Regular.ttf
Normal file
BIN
Poster/fonts/UnistraA-Regular.ttf
Normal file
Binary file not shown.
BIN
Poster/fonts/UnistraEncadre-Bold.ttf
Normal file
BIN
Poster/fonts/UnistraEncadre-Bold.ttf
Normal file
Binary file not shown.
BIN
Poster/fonts/UnistraEncadre-Regular.ttf
Normal file
BIN
Poster/fonts/UnistraEncadre-Regular.ttf
Normal file
Binary file not shown.
0
Poster/poster.bib
Normal file
0
Poster/poster.bib
Normal file
93
Poster/poster.tex
Normal file
93
Poster/poster.tex
Normal file
@@ -0,0 +1,93 @@
|
||||
\documentclass[a0paper,portrait]{baposter}
|
||||
\usepackage{tppda}
|
||||
|
||||
\begin{document}
|
||||
|
||||
%Background image: uncomment the following to add a background image and set background to "user"
|
||||
% \background{
|
||||
% \begin{tikzpicture}[remember picture,overlay]%
|
||||
% \draw (current page.north west)+(-2em,2em) node[anchor=north west]
|
||||
% {\includegraphics[height=1.05\textheight]{./figures/image_bg.pdf}};
|
||||
% \end{tikzpicture}%
|
||||
% }
|
||||
|
||||
\begin{poster}{
|
||||
grid=false,
|
||||
columns=3, % Number of columns
|
||||
colspacing=2.7mm, % Column spacing
|
||||
bgColorOne=white, % Background color for the gradient on the left side of the poster
|
||||
bgColorTwo=white, % Background color for the gradient on the right side of the poster
|
||||
borderColor=Mycolor2, % Border color
|
||||
headerColorOne=Mycolor2, % Background color for the header in the content boxes (left side)
|
||||
headerColorTwo=Mycolor2, % Background color for the header in the content boxes (right side)
|
||||
headerFontColor=white, % Text color for the header text in the content boxes
|
||||
background=none, % Set to "user" for a personnal background image
|
||||
boxColorOne=white, % Background color of the content boxes
|
||||
headerborder=open, % Adds a border around the header of content boxes
|
||||
textborder=rounded, %rectangle, % Format of the border around content boxes, can be: none, bars, coils, triangles, rectangle, rounded, roundedsmall, roundedright or faded
|
||||
eyecatcher=false, % Set to false for ignoring the left logo in the title and move the title left
|
||||
headerheight=0.105\textheight, % Height of the header
|
||||
headershape=rounded, % Specify the rounded corner in the content box headers, can be: rectangle, small-rounded, roundedright, roundedleft or rounded
|
||||
headershade=plain,
|
||||
headerfont=\huge\Unistra, % Large, bold and sans serif font in the headers of content boxes
|
||||
textfont={\small\setlength{\parindent}{3mm}}, % Uncomment for paragraph indentation
|
||||
linewidth=2pt % Width of the border lines around content boxes
|
||||
}
|
||||
{
|
||||
% Eye Catcher
|
||||
}
|
||||
{
|
||||
% Poster Title
|
||||
\vspace{2.0mm}
|
||||
\color{black}{\UnistraEnc{(\_(\_((\_Nice\_title\_in\_\textbf{Unistra}\_with\_boxes\_all\_around:\_) \newline (\_How\_nice\_right\_?\_))\_\_)}}
|
||||
}
|
||||
{
|
||||
% Author(s) Name(s), affiliation(s)
|
||||
\newline\color{white}{\Unistra{\textbf{My Name}, under the direction of \textbf{My Director}, with my team.}\hfill\small{\textbf{My Lab}, myeamail@sendmecatspics.pls} % Author email addresses
|
||||
}
|
||||
}
|
||||
{
|
||||
% University Logo
|
||||
}
|
||||
|
||||
\pgfsetfillopacity{0.85}
|
||||
|
||||
%
|
||||
%----------------------------------------------------------------------------------------
|
||||
% Poster content
|
||||
%----------------------------------------------------------------------------------------
|
||||
%
|
||||
\headerbox{first tiny left box}{name=namefirstbox,column=0,row=0,span=1}{
|
||||
}
|
||||
|
||||
\headerbox{second box on right}{name=namesecondbox,column=1,row=0,span=2,bottomaligned=namefirstbox}{
|
||||
}
|
||||
|
||||
\headerbox{third large box under the first two}{name=namethirdbox,column=0,below=namesecondbox,span=3}{
|
||||
}
|
||||
|
||||
\headerbox{fourth large box as example}{name=namefourthbox,column=0,below=namethirdbox,span=3}{
|
||||
}
|
||||
|
||||
\headerbox{}{headershape=rectangle, name=foottext, column=0, span=3, above=bottom, textborder=none, borderColor=Mycolor2, boxheaderheight=1pt}{
|
||||
\setlength{\parindent}{0mm}
|
||||
% 1. minipage for references
|
||||
\begin{minipage}{.60\textwidth}
|
||||
\tiny\bibliography{poster}
|
||||
\end{minipage}
|
||||
\hfill\vline\hfill
|
||||
%
|
||||
% 2. minipage for logos
|
||||
\begin{minipage}{.10\textwidth}
|
||||
some logos
|
||||
\end{minipage}
|
||||
\hfill\vline\hfill
|
||||
%
|
||||
\begin{minipage}{.25\textwidth}
|
||||
\centering\includegraphics[trim={0 0 0.5cm 0},width=.99\textwidth]{figures/logo_ObAS_k.pdf}
|
||||
\end{minipage}
|
||||
}
|
||||
|
||||
\end{poster}
|
||||
|
||||
\end{document}
|
||||
81
Poster/tppda.sty
Normal file
81
Poster/tppda.sty
Normal file
@@ -0,0 +1,81 @@
|
||||
\usepackage{graphicx}
|
||||
\usepackage{qrcode}
|
||||
%\usepackage{wrapfig}
|
||||
%\usepackage[utf8]{inputenc} %unicode support
|
||||
\usepackage{lmodern}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{color}
|
||||
\usepackage{geometry}
|
||||
\usepackage{multicol}
|
||||
\setlength{\columnsep}{0.3cm}
|
||||
|
||||
%% Play around with Unistra fonts
|
||||
\usepackage{fontspec} % Require compilation with XeLaTeX
|
||||
%\usepackage{polyglossia} %for multiple languages
|
||||
|
||||
\newfontfamily{\Brill}{Brill}[Extension=.ttf, UprightFont=*-Regular, BoldFont=*-Bold, ItalicFont=*-Italic, BoldItalicFont=*-BoldItalic, Path=fonts/, Scale=1.]
|
||||
\newfontfamily{\Unistra}{UnistraA}[Extension=.ttf, UprightFont=*-Regular, BoldFont=*-Bold, ItalicFont=*-Italic, BoldItalicFont=*-BoldItalic, Path=fonts/, Scale=1.]
|
||||
\newfontfamily{\UnistraEnc}{UnistraEncadre}[Extension=.ttf, UprightFont=*-Regular, BoldFont=*-Bold, Path=fonts/, Scale=1.]
|
||||
|
||||
|
||||
%% New section types
|
||||
\usepackage{titlesec}
|
||||
\titleformat*{\section}{\Unistra\LARGE}
|
||||
|
||||
\newcommand{\info}[1]{
|
||||
\noindent
|
||||
\hrulefill
|
||||
\begin{center}
|
||||
{\Unistra \Large #1}
|
||||
\end{center}
|
||||
\hrulefill
|
||||
}
|
||||
|
||||
\newcommand{\entete}[4]{
|
||||
{%
|
||||
\Unistra\Large%
|
||||
{%
|
||||
\large\UnistraEnc \noindent(\_(\_((\_Universit\'e\_de\_Strasbourg\_))\_\_)
|
||||
} \hfill #1 \\[1mm]
|
||||
#2 \hfill #3
|
||||
\par
|
||||
\begin{center} \Huge \textbf{#4} \end{center}
|
||||
}
|
||||
}
|
||||
|
||||
\newenvironment{changemargin}[2]{%
|
||||
\begin{list}{}{%
|
||||
\setlength{\topsep}{0pt}%
|
||||
\setlength{\leftmargin}{#1}%
|
||||
\setlength{\rightmargin}{#2}%
|
||||
\setlength{\listparindent}{\parindent}%
|
||||
\setlength{\itemindent}{\parindent}%
|
||||
\setlength{\parsep}{\parskip}%
|
||||
}%
|
||||
\item[]}{\end{list}}
|
||||
|
||||
\newcommand{\compresslist}{%
|
||||
\setlength{\itemsep}{0pt}%
|
||||
\setlength{\itemindent}{-12pt}%
|
||||
\setlength{\parskip}{1pt}%
|
||||
\setlength{\parsep}{0pt}%
|
||||
\setlength{\parindent}{0mm}%
|
||||
}
|
||||
|
||||
\newenvironment{boenumerate}
|
||||
{\begin{enumerate}\renewcommand\labelenumi{\textbf\theenumi.}}
|
||||
{\end{enumerate}}
|
||||
|
||||
|
||||
%% Color accents in the poster
|
||||
\selectcolormodel{cmyk}
|
||||
\definecolor{Mycolor1}{HTML}{455AC3}
|
||||
\definecolor{Mycolor2}{HTML}{3577C4}
|
||||
|
||||
%% Setup for bibliography
|
||||
\usepackage{aas_macros}
|
||||
\usepackage[square,numbers]{natbib}
|
||||
\bibliographystyle{aa}
|
||||
\setlength{\bibsep}{1pt}
|
||||
\renewcommand{\bibpreamble}{\vspace{-4mm}\begin{multicols}{2}}
|
||||
\renewcommand{\bibpostamble}{\end{multicols}\vspace{-3mm}}
|
||||
BIN
Poster_template.zip
Normal file
BIN
Poster_template.zip
Normal file
Binary file not shown.
9
Thesis/Appendices/app-AppendixA.tex
Normal file
9
Thesis/Appendices/app-AppendixA.tex
Normal file
@@ -0,0 +1,9 @@
|
||||
\chapter{Title for first appendix}
|
||||
\chaptermark{Title for first appendix in header}
|
||||
\label{app:annexeA}
|
||||
%\adjustmtc
|
||||
\minitoc
|
||||
|
||||
\section{Section 1}
|
||||
|
||||
...
|
||||
4
Thesis/Appendices/app-Glossary.tex
Normal file
4
Thesis/Appendices/app-Glossary.tex
Normal file
@@ -0,0 +1,4 @@
|
||||
\chapter*{Glossary}
|
||||
\chaptermark{Glossary}
|
||||
\markboth{GLOSSARY}{PUBLICATIONS}
|
||||
\addcontentsline{toc}{chapter}{Glossary}
|
||||
17
Thesis/Appendices/app-Publications.tex
Normal file
17
Thesis/Appendices/app-Publications.tex
Normal file
@@ -0,0 +1,17 @@
|
||||
\chapter*{List of Publications}
|
||||
\chaptermark{List of Publications}
|
||||
\markboth{LIST OF PUBLICATIONS}{LIST OF PUBLICATIONS}
|
||||
\addcontentsline{toc}{chapter}{List of Publications}
|
||||
|
||||
%%% Add all relevant publications to ./papers.bib
|
||||
%%% Define \firstauth{Name} and \addboldnames{{Name, I.},{Name, First-Name}} in PhDThesisED182.cls
|
||||
%%% Will go through all references, add categories based on First Author, Second Author or Contributor
|
||||
%%% Can also add conference talks and posters as non-articles
|
||||
|
||||
\begin{refsection}
|
||||
\nocite{*}%
|
||||
\printbibliography[keyword={first},check=JoPR,type=article,heading=subbibliography,title={First Author}]%
|
||||
\printbibliography[keyword={main},check=JoPR,type=article,heading=subbibliography,title={Main contribution}]%
|
||||
\printbibliography[keyword={collab},check=JoPR,type=article,heading=subbibliography,title={Collaborator}]%
|
||||
\printbibliography[nottype=article,heading=subbibliography,title={Conferences}]%
|
||||
\end{refsection}
|
||||
6
Thesis/Chapters/ch-Abstract.tex
Normal file
6
Thesis/Chapters/ch-Abstract.tex
Normal file
@@ -0,0 +1,6 @@
|
||||
\chapter*{Abstract}
|
||||
\chaptermark{Abstract}
|
||||
\markboth{ABSTRACT}{ABSTRACT}
|
||||
\addcontentsline{toc}{chapter}{Abstract}
|
||||
|
||||
...
|
||||
5
Thesis/Chapters/ch-Acknowledgements.tex
Normal file
5
Thesis/Chapters/ch-Acknowledgements.tex
Normal file
@@ -0,0 +1,5 @@
|
||||
\chapter*{Acknowledgements}
|
||||
\chaptermark{Acknowledgements}
|
||||
\markboth{ACKNOWLEDGEMENTS}{ACKNOWLEDGEMENTS}
|
||||
|
||||
...
|
||||
28
Thesis/Chapters/ch-Chapter1.tex
Normal file
28
Thesis/Chapters/ch-Chapter1.tex
Normal file
@@ -0,0 +1,28 @@
|
||||
\chapter{Chapter 1 title}
|
||||
\chaptermark{Chapter 1 title in header}
|
||||
\label{ch:chapter1}
|
||||
%\adjustmtc
|
||||
\minitoc
|
||||
|
||||
\section{First Section of first chapter}
|
||||
\subsection{Let's talk about A}
|
||||
|
||||
I must quote \citet{FavoriteAuthor} because they did a great job.
|
||||
|
||||
\subsection{And now B}
|
||||
|
||||
...
|
||||
|
||||
\section{But what about this}
|
||||
|
||||
\begin{figure}[ht]
|
||||
\centering
|
||||
\includegraphics[]{example-image-a}
|
||||
\caption{Image A.}
|
||||
\end{figure}
|
||||
|
||||
\begin{figure}[ht]
|
||||
\centering
|
||||
\includegraphics[]{example-image-b}
|
||||
\caption{Image B.}
|
||||
\end{figure}
|
||||
14
Thesis/Chapters/ch-Chapter2.tex
Normal file
14
Thesis/Chapters/ch-Chapter2.tex
Normal file
@@ -0,0 +1,14 @@
|
||||
\chapter{Chapter 2 title}
|
||||
\chaptermark{Chapter 2 title in header}
|
||||
\label{ch:chapter2}
|
||||
%\adjustmtc
|
||||
\minitoc
|
||||
|
||||
|
||||
\section{This is a work in progress}
|
||||
|
||||
\subsection{Don't look at my notes}
|
||||
|
||||
\begin{notes}
|
||||
This text is only visible with the "ShowNotes" class option
|
||||
\end{notes}
|
||||
17
Thesis/Chapters/ch-Chapter3.tex
Normal file
17
Thesis/Chapters/ch-Chapter3.tex
Normal file
@@ -0,0 +1,17 @@
|
||||
\chapter{Chapter 3 title}
|
||||
\chaptermark{Chapter 3 title in header}
|
||||
\label{ch:chapter3}
|
||||
%\adjustmtc
|
||||
\minitoc
|
||||
|
||||
\section{Look at this Table}
|
||||
|
||||
\begin{table}[ht]
|
||||
\centering
|
||||
\begin{tabular}{c|c}
|
||||
First col & Second col \\
|
||||
wow & right
|
||||
\end{tabular}
|
||||
\caption{Omg much data}
|
||||
\label{tab:greattable}
|
||||
\end{table}
|
||||
7
Thesis/Chapters/ch-Conclusion.tex
Normal file
7
Thesis/Chapters/ch-Conclusion.tex
Normal file
@@ -0,0 +1,7 @@
|
||||
\chapter*{Conclusion}
|
||||
\chaptermark{Conclusion}
|
||||
\markboth{CONCLUSION}{CONCLUSION}
|
||||
\addcontentsline{toc}{chapter}{Conclusion}
|
||||
\label{ch:Conclusion}
|
||||
|
||||
...
|
||||
7
Thesis/Chapters/ch-Introduction.tex
Normal file
7
Thesis/Chapters/ch-Introduction.tex
Normal file
@@ -0,0 +1,7 @@
|
||||
\chapter*{Introduction}
|
||||
\chaptermark{Introduction}
|
||||
\markboth{INTRODUCTION}{INTRODUCTION}
|
||||
\addcontentsline{toc}{chapter}{Introduction}
|
||||
\label{ch:Introduction}
|
||||
|
||||
We start slowly ok
|
||||
5
Thesis/Chapters/ch-Remerciements.tex
Normal file
5
Thesis/Chapters/ch-Remerciements.tex
Normal file
@@ -0,0 +1,5 @@
|
||||
\chapter*{Remerciements}
|
||||
\chaptermark{Remerciements}
|
||||
\markboth{REMERCIEMENTS}{REMERCIEMENTS}
|
||||
|
||||
...
|
||||
6
Thesis/Chapters/ch-Résumé.tex
Normal file
6
Thesis/Chapters/ch-Résumé.tex
Normal file
@@ -0,0 +1,6 @@
|
||||
\chapter*{R\'esum\'e}
|
||||
\chaptermark{R\'esum\'e}
|
||||
\markboth{R\'ESUM\'E}{R\'ESUM\'E}
|
||||
\addcontentsline{toc}{chapter}{R\'esum\'e}
|
||||
|
||||
...
|
||||
49
Thesis/Covers/BackCover.tex
Normal file
49
Thesis/Covers/BackCover.tex
Normal file
@@ -0,0 +1,49 @@
|
||||
\thispagestyle{empty}
|
||||
\pagenumbering{gobble}
|
||||
|
||||
\setlength\oddsidemargin{\dimexpr(\paperwidth-\textwidth)/2 - 1in\relax}
|
||||
\setlength\evensidemargin{\oddsidemargin}
|
||||
|
||||
\makeatletter
|
||||
\begin{changemargin}{-15mm}{-5mm}
|
||||
\noindent%
|
||||
\vspace*{-20mm}%
|
||||
\begin{center}%
|
||||
\includegraphics[keepaspectratio, height=8mm, trim={0 8mm 0 0}]{\@UniversityLogo}%
|
||||
\hfill%
|
||||
{\Large\bf \@Firstname\, \MakeUppercase{\@Lastname}}%
|
||||
\hfill%
|
||||
\includegraphics[keepaspectratio, height=8mm, trim={0 8mm 0 0}]{\ifdefempty{\@LaboLogo}{\@DoctoralSchoolLogo}{\@LaboLogo}}%
|
||||
\end{center}%
|
||||
\end{changemargin}\vspace*{1cm}%
|
||||
|
||||
\begin{changemargin}{-10mm}{0mm}
|
||||
\begin{center}
|
||||
{\LARGE\bf \@TitreThese}%
|
||||
\end{center}
|
||||
\begin{mybox}
|
||||
{\Large\textbf{Résumé}}\vspace*{5mm}
|
||||
|
||||
\@resume
|
||||
|
||||
\vspace*{5mm}
|
||||
\textbf{Mots-clés}: \@motscles
|
||||
\end{mybox}\vspace*{5mm}
|
||||
|
||||
\begin{center}
|
||||
{\LARGE\bf \@ThesisTitle}%
|
||||
\end{center}
|
||||
\begin{mybox}
|
||||
{\Large\textbf{Abstract}}\vspace*{5mm}
|
||||
|
||||
\@abstract
|
||||
|
||||
\vspace*{5mm}
|
||||
\textbf{Keywords}: \@keywords
|
||||
\end{mybox}
|
||||
\end{changemargin}
|
||||
\makeatother
|
||||
|
||||
% go back to default geometry settings
|
||||
\setlength\oddsidemargin{\defaultOddsidemargin}
|
||||
\setlength\evensidemargin{\defaultEvensidemargin}
|
||||
69
Thesis/Covers/FrontCover.tex
Normal file
69
Thesis/Covers/FrontCover.tex
Normal file
@@ -0,0 +1,69 @@
|
||||
%%% Note: Adjust the number of \bigskip to fit everything in one page
|
||||
\thispagestyle{empty}
|
||||
\pagenumbering{gobble}
|
||||
|
||||
\setlength\oddsidemargin{\dimexpr(\paperwidth-\textwidth)/2 - 1in\relax}
|
||||
\setlength\evensidemargin{\oddsidemargin}
|
||||
|
||||
\makeatletter
|
||||
\begin{changemargin}{-15mm}{-5mm}
|
||||
\noindent
|
||||
\vspace*{-25mm}%
|
||||
\begin{center}%
|
||||
\includegraphics[keepaspectratio, height=1.5cm]{\@UniversityLogo}%
|
||||
\ifdefempty{\@LaboLogo}{}{\hfill\includegraphics[keepaspectratio, height=1.5cm]{\@LaboLogo}}%
|
||||
\hfill%
|
||||
\includegraphics[keepaspectratio, height=1.8cm, trim={0 3.0mm 0 0}]{\@DoctoralSchoolLogo}\\\vspace{5mm}
|
||||
{\ifdefempty{\@LaboLogo}{\vspace{-15mm}}{}\Large\bf \MakeUppercase{\@UniversityName}}\\\vspace{10mm}
|
||||
{\large\bf\textit{\MakeUppercase{\@DoctoralSchoolName}}}\\\vspace{5mm}
|
||||
{\bf \@LaboName}
|
||||
\end{center}
|
||||
\end{changemargin}
|
||||
\vfill%
|
||||
\begin{changemargin}{-10mm}{0mm}
|
||||
\begin{center}
|
||||
\huge \textbf{TH\`ESE} \large pr\'esent\'ee par\\\vspace{5mm}
|
||||
{\LARGE\bf\@Firstname\, \MakeUppercase{\@Lastname}}\\\vspace{5mm}
|
||||
{\large soutenue le: \bfseries \@ThesisDate}\vspace{5mm}
|
||||
|
||||
\begin{tabular}{rl}
|
||||
pour obtenir le grade de: & \textbf{Docteur de l'\@UniversityName} \\
|
||||
Discipline/Sp\'ecialit\'e: & \@Discipline \ifdefempty{\@Speciality}{}{/\@Speciality}
|
||||
\end{tabular}\vspace{1cm}%
|
||||
|
||||
\begin{mybox}%
|
||||
\Huge\centering{\bfseries \@TitreThese}\\
|
||||
\ifdefempty{\@SousTitreThese}
|
||||
{}
|
||||
{\Large\centering{\bfseries \@SousTitreThese}}
|
||||
\end{mybox}%
|
||||
\end{center}%
|
||||
\end{changemargin}%
|
||||
\vfill%
|
||||
\begin{changemargin}{-15mm}{-5mm}
|
||||
{\large\bfseries THÈSE dirigée par}:\vspace{2mm}
|
||||
|
||||
\begin{tabular}{p{7cm}p{10cm}}%
|
||||
\@directeurs
|
||||
\end{tabular}\vspace{3mm}
|
||||
|
||||
{\large\bfseries RAPPORTEURS}:\vspace{2mm}
|
||||
|
||||
\begin{tabular}{p{7cm}p{10cm}}
|
||||
\@rapporteurs
|
||||
\end{tabular}\vspace{3mm}
|
||||
|
||||
\noindent\makebox[\linewidth]{\rule{0.83\paperwidth}{0.4pt}}\vspace{3mm}
|
||||
|
||||
{\large\bfseries AUTRES MEMBRES DU JURY}:\vspace{2mm}
|
||||
|
||||
\begin{tabular}{p{7cm}p{10cm}}
|
||||
\@jury
|
||||
\end{tabular}\vspace{3mm}
|
||||
|
||||
\end{changemargin}
|
||||
\makeatother
|
||||
|
||||
% go back to default geometry settings
|
||||
\setlength\oddsidemargin{\defaultOddsidemargin}
|
||||
\setlength\evensidemargin{\defaultEvensidemargin}
|
||||
BIN
Thesis/Images/Covers/logo_ED182.pdf
Normal file
BIN
Thesis/Images/Covers/logo_ED182.pdf
Normal file
Binary file not shown.
BIN
Thesis/Images/Covers/logo_ObAS.pdf
Normal file
BIN
Thesis/Images/Covers/logo_ObAS.pdf
Normal file
Binary file not shown.
BIN
Thesis/Images/Covers/logo_StrasbourgUni.pdf
Normal file
BIN
Thesis/Images/Covers/logo_StrasbourgUni.pdf
Normal file
Binary file not shown.
110
Thesis/NAME_Thesis.tex
Normal file
110
Thesis/NAME_Thesis.tex
Normal file
@@ -0,0 +1,110 @@
|
||||
%\documentclass{PhDThesisED182}
|
||||
\documentclass[showNotes, showLineNumbers]{PhDThesisED182}
|
||||
%\modulolinenumbers[5] % Change line numbering every N lines
|
||||
|
||||
%\renewcommand{\familydefault}{\sfdefault} % Uncomment to default to sans serif font
|
||||
|
||||
%%%%%%%%%%%%%%%% Fill in for Front and Back Covers %%%%%%%%%%%%%%%%
|
||||
% Author
|
||||
\Firstname{Firstname}
|
||||
\Lastname{Lastname}
|
||||
% University
|
||||
\UniversityName{Universit\'e de Strasbourg}
|
||||
\UniversityLogo{Images/Covers/Logo\_StrasbourgUni.pdf}
|
||||
% Labo
|
||||
\LaboName{Observatoire Astronomique de Strasbourg (UMR 7550)}
|
||||
\LaboLogo{Images/Covers/Logo\_ObAS.pdf}
|
||||
% Doctoral school
|
||||
\DoctoralSchoolName{\'Ecole Doctorale de physique et chimie-physique}
|
||||
\DoctoralSchoolLogo{Images/Covers/logo\_ED182.pdf}
|
||||
% Thesis
|
||||
\ThesisDate{XX mois 20XX}
|
||||
\TitreThese{Le titre de la thèse en français.}
|
||||
\SousTitreThese{Un sous titre.}
|
||||
\ThesisTitle{Title of the thesis in english.}
|
||||
\ThesisSubTitle{A subtitle.}
|
||||
\resume{1000 caract\`eres maximum}
|
||||
\motscles{Mot-clé1, Mot-clé2, Mot-clé3}
|
||||
\abstract{1000 letters max}
|
||||
\keywords{Keyword1, Keyword2, Keyword3}
|
||||
% Discipline
|
||||
\Discipline{Physique}
|
||||
\Speciality{}
|
||||
% Directeurs
|
||||
\directeurs{
|
||||
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
||||
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
||||
}
|
||||
% Rapporteurs
|
||||
\rapporteurs{
|
||||
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
||||
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
||||
}
|
||||
% Jury
|
||||
\jury{
|
||||
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
||||
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
||||
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
||||
}
|
||||
% Define first author and name(s) to be put in bold face in the List of publications
|
||||
\firstauth{Name}
|
||||
\addboldnames{{Name, Firstname},{Name, I.}}
|
||||
|
||||
%%%%%%%%%%%%%%%% Document begin %%%%%%%%%%%%%%%%
|
||||
\begin{document}
|
||||
|
||||
\include{Covers/FrontCover}
|
||||
|
||||
\cleardoublepage
|
||||
\pagenumbering{roman}
|
||||
|
||||
\dominitoc % use a mini table of contents for each chapter
|
||||
|
||||
\ifshowLineNumbers\linenumbers\fi % show line numbers if switched on
|
||||
\adjustmtc % to avoid minitoc position issue in the following chapters
|
||||
\include{Chapters/ch-Abstract}
|
||||
\include{Chapters/ch-Résumé}
|
||||
|
||||
\adjustmtc
|
||||
\include{Chapters/ch-Acknowledgements}
|
||||
\include{Chapters/ch-Remerciements}
|
||||
|
||||
\tableofcontents
|
||||
|
||||
\adjustmtc
|
||||
\include{Appendices/app-Glossary}
|
||||
|
||||
\adjustmtc
|
||||
\include{Appendices/app-Publications}
|
||||
|
||||
\newpage
|
||||
\listoffigures \mtcaddchapter % do not forget "\mtcaddchapter" (ohterwise, conflict with minitoc)
|
||||
|
||||
\newpage
|
||||
\listoftables \mtcaddchapter
|
||||
|
||||
\cleardoublepage
|
||||
\pagenumbering{arabic}
|
||||
|
||||
\adjustmtc
|
||||
\include{Chapters/ch-Introduction}
|
||||
|
||||
\include{Chapters/ch-Chapter1}
|
||||
\include{Chapters/ch-Chapter2}
|
||||
\include{Chapters/ch-Chapter3}
|
||||
|
||||
\adjustmtc
|
||||
\include{Chapters/ch-Conclusion}
|
||||
|
||||
\begin{appendices}
|
||||
\include{Appendices/app-AppendixA}
|
||||
\end{appendices}
|
||||
|
||||
\resetboldnames % Remove bold font on \firstauth for global bibliography
|
||||
\printbibliography
|
||||
\addcontentsline{toc}{chapter}{Bibliography}
|
||||
|
||||
\cleardoublepage
|
||||
\include{Covers/BackCover}
|
||||
|
||||
\end{document}
|
||||
184
Thesis/PhDThesisED182.cls
Normal file
184
Thesis/PhDThesisED182.cls
Normal file
@@ -0,0 +1,184 @@
|
||||
%%% File: PhDThesisED182.cls
|
||||
%%% Brief: Document class template for ED182 thesis manuscript
|
||||
%%% Use: \documentclass[showNotes, showLineNumbers, showWatermark]{PhDThesisED182}
|
||||
%%% Author: Alexandre BIGOT, alexandre.bigot@iphc.cnrs.fr
|
||||
%%% Tweaks: Thibault BARNOUIN, thibault.barnouin@astro.unistra.fr
|
||||
|
||||
%% Identification
|
||||
%% The class identifies itself and the LaTeX version needed
|
||||
\NeedsTeXFormat{LaTeX2e}
|
||||
\ProvidesClass{PhDThesisED182}[2024-02-28 Minimal class for PhD thesis manuscript in ED182]
|
||||
|
||||
%% Load the article class file
|
||||
\LoadClass[a4paper,twoside,12pt]{report}
|
||||
|
||||
%%%%%%%%%%%%%%%% Commands and default values for Covers %%%%%%%%%%%%%%%%
|
||||
% Author name
|
||||
\newcommand{\Firstname}[1]{\gdef\@Firstname{#1}}
|
||||
\Firstname{Firstname}
|
||||
\newcommand{\Lastname}[1]{\gdef\@Lastname{#1}}
|
||||
\Lastname{Lastname}
|
||||
% University name and logo
|
||||
\newcommand{\UniversityName}[1]{\gdef\@UniversityName{#1}}
|
||||
\UniversityName{Universit\'e de Strasbourg}
|
||||
\newcommand{\UniversityLogo}[1]{\gdef\@UniversityLogo{#1}}
|
||||
\UniversityLogo{Images/Covers/Logo\_StrasbourgUni.pdf}
|
||||
% Labo name and logo
|
||||
\newcommand{\LaboName}[1]{\gdef\@LaboName{#1}}
|
||||
\LaboName{My Laboratory}
|
||||
\newcommand*{\LaboLogo}[1]{\gdef\@LaboLogo{#1}}
|
||||
\LaboLogo{}
|
||||
% Doctoral school name and logo
|
||||
\newcommand{\DoctoralSchoolName}[1]{\gdef\@DoctoralSchoolName{#1}}
|
||||
\DoctoralSchoolName{\'Ecole Doctorale de physique et chimie-physique}
|
||||
\newcommand{\DoctoralSchoolLogo}[1]{\gdef\@DoctoralSchoolLogo{#1}}
|
||||
\DoctoralSchoolLogo{Images/Covers/logo\_ED182}
|
||||
% Thesis title and subtitle in French and English
|
||||
\newcommand{\TitreThese}[1]{\gdef\@TitreThese{#1}}
|
||||
\TitreThese{Le titre de la thèse en français.}
|
||||
\newcommand*{\SousTitreThese}[1]{\gdef\@SousTitreThese{#1}}
|
||||
\SousTitreThese{}
|
||||
\newcommand{\resume}[1]{\gdef\@resume{#1}}
|
||||
\resume{1000 caract\`eres maximum}
|
||||
\newcommand{\motscles}[1]{\gdef\@motscles{#1}}
|
||||
\motscles{...}
|
||||
\newcommand{\ThesisTitle}[1]{\gdef\@ThesisTitle{#1}}
|
||||
\ThesisTitle{Title of the thesis in english.}
|
||||
\newcommand*{\ThesisSubTitle}[1]{\gdef\@ThesisSubTitle{#1}}
|
||||
\ThesisSubTitle{}
|
||||
\renewcommand{\abstract}[1]{\gdef\@abstract{#1}}
|
||||
\abstract{1000 letters max}
|
||||
\newcommand{\keywords}[1]{\gdef\@keywords{#1}}
|
||||
\keywords{...}
|
||||
\newcommand{\ThesisDate}[1]{\gdef\@ThesisDate{#1}}
|
||||
\ThesisDate{XX mois 20XX}
|
||||
% Discipline
|
||||
\newcommand{\Discipline}[1]{\gdef\@Discipline{#1}}
|
||||
\Discipline{Physique}
|
||||
\newcommand*{\Speciality}[1]{\gdef\@Speciality{#1}}
|
||||
\Speciality{}
|
||||
%%% Members of the jury title, name, position and affiliation
|
||||
\newcommand{\person}[5]{\hspace{2mm}\bfseries{#1\, \MakeUppercase{#2}\, #3} & {#4, #5}\\}
|
||||
% Directeurs
|
||||
\newcommand{\directeurs}[1]{\gdef\@directeurs{#1}}
|
||||
\directeurs{
|
||||
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
||||
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
||||
}
|
||||
% Rapporteurs
|
||||
\newcommand{\rapporteurs}[1]{\gdef\@rapporteurs{#1}}
|
||||
\rapporteurs{
|
||||
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
||||
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
||||
}
|
||||
% Jury
|
||||
\newcommand{\jury}[1]{\gdef\@jury{#1}}
|
||||
\jury{
|
||||
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
||||
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
||||
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
||||
}
|
||||
|
||||
%% Load packages
|
||||
\PassOptionsToPackage{pdftitle={\@ThesisTitle}, pdfauthor={\@Firstname \@Lastname}, pdfcreator={PdfLaTeX}, pdfkeywords={\@keywords}, pdfsubject={Thesis Manuscript}}{hyperref}\RequirePackage{hyperref} % Extensive support for hypertext
|
||||
\makeatother
|
||||
\PassOptionsToPackage{a4paper,inner=25mm,outer=15mm,top=25mm,bottom=20mm}{geometry}\RequirePackage{geometry} % Flexible and complete interface to document dimensions
|
||||
\PassOptionsToPackage{T1}{fontenc}\RequirePackage{fontenc} % Standard package for selecting font encodings
|
||||
%\PassOptionsToPackage{comma,square,numbers,sort&compress}{natbib}\RequirePackage{natbib} % Flexible bibliography support
|
||||
\PassOptionsToPackage{main=english,french}{babel}\RequirePackage{babel} % Multilingual support
|
||||
\RequirePackage{lmodern} % Make sure thesis is ready for printing
|
||||
\RequirePackage{graphicx} % Enhanced support for graphics
|
||||
\RequirePackage{amsmath} % AMS mathematical facilities
|
||||
\RequirePackage{amsfonts} % TeX fonts from the American Mathematical Society
|
||||
\RequirePackage{xcolor} % Driver-independent color extensions
|
||||
\RequirePackage{fancyhdr} % Extensive control of page headers and footers
|
||||
\RequirePackage{etoolbox} % Extended conditional commands
|
||||
\PassOptionsToPackage{most}{tcolorbox}\RequirePackage{tcolorbox} % Coloured boxes
|
||||
\PassOptionsToPackage{nottoc}{tocbibind}\RequirePackage{tocbibind} % Add bibliography/index/contents to Table of Contents
|
||||
\RequirePackage{minitoc} % Produce a table of contents for each chapter, part or section
|
||||
\PassOptionsToPackage{title}{appendix}\RequirePackage{appendix} % Extra control of appendices
|
||||
\PassOptionsToPackage{modulo}{lineno}\RequirePackage{lineno} % Line numbers on paragraphs
|
||||
\RequirePackage{macros} % Personal macros for bibliography
|
||||
|
||||
\addbibresource[glob]{*.bib}
|
||||
|
||||
%% Define my colours
|
||||
\definecolor{DarkBlue}{rgb}{0.0, 0.0, 0.55}
|
||||
\definecolor{DarkRed}{rgb}{0.55, 0.0, 0.0}
|
||||
\definecolor{DarkGreen}{rgb}{0.0, 0.2, 0.13}
|
||||
\definecolor{DodgerBlue}{rgb}{0.12, 0.56, 1.0}
|
||||
\colorlet{DodgerBlue2}{DodgerBlue!80}
|
||||
|
||||
%% Color commands
|
||||
\newcommand{\mycolor}[2]{\color{#1}#2\color{black}\xspace}
|
||||
\newcommand{\red}[1]{\color{red}#1\color{black}\xspace}
|
||||
|
||||
%% Change hyperlinks style
|
||||
\hypersetup
|
||||
{
|
||||
colorlinks=true,
|
||||
linkcolor=black,
|
||||
linktocpage=false, % to have the link on the page number in toc
|
||||
filecolor=magenta,
|
||||
urlcolor=DodgerBlue,
|
||||
citecolor=DodgerBlue,
|
||||
}
|
||||
|
||||
%% Fonts substitutions for non existing bold small caps in lmodern
|
||||
\rmfamily
|
||||
\DeclareFontShape{T1}{lmr}{b}{sc}{<->ssub*cmr/b/sc}{}
|
||||
\DeclareFontShape{T1}{lmr}{bx}{sc}{<->ssub*cmr/bx/sc}{}
|
||||
|
||||
\sffamily
|
||||
\DeclareFontShape{T1}{lmss}{m}{sc} { <-> ssub * phv/m/sc }{}
|
||||
\DeclareFontShape{T1}{lmss}{bx}{sc} { <-> ssub * phv/bx/sc }{}
|
||||
|
||||
%% Table of contents configuration
|
||||
\setcounter{minitocdepth}{3}
|
||||
\setlength{\mtcindent}{24pt}
|
||||
\renewcommand{\mtcfont}{\small}
|
||||
\renewcommand{\mtifont}{\large\bf}
|
||||
\renewcommand{\mtcSfont}{\small\bf}
|
||||
\renewcommand{\mtcSSfont}{\small}
|
||||
%\renewcommand{\mtctitle}{Contents}
|
||||
|
||||
%% Section configuration | Change the numerotations of sections
|
||||
% \renewcommand{\thesection}{\Roman{section})}
|
||||
% \renewcommand{\thesubsection}{\Roman{section}.\arabic{subsection})}
|
||||
% \renewcommand{\thesubsubsection}{\Roman{section}.\arabic{subsection}.\alph{subsubsection})}
|
||||
|
||||
%% A simple box
|
||||
\newenvironment{mybox}[0]{%
|
||||
\tcolorbox[opacityback=0., standard jigsaw,breakable]}%
|
||||
{\endtcolorbox}
|
||||
|
||||
%% Change left and right margins (used in front and back covers)
|
||||
\newenvironment{changemargin}[2]{%
|
||||
\begin{list}{}{%
|
||||
\setlength{\topsep}{0pt}%
|
||||
\setlength{\leftmargin}{#1}%
|
||||
\setlength{\rightmargin}{#2}%
|
||||
\setlength{\listparindent}{\parindent}%
|
||||
\setlength{\itemindent}{\parindent}%
|
||||
\setlength{\itemsep}{\parskip}%
|
||||
\setlength{\parsep}{\parskip}%
|
||||
}%
|
||||
\item[]
|
||||
}{\end{list}}
|
||||
|
||||
%% Save deault margin lengths
|
||||
\newlength{\defaultOddsidemargin}
|
||||
\setlength{\defaultOddsidemargin}{\oddsidemargin}
|
||||
\newlength{\defaultEvensidemargin}
|
||||
\setlength{\defaultEvensidemargin}{\evensidemargin}
|
||||
|
||||
%% Switches
|
||||
\newif\ifshowNotes
|
||||
\newenvironment{notes}[1]{\ifshowNotes #1\fi}
|
||||
|
||||
\newif\ifshowLineNumbers
|
||||
%
|
||||
%% Class options
|
||||
\DeclareOption{showNotes}{\showNotestrue}
|
||||
\DeclareOption{showLineNumbers}{\showLineNumberstrue}
|
||||
\ProcessOptions\relax % to process options
|
||||
10
Thesis/biblio.bib
Normal file
10
Thesis/biblio.bib
Normal file
@@ -0,0 +1,10 @@
|
||||
@article{FavoriteAuthor,
|
||||
author = {{Another-Name}, I. and {Another-Name}, J. and {Another-Name}, K. and {Another-Name},
|
||||
L.},
|
||||
title = "{Some really interesting article I didn't even write}",
|
||||
journal = {Nature},
|
||||
year = 2005,
|
||||
month = oct,
|
||||
adsurl = {https://ui.adsabs.harvard.edu/abs/},
|
||||
adsnote = {Provided by the SAO/NASA Astrophysics Data System},
|
||||
}
|
||||
180
Thesis/macros.sty
Normal file
180
Thesis/macros.sty
Normal file
@@ -0,0 +1,180 @@
|
||||
%----------------------------------------------------------------------------------------
|
||||
% DEFINE BIBLIOGRAPHY STYLE
|
||||
%----------------------------------------------------------------------------------------
|
||||
\usepackage{csquotes}
|
||||
\usepackage[backend=biber,natbib=true,style=authoryear,uniquename=init,giveninits=true,isbn=false,url=false,doi=false,maxcitenames=3,minbibnames=6,maxbibnames=50,sorting=ynt]{biblatex}
|
||||
\addbibresource[glob]{papers.bib}
|
||||
\makeatletter
|
||||
\def\nhblx@bibfile@name{papers-sort.bib}
|
||||
\newwrite\nhblx@bibfile
|
||||
\immediate\openout\nhblx@bibfile=\nhblx@bibfile@name
|
||||
|
||||
\immediate\write\nhblx@bibfile{%
|
||||
@comment{Auto-generated file}\blx@nl}
|
||||
|
||||
\newcounter{nhblx@name}
|
||||
\setcounter{nhblx@name}{0}
|
||||
|
||||
\newcommand*{\nhblx@writenametobib}[1]{%
|
||||
\stepcounter{nhblx@name}%
|
||||
\edef\nhblx@tmp@nocite{%
|
||||
\noexpand\AfterPreamble{%
|
||||
\noexpand\setbox0\noexpand\vbox{%
|
||||
\noexpand\nhblx@getmethehash{nhblx@name@\the\value{nhblx@name}}}}%
|
||||
}%
|
||||
\nhblx@tmp@nocite
|
||||
\immediate\write\nhblx@bibfile{%
|
||||
@misc{nhblx@name@\the\value{nhblx@name}, author = {\unexpanded{#1}}, %
|
||||
options = {dataonly=true},}%
|
||||
}%
|
||||
}
|
||||
|
||||
\AtEndDocument{%
|
||||
\closeout\nhblx@bibfile}
|
||||
|
||||
\addbibresource{\nhblx@bibfile@name}
|
||||
|
||||
\newcommand*{\nhblx@boldhashes}{}
|
||||
\DeclareNameFormat{nhblx@hashextract}{%
|
||||
\xifinlist{\thefield{hash}}{\nhblx@boldhashes}
|
||||
{}
|
||||
{\listxadd{\nhblx@boldhashes}{\thefield{hash}}}}
|
||||
|
||||
\DeclareCiteCommand{\nhblx@getmethehash}
|
||||
{}
|
||||
{\printnames[nhblx@hashextract][1-999]{author}}
|
||||
{}
|
||||
{}
|
||||
|
||||
\newcommand*{\nhblx@writefirsttokey}[1]{%
|
||||
\DeclareSourcemap{
|
||||
\maps[datatype=bibtex,overwrite=true]{
|
||||
\map{
|
||||
\perdatasource{papers.bib}
|
||||
\step[fieldsource=author, match=\regexp{^{#1}}, final]
|
||||
\step[fieldset=keywords, fieldvalue={, first},append]
|
||||
}
|
||||
\map{
|
||||
\perdatasource{papers.bib}
|
||||
\step[fieldsource=author, match=\regexp{^(?>\{[^\}]+\}\,\s[\w\-\.]+\sand\s){1}\{#1\}}, final]
|
||||
\step[fieldset=keywords, fieldvalue={, main},append]
|
||||
}
|
||||
\map{
|
||||
\perdatasource{papers.bib}
|
||||
\step[fieldsource=author, match=\regexp{^(?:.+?\sand\s){2}.*?\{#1\}}, final]
|
||||
\step[fieldset=keywords, fieldvalue={, collab},append]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
\newcommand*{\addboldnames}{\forcsvlist\nhblx@writenametobib}
|
||||
\newcommand*{\resetboldnames}{\def\nhblx@boldhashes{}}
|
||||
\newcommand*{\firstauth}{\forcsvlist\nhblx@writefirsttokey}
|
||||
|
||||
\newcommand*{\ifhashinboldlist}{%
|
||||
\xifinlist{\thefield{hash}}{\nhblx@boldhashes}}
|
||||
\makeatother
|
||||
|
||||
\newcommand*{\mkboldifhashinlist}[1]{%
|
||||
\ifhashinboldlist
|
||||
{\mkbibbold{#1}}
|
||||
{#1}}
|
||||
|
||||
\DeclareNameWrapperFormat{boldifhashinlist}{%
|
||||
\renewcommand*{\mkbibcompletename}{\mkboldifhashinlist}%
|
||||
#1}
|
||||
|
||||
\DeclareNameWrapperAlias{sortname}{default}
|
||||
\DeclareNameWrapperAlias{default}{boldifhashinlist}
|
||||
|
||||
\defbibcheck{noJoPR}{%
|
||||
\iffieldequalstr{journaltitle}{arXiv e-prints}
|
||||
{}
|
||||
{\skipentry}
|
||||
}
|
||||
\defbibcheck{JoPR}{%
|
||||
\iffieldequalstr{journaltitle}{arXiv e-prints}
|
||||
{\skipentry}
|
||||
{}
|
||||
}
|
||||
|
||||
%----------------------------------------------------------------------------------------
|
||||
% DEFINE ADS ACRONYMS
|
||||
%----------------------------------------------------------------------------------------
|
||||
|
||||
\makeatletter
|
||||
\let\jnl@style=\rm
|
||||
\def\ref@jnl#1{{\jnl@style#1}}
|
||||
|
||||
\def\aj{\ref@jnl{AJ}} % Astronomical Journal
|
||||
\def\actaa{\ref@jnl{Acta Astron.}} % Acta Astronomica
|
||||
\def\araa{\ref@jnl{ARA\&A}} % Annual Review of Astron and Astrophys
|
||||
\def\apj{\ref@jnl{ApJ}} % Astrophysical Journal
|
||||
\def\apjl{\ref@jnl{ApJ}} % Astrophysical Journal, Letters
|
||||
\def\apjs{\ref@jnl{ApJS}} % Astrophysical Journal, Supplement
|
||||
\def\ao{\ref@jnl{Appl.~Opt.}} % Applied Optics
|
||||
\def\apss{\ref@jnl{Ap\&SS}} % Astrophysics and Space Science
|
||||
\def\aap{\ref@jnl{A\&A}} % Astronomy and Astrophysics
|
||||
\def\aapr{\ref@jnl{A\&A~Rev.}} % Astronomy and Astrophysics Reviews
|
||||
\def\aaps{\ref@jnl{A\&AS}} % Astronomy and Astrophysics, Supplement
|
||||
\def\azh{\ref@jnl{AZh}} % Astronomicheskii Zhurnal
|
||||
\def\baas{\ref@jnl{BAAS}} % Bulletin of the AAS
|
||||
\def\bac{\ref@jnl{Bull. astr. Inst. Czechosl.}}
|
||||
% Bulletin of the Astronomical Institutes of Czechoslovakia
|
||||
\def\caa{\ref@jnl{Chinese Astron. Astrophys.}}
|
||||
% Chinese Astronomy and Astrophysics
|
||||
\def\cjaa{\ref@jnl{Chinese J. Astron. Astrophys.}}
|
||||
% Chinese Journal of Astronomy and Astrophysics
|
||||
\def\icarus{\ref@jnl{Icarus}} % Icarus
|
||||
\def\jcap{\ref@jnl{J. Cosmology Astropart. Phys.}}
|
||||
% Journal of Cosmology and Astroparticle Physics
|
||||
\def\jrasc{\ref@jnl{JRASC}} % Journal of the RAS of Canada
|
||||
\def\memras{\ref@jnl{MmRAS}} % Memoirs of the RAS
|
||||
\def\mnras{\ref@jnl{MNRAS}} % Monthly Notices of the RAS
|
||||
\def\na{\ref@jnl{New A}} % New Astronomy
|
||||
\def\nar{\ref@jnl{New A Rev.}} % New Astronomy Review
|
||||
\def\pra{\ref@jnl{Phys.~Rev.~A}} % Physical Review A: General Physics
|
||||
\def\prb{\ref@jnl{Phys.~Rev.~B}} % Physical Review B: Solid State
|
||||
\def\prc{\ref@jnl{Phys.~Rev.~C}} % Physical Review C
|
||||
\def\prd{\ref@jnl{Phys.~Rev.~D}} % Physical Review D
|
||||
\def\pre{\ref@jnl{Phys.~Rev.~E}} % Physical Review E
|
||||
\def\prl{\ref@jnl{Phys.~Rev.~Lett.}} % Physical Review Letters
|
||||
\def\pasa{\ref@jnl{PASA}} % Publications of the Astron. Soc. of Australia
|
||||
\def\pasp{\ref@jnl{PASP}} % Publications of the ASP
|
||||
\def\pasj{\ref@jnl{PASJ}} % Publications of the ASJ
|
||||
\def\rmxaa{\ref@jnl{Rev. Mexicana Astron. Astrofis.}}%
|
||||
% Revista Mexicana de Astronomia y Astrofisica
|
||||
\def\qjras{\ref@jnl{QJRAS}} % Quarterly Journal of the RAS
|
||||
\def\skytel{\ref@jnl{S\&T}} % Sky and Telescope
|
||||
\def\solphys{\ref@jnl{Sol.~Phys.}} % Solar Physics
|
||||
\def\sovast{\ref@jnl{Soviet~Ast.}} % Soviet Astronomy
|
||||
\def\ssr{\ref@jnl{Space~Sci.~Rev.}} % Space Science Reviews
|
||||
\def\zap{\ref@jnl{ZAp}} % Zeitschrift fuer Astrophysik
|
||||
\def\nat{\ref@jnl{Nature}} % Nature
|
||||
\def\iaucirc{\ref@jnl{IAU~Circ.}} % IAU Cirulars
|
||||
\def\aplett{\ref@jnl{Astrophys.~Lett.}} % Astrophysics Letters
|
||||
\def\apspr{\ref@jnl{Astrophys.~Space~Phys.~Res.}}
|
||||
% Astrophysics Space Physics Research
|
||||
\def\bain{\ref@jnl{Bull.~Astron.~Inst.~Netherlands}}
|
||||
% Bulletin Astronomical Institute of the Netherlands
|
||||
\def\fcp{\ref@jnl{Fund.~Cosmic~Phys.}} % Fundamental Cosmic Physics
|
||||
\def\gca{\ref@jnl{Geochim.~Cosmochim.~Acta}} % Geochimica Cosmochimica Acta
|
||||
\def\grl{\ref@jnl{Geophys.~Res.~Lett.}} % Geophysics Research Letters
|
||||
\def\jcp{\ref@jnl{J.~Chem.~Phys.}} % Journal of Chemical Physics
|
||||
\def\jgr{\ref@jnl{J.~Geophys.~Res.}} % Journal of Geophysics Research
|
||||
\def\jqsrt{\ref@jnl{J.~Quant.~Spec.~Radiat.~Transf.}}
|
||||
% Journal of Quantitiative Spectroscopy and Radiative Transfer
|
||||
\def\memsai{\ref@jnl{Mem.~Soc.~Astron.~Italiana}}
|
||||
% Mem. Societa Astronomica Italiana
|
||||
\def\nphysa{\ref@jnl{Nucl.~Phys.~A}} % Nuclear Physics A
|
||||
\def\physrep{\ref@jnl{Phys.~Rep.}} % Physics Reports
|
||||
\def\physscr{\ref@jnl{Phys.~Scr}} % Physica Scripta
|
||||
\def\planss{\ref@jnl{Planet.~Space~Sci.}} % Planetary Space Science
|
||||
\def\procspie{\ref@jnl{Proc.~SPIE}} % Proceedings of the SPIE
|
||||
\makeatother
|
||||
|
||||
\let\astap=\aap
|
||||
\let\apjlett=\apjl
|
||||
\let\apjsupp=\apjs
|
||||
\let\applopt=\ao
|
||||
116
Thesis/papers.bib
Normal file
116
Thesis/papers.bib
Normal file
@@ -0,0 +1,116 @@
|
||||
@article{2024arXiv1,
|
||||
author = {{Another-Name}, J. and {Name}, I. and {Another-Name}, K. and {Another-Name},
|
||||
L.},
|
||||
title = "{Some interesting article}",
|
||||
journal = {\aap},
|
||||
year = 2024,
|
||||
month = oct,
|
||||
adsurl = {https://ui.adsabs.harvard.edu/abs/},
|
||||
adsnote = {Provided by the SAO/NASA Astrophysics Data System},
|
||||
}
|
||||
|
||||
@article{2024arXiv2,
|
||||
author = {{Name}, Firstname and {Another-Name}, First-FName and {
|
||||
Another-Name}, Second-FName},
|
||||
title = "{Another great article}",
|
||||
journal = {\aap},
|
||||
year = 2024,
|
||||
month = nov,
|
||||
adsurl = {https://ui.adsabs.harvard.edu/abs/},
|
||||
adsnote = {Provided by the SAO/NASA Astrophysics Data System},
|
||||
}
|
||||
|
||||
@article{2023MNRAS,
|
||||
author = {{Another-Name}, First-FName and {Name}, Firstname and {Another-Name},
|
||||
Second-FName and {Another-Name}, Third-FName and {Another-Name},
|
||||
Fourth-FName and {Another-Name}, Fifth-FName and {Another-Name}, Sixth-FName},
|
||||
title = "{This paper I did a lot of work for}",
|
||||
journal = {\mnras},
|
||||
year = 2023,
|
||||
month = dec,
|
||||
adsurl = {https://ui.adsabs.harvard.edu/abs/},
|
||||
adsnote = {Provided by the SAO/NASA Astrophysics Data System},
|
||||
}
|
||||
|
||||
@article{2023A&A1,
|
||||
author = {{Name}, I. and {Another-Name}, F. and {Another-Name}, S. and {Another-Name}, T. and {Another-Name}, F.},
|
||||
title = "{My first Paper}",
|
||||
journal = {\aap},
|
||||
year = 2023,
|
||||
month = oct,
|
||||
adsurl = {https://ui.adsabs.harvard.edu/abs/},
|
||||
adsnote = {Provided by the SAO/NASA Astrophysics Data System},
|
||||
}
|
||||
|
||||
@article{2023A&A2,
|
||||
author = {{Another-Name}, F. and {Another-Name}, S. and {Another-Name}, T. and {Another-Name}, F. and {Another-Name}
|
||||
, F. and {Name}, I. and {Another-Name}, S.},
|
||||
title = "{This paper I had a small part in}",
|
||||
journal = {\aap},
|
||||
year = 2023,
|
||||
month = may,
|
||||
adsurl = {https://ui.adsabs.harvard.edu/abs/},
|
||||
adsnote = {Provided by the SAO/NASA Astrophysics Data System},
|
||||
}
|
||||
|
||||
@article{2022MNRAS,
|
||||
author = {{Another-Name}, First and {Another-Name}, Second and {Name}, Firstname
|
||||
and {Another-Name}, Fourth},
|
||||
title = "{This is a paper I contributed to}",
|
||||
journal = {\mnras},
|
||||
year = 2022,
|
||||
month = feb,
|
||||
adsurl = {https://ui.adsabs.harvard.edu/abs/},
|
||||
adsnote = {Provided by the SAO/NASA Astrophysics Data System},
|
||||
}
|
||||
|
||||
@article{2022arXiv22,
|
||||
author = {{Another-Name}, J. and {Name}, I. and {Another-Name}, K.},
|
||||
title = "{Some main contribution by yours truly in non-refereed journal}",
|
||||
journal = {arXiv e-prints},
|
||||
year = 2022,
|
||||
month = jan,
|
||||
adsurl = {https://ui.adsabs.harvard.edu/abs/},
|
||||
adsnote = {Provided by the SAO/NASA Astrophysics Data System},
|
||||
}
|
||||
|
||||
@inproceedings{2021talk.conf.proceed,
|
||||
author = {{Another-Name}, J. and {Name}, I. and {Another-Name}, K.},
|
||||
title = "{A conference talk I contributed to}",
|
||||
booktitle = {{This-Conf}: {This proceeding book Name}},
|
||||
year = 2021,
|
||||
editor = {Editors},
|
||||
month = dec,
|
||||
pages = {n-N},
|
||||
adsurl = {https://ui.adsabs.harvard.edu/abs/},
|
||||
adsnote = {Provided by the SAO/NASA Astrophysics Data System},
|
||||
}
|
||||
|
||||
@unpublished{2022talk.conf,
|
||||
author = {{Name}, I.},
|
||||
title = "{Some talk that had no proceeding associated}",
|
||||
note = {talk at {This-Conference}: {in this context}},
|
||||
year = 2022,
|
||||
month = jun,
|
||||
}
|
||||
|
||||
@inproceedings{2024talk.conf.proceeds,
|
||||
author = {{Name}, I. and {Another-Name}, J.},
|
||||
title = "{Some proceeding published talk}",
|
||||
booktitle = {{A Proceedings Books}},
|
||||
year = 2024,
|
||||
editor = {Editors},
|
||||
month = dec,
|
||||
pages = {n-N},
|
||||
note = {talk at {This-Conference}: {that can be described like this}},
|
||||
adsurl = {https://ui.adsabs.harvard.edu/abs/},
|
||||
adsnote = {Provided by the SAO/NASA Astrophysics Data System},
|
||||
}
|
||||
|
||||
@unpublished{2024poster.conf,
|
||||
author = {{Name}, I.},
|
||||
title = "{A nice poster presenting this}",
|
||||
note = {poster at {That-Conf}: {also known as}},
|
||||
year = 2024,
|
||||
month = sep,
|
||||
}
|
||||
BIN
ThesisSummary/Images/Covers/logo_ED182.pdf
Normal file
BIN
ThesisSummary/Images/Covers/logo_ED182.pdf
Normal file
Binary file not shown.
BIN
ThesisSummary/Images/Covers/logo_ObAS.pdf
Normal file
BIN
ThesisSummary/Images/Covers/logo_ObAS.pdf
Normal file
Binary file not shown.
BIN
ThesisSummary/Images/Covers/logo_StrasbourgUni.pdf
Normal file
BIN
ThesisSummary/Images/Covers/logo_StrasbourgUni.pdf
Normal file
Binary file not shown.
108
ThesisSummary/NAME_ThesisSummary.tex
Normal file
108
ThesisSummary/NAME_ThesisSummary.tex
Normal file
@@ -0,0 +1,108 @@
|
||||
%\documentclass{PhDThesisED182}
|
||||
\documentclass[showNotes, showLineNumbers]{PhDThesisED182}
|
||||
%\modulolinenumbers[5] % Change line numbering every N lines
|
||||
|
||||
% PROCEDURE RELATING TO THE SUPPORT OF THESIS
|
||||
%
|
||||
% Thesis jury proposal : (From 4 to 8 members)
|
||||
% – address to the secretariat of the doctoral school, a proposal of jury including 2 external reviewers to ED and Unistra, obligatorily with a HDR (if not HDR it will be necessary to transmit the CV of the rapporteur) and at least 1 internal examiner (HDR or, failing this, the thesis supervisor), using the form provided for this purpose,
|
||||
% pdf version: http://edpcp.u-strasbg.fr/wp-content/uploads/2025/02/Proposition_jury_doctorat_2024.pdf
|
||||
% word version: http://edpcp.u-strasbg.fr/wp-content/uploads/2025/02/Proposition_jury_doctorat_2024.docx
|
||||
%
|
||||
% PLEASE NOTE : An electronic version of your jury proposal, thesis summary + training certificates must be sent in 1 single pdf file by the submission deadlines indicated below to to the secretariat of the doctoral school (dir-ed182-secretariat@unistra.fr) and to the education department Mrs Fayza FALLAH (f.fallah@unistra.fr) at the latest on the following dates:
|
||||
%
|
||||
% !! NEW calendar for 2025 !!
|
||||
% Deadline for submitting the file Meeting of the Commission
|
||||
% Wednesday 26 February 2025 13 March 2025
|
||||
% Friday 09 May 2025 22 May 2025
|
||||
% Friday 20 June 2025 03 July 2025
|
||||
% Friday 29 August 2025 11 September 2025
|
||||
% Friday 21 November 2025 04 December 2025
|
||||
%
|
||||
%
|
||||
% For a defense planned in September or October, and due to summer holidays : submission of the file in May (refer to calendar) !
|
||||
%
|
||||
% The candidate
|
||||
% – send to Mrs. Fayza FALLAH a hard copy and an electronic copy (.pdf attached to an email) of the thesis summary in French (3 to 4 pages) for distribution in the institution.
|
||||
% – The summary will include the list of publications to which his work has given rise (with the names of all authors), participation in conferences (oral or poster), the list of modules taught at the ED during the thesis and the corresponding certificates.
|
||||
%
|
||||
% Reminder : It is mandatory to use the front cover and the back cover of the University of Strasbourg.
|
||||
% http://edpcp.u-strasbg.fr/wp-content/uploads/2023/10/1er_4eme_couverture-ED182.doc
|
||||
%
|
||||
% Attention: For the defenses planned between August 19 and September 6, the deposit of the proposal of jury will have to be made to May 17 2019
|
||||
|
||||
|
||||
%\renewcommand{\familydefault}{\sfdefault} % Uncomment to default to sans serif font
|
||||
|
||||
%%%%%%%%%%%%%%%% Fill in for Front and Back Covers %%%%%%%%%%%%%%%%
|
||||
% Author name
|
||||
\Firstname{Firstname}
|
||||
\Lastname{Lastname}
|
||||
% University name and logo
|
||||
\UniversityName{Universit\'e de Strasbourg}
|
||||
\UniversityLogo{Images/Covers/Logo\_StrasbourgUni.pdf}
|
||||
% Labo name and logo
|
||||
\LaboName{Observatoire Astronomique de Strasbourg (UMR 7550)}
|
||||
\LaboLogo{Images/Covers/Logo\_ObAS.pdf}
|
||||
% Doctoral school name and logo
|
||||
\DoctoralSchoolName{\'Ecole Doctorale de physique et chimie-physique}
|
||||
\DoctoralSchoolLogo{Images/Covers/logo\_ED182.pdf}
|
||||
% Thesis title and subtitle in French and English
|
||||
\ThesisDate{XX mois 20XX}
|
||||
\TitreThese{Le titre de la thèse en français.}
|
||||
\SousTitreThese{Un sous titre.}
|
||||
\ThesisTitle{Title of the thesis in english.}
|
||||
\ThesisSubTitle{A subtitle.}
|
||||
\resume{1000 caract\`eres maximum}
|
||||
\motscles{Mot-clé1, Mot-clé2, Mot-clé3}
|
||||
\abstract{1000 letters max}
|
||||
\keywords{Keyword1, Keyword2, Keyword3}
|
||||
% Discipline
|
||||
\Discipline{Physique}
|
||||
\Speciality{}
|
||||
% Directeurs
|
||||
\directeurs{
|
||||
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
||||
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
||||
}
|
||||
% Rapporteurs
|
||||
\rapporteurs{
|
||||
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
||||
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
||||
}
|
||||
% Jury
|
||||
\jury{
|
||||
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
||||
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
||||
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
||||
}
|
||||
% Define first author and name(s) to be put in bold face in the List of publications
|
||||
\firstauth{Name}
|
||||
\addboldnames{{Name, Firstname},{Name, I.}}
|
||||
|
||||
%%%%%%%%%%%%%%%% Document begins %%%%%%%%%%%%%%%%
|
||||
\begin{document}
|
||||
|
||||
%% Front Cover
|
||||
\include{Pages/FrontCover}
|
||||
|
||||
%% Jury proposal
|
||||
%\includepdf[pages={-},offset=<offset in x>mm <offset in y>mm]{myfile.pdf}
|
||||
\includepdf[pages={-}]{Pages/Proposition_jury_doctorat_2024.pdf}
|
||||
|
||||
\pagenumbering{arabic}
|
||||
\ifshowLineNumbers\linenumbers\fi % show line numbers if switched on
|
||||
|
||||
%% Abstract
|
||||
\include{Pages/Resume}
|
||||
|
||||
%% Publication list
|
||||
\include{Pages/Publications}
|
||||
|
||||
%% Training certificates
|
||||
\includepdf[pages={-}]{Pages/Attestation_formations_suivies.pdf}
|
||||
|
||||
%% Back Cover
|
||||
\include{Pages/BackCover}
|
||||
|
||||
\end{document}
|
||||
BIN
ThesisSummary/Pages/Attestation_formations_suivies.pdf
Normal file
BIN
ThesisSummary/Pages/Attestation_formations_suivies.pdf
Normal file
Binary file not shown.
48
ThesisSummary/Pages/BackCover.tex
Normal file
48
ThesisSummary/Pages/BackCover.tex
Normal file
@@ -0,0 +1,48 @@
|
||||
\thispagestyle{empty}
|
||||
|
||||
\setlength\oddsidemargin{\dimexpr(\paperwidth-\textwidth)/2 - 1in\relax}
|
||||
\setlength\evensidemargin{\oddsidemargin}
|
||||
|
||||
\makeatletter
|
||||
\begin{changemargin}{-20mm}{-20mm}
|
||||
\noindent%
|
||||
\vspace*{-25mm}%
|
||||
\begin{center}%
|
||||
\includegraphics[keepaspectratio, height=8mm, trim={0 8mm 0 0}]{\@UniversityLogo}%
|
||||
\hfill%
|
||||
{\Large\bf \@Firstname\, \MakeUppercase{\@Lastname}}%
|
||||
\hfill%
|
||||
\includegraphics[keepaspectratio, height=8mm, trim={0 8mm 0 0}]{\ifdefempty{\@LaboLogo}{\@DoctoralSchoolLogo}{\@LaboLogo}}%
|
||||
\end{center}%
|
||||
\end{changemargin}\vspace*{1cm}%
|
||||
|
||||
\begin{changemargin}{-15mm}{-15mm}
|
||||
\begin{center}
|
||||
{\LARGE\bf \@TitreThese}%
|
||||
\end{center}
|
||||
\begin{mybox}
|
||||
{\Large\textbf{Résumé}}\vspace*{5mm}
|
||||
|
||||
\@resume
|
||||
|
||||
\vspace*{5mm}
|
||||
\textbf{Mots-clés}: \@motscles
|
||||
\end{mybox}\vspace*{5mm}
|
||||
|
||||
\begin{center}
|
||||
{\LARGE\bf \@ThesisTitle}%
|
||||
\end{center}
|
||||
\begin{mybox}
|
||||
{\Large\textbf{Abstract}}\vspace*{5mm}
|
||||
|
||||
\@abstract
|
||||
|
||||
\vspace*{5mm}
|
||||
\textbf{Keywords}: \@keywords
|
||||
\end{mybox}
|
||||
\end{changemargin}
|
||||
\makeatother
|
||||
|
||||
% go back to default geometry settings
|
||||
\setlength\oddsidemargin{\defaultOddsidemargin}
|
||||
\setlength\evensidemargin{\defaultEvensidemargin}
|
||||
68
ThesisSummary/Pages/FrontCover.tex
Normal file
68
ThesisSummary/Pages/FrontCover.tex
Normal file
@@ -0,0 +1,68 @@
|
||||
%%% Note: Adjust the number of \bigskip to fit everything in one page
|
||||
\thispagestyle{empty}
|
||||
|
||||
\setlength\oddsidemargin{\dimexpr(\paperwidth-\textwidth)/2 - 1in\relax}
|
||||
\setlength\evensidemargin{\oddsidemargin}
|
||||
|
||||
\makeatletter
|
||||
\begin{changemargin}{-20mm}{-20mm}
|
||||
\noindent
|
||||
\vspace*{-25mm}%
|
||||
\begin{center}%
|
||||
\includegraphics[keepaspectratio, height=1.5cm]{\@UniversityLogo}%
|
||||
\ifdefempty{\@LaboLogo}{}{\hfill\includegraphics[keepaspectratio, height=1.5cm]{\@LaboLogo}}%
|
||||
\hfill%
|
||||
\includegraphics[keepaspectratio, height=1.8cm, trim={0 3.0mm 0 0}]{\@DoctoralSchoolLogo}\\\vspace{5mm}
|
||||
{\ifdefempty{\@LaboLogo}{\vspace{-15mm}}{}\Large\bf\MakeUppercase{\@UniversityName}}\\\vspace{10mm}
|
||||
{\large\bf\textit{\MakeUppercase{\@DoctoralSchoolName}}}\\\vspace{5mm}
|
||||
{\bf \@LaboName}
|
||||
\end{center}
|
||||
\end{changemargin}
|
||||
\vfill%
|
||||
\begin{changemargin}{-15mm}{-15mm}
|
||||
\begin{center}
|
||||
\huge \textbf{TH\`ESE} \large pr\'esent\'ee par\\\vspace{5mm}
|
||||
{\LARGE\bfseries{\@Firstname\, \MakeUppercase{\@Lastname}}}\\\vspace{5mm}
|
||||
{\large soutenue le: \bfseries \@ThesisDate}\vspace{5mm}
|
||||
|
||||
\begin{tabular}{rl}
|
||||
pour obtenir le grade de: & \textbf{Docteur de l'\@UniversityName} \\
|
||||
Discipline/Sp\'ecialit\'e: & \@Discipline \ifdefempty{\@Speciality}{}{/\@Speciality}
|
||||
\end{tabular}\vspace{1cm}%
|
||||
|
||||
\begin{mybox}%
|
||||
\Huge\centering{\bfseries \@TitreThese}\\
|
||||
\ifdefempty{\@SousTitreThese}
|
||||
{}
|
||||
{\Large\centering{\bfseries \@SousTitreThese}}
|
||||
\end{mybox}%
|
||||
\end{center}%
|
||||
\end{changemargin}%
|
||||
\vfill%
|
||||
\begin{changemargin}{-20mm}{-20mm}
|
||||
{\large\bfseries THÈSE dirigée par}:\vspace{2mm}
|
||||
|
||||
\begin{tabular}{p{7cm}p{10cm}}%
|
||||
\@directeurs
|
||||
\end{tabular}\vspace{3mm}
|
||||
|
||||
{\large\bfseries RAPPORTEURS}:\vspace{2mm}
|
||||
|
||||
\begin{tabular}{p{7cm}p{10cm}}
|
||||
\@rapporteurs
|
||||
\end{tabular}\vspace{3mm}
|
||||
|
||||
\noindent\makebox[\linewidth]{\rule{0.83\paperwidth}{0.4pt}}\vspace{3mm}
|
||||
|
||||
{\large\bfseries AUTRES MEMBRES DU JURY}:\vspace{2mm}
|
||||
|
||||
\begin{tabular}{p{7cm}p{10cm}}
|
||||
\@jury
|
||||
\end{tabular}
|
||||
\vspace{-5mm}
|
||||
\end{changemargin}
|
||||
\makeatother
|
||||
|
||||
% go back to default geometry settings
|
||||
\setlength\oddsidemargin{\defaultOddsidemargin}
|
||||
\setlength\evensidemargin{\defaultEvensidemargin}
|
||||
BIN
ThesisSummary/Pages/Proposition_jury_doctorat_2024.pdf
Normal file
BIN
ThesisSummary/Pages/Proposition_jury_doctorat_2024.pdf
Normal file
Binary file not shown.
13
ThesisSummary/Pages/Publications.tex
Normal file
13
ThesisSummary/Pages/Publications.tex
Normal file
@@ -0,0 +1,13 @@
|
||||
%%% Add all relevant publications to ./papers.bib
|
||||
%%% Define \firstauth{Name} and \addboldnames{{Name, I.},{Name, First-Name}} in PhDThesisED182.cls
|
||||
%%% Will go through all references, add categories based on First Author, Second Author or Contributor
|
||||
%%% Can also add conference talks and posters as non-articles
|
||||
\section*{Publications}
|
||||
|
||||
\begin{refsection}
|
||||
\nocite{*}%
|
||||
\printbibliography[keyword={first},check=JoPR,type=article,heading=subbibliography,title={Premier Auteur}]%
|
||||
\printbibliography[keyword={main},check=JoPR,type=article,heading=subbibliography,title={Contribution principale}]%
|
||||
\printbibliography[keyword={collab},check=JoPR,type=article,heading=subbibliography,title={Collaborateur}]%
|
||||
\printbibliography[nottype=article,heading=subbibliography,title={Conf\'erences}]%
|
||||
\end{refsection}
|
||||
3
ThesisSummary/Pages/Resume.tex
Normal file
3
ThesisSummary/Pages/Resume.tex
Normal file
@@ -0,0 +1,3 @@
|
||||
\section*{R\'esum\'e}
|
||||
|
||||
Le résumé (en français) permet en 4 pages de comprendre le projet et l’apport du doctorant dans le projet (introduction, résultats, conclusions,…).
|
||||
168
ThesisSummary/PhDThesisED182.cls
Normal file
168
ThesisSummary/PhDThesisED182.cls
Normal file
@@ -0,0 +1,168 @@
|
||||
%%% File: PhDThesisED182.cls
|
||||
%%% Brief: Document class template for ED182 thesis manuscript
|
||||
%%% Use: \documentclass[showNotes, showLineNumbers, showWatermark]{PhDThesisED182}
|
||||
%%% Author: Alexandre BIGOT, alexandre.bigot@iphc.cnrs.fr
|
||||
%%% Tweaks: Thibault BARNOUIN, thibault.barnouin@astro.unistra.fr
|
||||
|
||||
%% Identification
|
||||
%% The class identifies itself and the LaTeX version needed
|
||||
\NeedsTeXFormat{LaTeX2e}
|
||||
\ProvidesClass{PhDThesisED182}[2024-02-28 Minimal class for PhD thesis summary in ED182]
|
||||
|
||||
%% Load the article class file
|
||||
\LoadClass[a4paper,12pt]{article}
|
||||
|
||||
%%%%%%%%%%%%%%%% Commands and default values for Covers %%%%%%%%%%%%%%%%
|
||||
% Author
|
||||
\newcommand{\Firstname}[1]{\gdef\@Firstname{#1}}
|
||||
\Firstname{Firstname}
|
||||
\newcommand{\Lastname}[1]{\gdef\@Lastname{#1}}
|
||||
\Lastname{Lastname}
|
||||
% University
|
||||
\newcommand{\UniversityName}[1]{\gdef\@UniversityName{#1}}
|
||||
\UniversityName{Universit\'e de Strasbourg}
|
||||
\newcommand{\UniversityLogo}[1]{\gdef\@UniversityLogo{#1}}
|
||||
\UniversityLogo{Images/Covers/Logo\_StrasbourgUni.pdf}
|
||||
% Labo
|
||||
\newcommand{\LaboName}[1]{\gdef\@LaboName{#1}}
|
||||
\LaboName{My Laboratory}
|
||||
\newcommand*{\LaboLogo}[1]{\gdef\@LaboLogo{#1}}
|
||||
\LaboLogo{}
|
||||
% Doctoral school
|
||||
\newcommand{\DoctoralSchoolName}[1]{\gdef\@DoctoralSchoolName{#1}}
|
||||
\DoctoralSchoolName{\'Ecole Doctorale de physique et chimie-physique}
|
||||
\newcommand{\DoctoralSchoolLogo}[1]{\gdef\@DoctoralSchoolLogo{#1}}
|
||||
\DoctoralSchoolLogo{Images/Covers/logo\_ED182}
|
||||
% Thesis
|
||||
\newcommand{\ThesisDate}[1]{\gdef\@ThesisDate{#1}}
|
||||
\ThesisDate{XX mois 20XX}
|
||||
\newcommand{\TitreThese}[1]{\gdef\@TitreThese{#1}}
|
||||
\TitreThese{Le titre de la thèse en français.}
|
||||
\newcommand*{\SousTitreThese}[1]{\gdef\@SousTitreThese{#1}}
|
||||
\SousTitreThese{}
|
||||
\newcommand{\ThesisTitle}[1]{\gdef\@ThesisTitle{#1}}
|
||||
\ThesisTitle{Title of the thesis in english.}
|
||||
\newcommand*{\ThesisSubTitle}[1]{\gdef\@ThesisSubTitle{#1}}
|
||||
\ThesisSubTitle{}
|
||||
\newcommand{\resume}[1]{\gdef\@resume{#1}}
|
||||
\resume{1000 caract\`eres maximum}
|
||||
\newcommand{\motscles}[1]{\gdef\@motscles{#1}}
|
||||
\motscles{...}
|
||||
\renewcommand{\abstract}[1]{\gdef\@abstract{#1}}
|
||||
\abstract{1000 letters max}
|
||||
\newcommand{\keywords}[1]{\gdef\@keywords{#1}}
|
||||
\keywords{...}
|
||||
% Discipline
|
||||
\newcommand{\Discipline}[1]{\gdef\@Discipline{#1}}
|
||||
\Discipline{Physique}
|
||||
\newcommand*{\Speciality}[1]{\gdef\@Speciality{#1}}
|
||||
\Speciality{}
|
||||
%%% Members of the jury title, name, position and affiliation
|
||||
\newcommand{\person}[5]{\hspace{2mm}\bfseries{#1\, \MakeUppercase{#2}\, #3} & {#4, #5}\\}
|
||||
% Directors
|
||||
\newcommand{\directeurs}[1]{\gdef\@directeurs{#1}}
|
||||
\directeurs{
|
||||
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
||||
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
||||
}
|
||||
% Rapporteurs
|
||||
\newcommand{\rapporteurs}[1]{\gdef\@rapporteurs{#1}}
|
||||
\rapporteurs{
|
||||
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
||||
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
||||
}
|
||||
% Jury
|
||||
\newcommand{\jury}[1]{\gdef\@jury{#1}}
|
||||
\jury{
|
||||
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
||||
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
||||
\person{Civ.}{Lastname}{Firstname}{Pos.}{Affiliation}
|
||||
}
|
||||
|
||||
%% Load packages
|
||||
\PassOptionsToPackage{pdftitle={\@ThesisTitle}, pdfauthor={\@Firstname \@Lastname}, pdfcreator={PdfLaTeX}, pdfkeywords={\@keywords}, pdfsubject={Thesis Manuscript}}{hyperref}\RequirePackage{hyperref} % Extensive support for hypertext
|
||||
\makeatother
|
||||
\PassOptionsToPackage{a4paper,margin=2.5cm}{geometry}\RequirePackage{geometry} % Flexible and complete interface to document dimensions
|
||||
\PassOptionsToPackage{main=english,french}{babel}\RequirePackage{babel} % Multilingual support
|
||||
\PassOptionsToPackage{T1}{fontenc}\RequirePackage{fontenc} % Standard package for selecting font encodings
|
||||
\RequirePackage{lmodern} % Latin modern fonts for better printability
|
||||
\RequirePackage{pdfpages} % Insert pdf as pages
|
||||
\RequirePackage{graphicx} % Enhanced support for graphics
|
||||
\RequirePackage{xcolor} % Driver-independent color extensions
|
||||
\RequirePackage{amsmath} % AMS mathematical facilities
|
||||
\RequirePackage{amsfonts} % TeX fonts from the American Mathematical Society
|
||||
\RequirePackage{xcolor} % Driver-independent color extensions
|
||||
\PassOptionsToPackage{most}{tcolorbox}\RequirePackage{tcolorbox} % Coloured boxes
|
||||
\PassOptionsToPackage{modulo}{lineno}\RequirePackage{lineno} % Line numbers on paragraphs
|
||||
\RequirePackage{macros} % Personal macros for bibliography
|
||||
|
||||
%% Define my colours
|
||||
\definecolor{DarkBlue}{rgb}{0.0, 0.0, 0.55}
|
||||
\definecolor{DarkRed}{rgb}{0.55, 0.0, 0.0}
|
||||
\definecolor{DarkGreen}{rgb}{0.0, 0.2, 0.13}
|
||||
\definecolor{DodgerBlue}{rgb}{0.12, 0.56, 1.0}
|
||||
\colorlet{DodgerBlue2}{DodgerBlue!80}
|
||||
|
||||
%% Color commands
|
||||
\newcommand{\mycolor}[2]{\color{#1}#2\color{black}\xspace}
|
||||
\newcommand{\red}[1]{\color{red}#1\color{black}\xspace}
|
||||
|
||||
%% Change hyperlinks style
|
||||
\hypersetup
|
||||
{
|
||||
colorlinks=true,
|
||||
linkcolor=black,
|
||||
linktocpage=false, % to have the link on the page number in toc
|
||||
filecolor=magenta,
|
||||
urlcolor=DodgerBlue,
|
||||
citecolor=DodgerBlue,
|
||||
}
|
||||
|
||||
%% Fonts substitutions for non existing bold small caps in lmodern
|
||||
\rmfamily
|
||||
\DeclareFontShape{T1}{lmr}{b}{sc}{<->ssub*cmr/b/sc}{}
|
||||
\DeclareFontShape{T1}{lmr}{bx}{sc}{<->ssub*cmr/bx/sc}{}
|
||||
|
||||
\sffamily
|
||||
\DeclareFontShape{T1}{lmss}{m}{sc} { <-> ssub * phv/m/sc }{}
|
||||
\DeclareFontShape{T1}{lmss}{bx}{sc} { <-> ssub * phv/bx/sc }{}
|
||||
|
||||
%% A simple box
|
||||
\newenvironment{mybox}[0]{%
|
||||
\tcolorbox[opacityback=0., standard jigsaw,breakable]}%
|
||||
{\endtcolorbox}
|
||||
|
||||
%% Change left and right margins (used in front and back covers)
|
||||
\newenvironment{changemargin}[2]{%
|
||||
\begin{list}{}{%
|
||||
\setlength{\topsep}{0pt}%
|
||||
\setlength{\leftmargin}{#1}%
|
||||
\setlength{\rightmargin}{#2}%
|
||||
\setlength{\listparindent}{\parindent}%
|
||||
\setlength{\itemindent}{\parindent}%
|
||||
\setlength{\itemsep}{\parskip}%
|
||||
\setlength{\parsep}{\parskip}%
|
||||
}%
|
||||
\item[]
|
||||
}{\end{list}}
|
||||
|
||||
%% Save default margin lengths
|
||||
\newlength{\defaultOddsidemargin}
|
||||
\setlength{\defaultOddsidemargin}{\oddsidemargin}
|
||||
\newlength{\defaultEvensidemargin}
|
||||
\setlength{\defaultEvensidemargin}{\evensidemargin}
|
||||
|
||||
%% Checked box symbol
|
||||
\newcommand{\uncheckedbox}{\makebox[0pt][l]{$\square$}\raisebox{.15ex}{\hspace{11pt}}}
|
||||
\newcommand{\checkedbox}{\makebox[0pt][l]{$\square$}\raisebox{.15ex}{\hspace{0.1em}$\checkmark$}}
|
||||
|
||||
%% Switches
|
||||
\newif\ifshowNotes
|
||||
\newenvironment{notes}[1]{\ifshowNotes #1\fi}
|
||||
|
||||
\newif\ifshowLineNumbers
|
||||
%
|
||||
%% Class options
|
||||
\DeclareOption{showNotes}{\showNotestrue}
|
||||
\DeclareOption{showLineNumbers}{\showLineNumberstrue}
|
||||
\ProcessOptions\relax % to process options
|
||||
180
ThesisSummary/macros.sty
Normal file
180
ThesisSummary/macros.sty
Normal file
@@ -0,0 +1,180 @@
|
||||
%----------------------------------------------------------------------------------------
|
||||
% DEFINE BIBLIOGRAPHY STYLE
|
||||
%----------------------------------------------------------------------------------------
|
||||
\usepackage{csquotes}
|
||||
\usepackage[backend=biber,natbib=true,style=authoryear,uniquename=init,giveninits=true,isbn=false,url=false,doi=false,maxcitenames=3,minbibnames=6,maxbibnames=50,sorting=ynt]{biblatex}
|
||||
\addbibresource[glob]{papers.bib}
|
||||
\makeatletter
|
||||
\def\nhblx@bibfile@name{papers-sort.bib}
|
||||
\newwrite\nhblx@bibfile
|
||||
\immediate\openout\nhblx@bibfile=\nhblx@bibfile@name
|
||||
|
||||
\immediate\write\nhblx@bibfile{%
|
||||
@comment{Auto-generated file}\blx@nl}
|
||||
|
||||
\newcounter{nhblx@name}
|
||||
\setcounter{nhblx@name}{0}
|
||||
|
||||
\newcommand*{\nhblx@writenametobib}[1]{%
|
||||
\stepcounter{nhblx@name}%
|
||||
\edef\nhblx@tmp@nocite{%
|
||||
\noexpand\AfterPreamble{%
|
||||
\noexpand\setbox0\noexpand\vbox{%
|
||||
\noexpand\nhblx@getmethehash{nhblx@name@\the\value{nhblx@name}}}}%
|
||||
}%
|
||||
\nhblx@tmp@nocite
|
||||
\immediate\write\nhblx@bibfile{%
|
||||
@misc{nhblx@name@\the\value{nhblx@name}, author = {\unexpanded{#1}}, %
|
||||
options = {dataonly=true},}%
|
||||
}%
|
||||
}
|
||||
|
||||
\AtEndDocument{%
|
||||
\closeout\nhblx@bibfile}
|
||||
|
||||
\addbibresource{\nhblx@bibfile@name}
|
||||
|
||||
\newcommand*{\nhblx@boldhashes}{}
|
||||
\DeclareNameFormat{nhblx@hashextract}{%
|
||||
\xifinlist{\thefield{hash}}{\nhblx@boldhashes}
|
||||
{}
|
||||
{\listxadd{\nhblx@boldhashes}{\thefield{hash}}}}
|
||||
|
||||
\DeclareCiteCommand{\nhblx@getmethehash}
|
||||
{}
|
||||
{\printnames[nhblx@hashextract][1-999]{author}}
|
||||
{}
|
||||
{}
|
||||
|
||||
\newcommand*{\nhblx@writefirsttokey}[1]{%
|
||||
\DeclareSourcemap{
|
||||
\maps[datatype=bibtex,overwrite=true]{
|
||||
\map{
|
||||
\perdatasource{papers.bib}
|
||||
\step[fieldsource=author, match=\regexp{^{#1}}, final]
|
||||
\step[fieldset=keywords, fieldvalue={, first},append]
|
||||
}
|
||||
\map{
|
||||
\perdatasource{papers.bib}
|
||||
\step[fieldsource=author, match=\regexp{^(?>\{[^\}]+\}\,\s[\w\-\.]+\sand\s){1}\{#1\}}, final]
|
||||
\step[fieldset=keywords, fieldvalue={, main},append]
|
||||
}
|
||||
\map{
|
||||
\perdatasource{papers.bib}
|
||||
\step[fieldsource=author, match=\regexp{^(?:.+?\sand\s){2}.*?\{#1\}}, final]
|
||||
\step[fieldset=keywords, fieldvalue={, collab},append]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
\newcommand*{\addboldnames}{\forcsvlist\nhblx@writenametobib}
|
||||
\newcommand*{\resetboldnames}{\def\nhblx@boldhashes{}}
|
||||
\newcommand*{\firstauth}{\forcsvlist\nhblx@writefirsttokey}
|
||||
|
||||
\newcommand*{\ifhashinboldlist}{%
|
||||
\xifinlist{\thefield{hash}}{\nhblx@boldhashes}}
|
||||
\makeatother
|
||||
|
||||
\newcommand*{\mkboldifhashinlist}[1]{%
|
||||
\ifhashinboldlist
|
||||
{\mkbibbold{#1}}
|
||||
{#1}}
|
||||
|
||||
\DeclareNameWrapperFormat{boldifhashinlist}{%
|
||||
\renewcommand*{\mkbibcompletename}{\mkboldifhashinlist}%
|
||||
#1}
|
||||
|
||||
\DeclareNameWrapperAlias{sortname}{default}
|
||||
\DeclareNameWrapperAlias{default}{boldifhashinlist}
|
||||
|
||||
\defbibcheck{noJoPR}{%
|
||||
\iffieldequalstr{journaltitle}{arXiv e-prints}
|
||||
{}
|
||||
{\skipentry}
|
||||
}
|
||||
\defbibcheck{JoPR}{%
|
||||
\iffieldequalstr{journaltitle}{arXiv e-prints}
|
||||
{\skipentry}
|
||||
{}
|
||||
}
|
||||
|
||||
%----------------------------------------------------------------------------------------
|
||||
% DEFINE ADS ACRONYMS
|
||||
%----------------------------------------------------------------------------------------
|
||||
|
||||
\makeatletter
|
||||
\let\jnl@style=\rm
|
||||
\def\ref@jnl#1{{\jnl@style#1}}
|
||||
|
||||
\def\aj{\ref@jnl{AJ}} % Astronomical Journal
|
||||
\def\actaa{\ref@jnl{Acta Astron.}} % Acta Astronomica
|
||||
\def\araa{\ref@jnl{ARA\&A}} % Annual Review of Astron and Astrophys
|
||||
\def\apj{\ref@jnl{ApJ}} % Astrophysical Journal
|
||||
\def\apjl{\ref@jnl{ApJ}} % Astrophysical Journal, Letters
|
||||
\def\apjs{\ref@jnl{ApJS}} % Astrophysical Journal, Supplement
|
||||
\def\ao{\ref@jnl{Appl.~Opt.}} % Applied Optics
|
||||
\def\apss{\ref@jnl{Ap\&SS}} % Astrophysics and Space Science
|
||||
\def\aap{\ref@jnl{A\&A}} % Astronomy and Astrophysics
|
||||
\def\aapr{\ref@jnl{A\&A~Rev.}} % Astronomy and Astrophysics Reviews
|
||||
\def\aaps{\ref@jnl{A\&AS}} % Astronomy and Astrophysics, Supplement
|
||||
\def\azh{\ref@jnl{AZh}} % Astronomicheskii Zhurnal
|
||||
\def\baas{\ref@jnl{BAAS}} % Bulletin of the AAS
|
||||
\def\bac{\ref@jnl{Bull. astr. Inst. Czechosl.}}
|
||||
% Bulletin of the Astronomical Institutes of Czechoslovakia
|
||||
\def\caa{\ref@jnl{Chinese Astron. Astrophys.}}
|
||||
% Chinese Astronomy and Astrophysics
|
||||
\def\cjaa{\ref@jnl{Chinese J. Astron. Astrophys.}}
|
||||
% Chinese Journal of Astronomy and Astrophysics
|
||||
\def\icarus{\ref@jnl{Icarus}} % Icarus
|
||||
\def\jcap{\ref@jnl{J. Cosmology Astropart. Phys.}}
|
||||
% Journal of Cosmology and Astroparticle Physics
|
||||
\def\jrasc{\ref@jnl{JRASC}} % Journal of the RAS of Canada
|
||||
\def\memras{\ref@jnl{MmRAS}} % Memoirs of the RAS
|
||||
\def\mnras{\ref@jnl{MNRAS}} % Monthly Notices of the RAS
|
||||
\def\na{\ref@jnl{New A}} % New Astronomy
|
||||
\def\nar{\ref@jnl{New A Rev.}} % New Astronomy Review
|
||||
\def\pra{\ref@jnl{Phys.~Rev.~A}} % Physical Review A: General Physics
|
||||
\def\prb{\ref@jnl{Phys.~Rev.~B}} % Physical Review B: Solid State
|
||||
\def\prc{\ref@jnl{Phys.~Rev.~C}} % Physical Review C
|
||||
\def\prd{\ref@jnl{Phys.~Rev.~D}} % Physical Review D
|
||||
\def\pre{\ref@jnl{Phys.~Rev.~E}} % Physical Review E
|
||||
\def\prl{\ref@jnl{Phys.~Rev.~Lett.}} % Physical Review Letters
|
||||
\def\pasa{\ref@jnl{PASA}} % Publications of the Astron. Soc. of Australia
|
||||
\def\pasp{\ref@jnl{PASP}} % Publications of the ASP
|
||||
\def\pasj{\ref@jnl{PASJ}} % Publications of the ASJ
|
||||
\def\rmxaa{\ref@jnl{Rev. Mexicana Astron. Astrofis.}}%
|
||||
% Revista Mexicana de Astronomia y Astrofisica
|
||||
\def\qjras{\ref@jnl{QJRAS}} % Quarterly Journal of the RAS
|
||||
\def\skytel{\ref@jnl{S\&T}} % Sky and Telescope
|
||||
\def\solphys{\ref@jnl{Sol.~Phys.}} % Solar Physics
|
||||
\def\sovast{\ref@jnl{Soviet~Ast.}} % Soviet Astronomy
|
||||
\def\ssr{\ref@jnl{Space~Sci.~Rev.}} % Space Science Reviews
|
||||
\def\zap{\ref@jnl{ZAp}} % Zeitschrift fuer Astrophysik
|
||||
\def\nat{\ref@jnl{Nature}} % Nature
|
||||
\def\iaucirc{\ref@jnl{IAU~Circ.}} % IAU Cirulars
|
||||
\def\aplett{\ref@jnl{Astrophys.~Lett.}} % Astrophysics Letters
|
||||
\def\apspr{\ref@jnl{Astrophys.~Space~Phys.~Res.}}
|
||||
% Astrophysics Space Physics Research
|
||||
\def\bain{\ref@jnl{Bull.~Astron.~Inst.~Netherlands}}
|
||||
% Bulletin Astronomical Institute of the Netherlands
|
||||
\def\fcp{\ref@jnl{Fund.~Cosmic~Phys.}} % Fundamental Cosmic Physics
|
||||
\def\gca{\ref@jnl{Geochim.~Cosmochim.~Acta}} % Geochimica Cosmochimica Acta
|
||||
\def\grl{\ref@jnl{Geophys.~Res.~Lett.}} % Geophysics Research Letters
|
||||
\def\jcp{\ref@jnl{J.~Chem.~Phys.}} % Journal of Chemical Physics
|
||||
\def\jgr{\ref@jnl{J.~Geophys.~Res.}} % Journal of Geophysics Research
|
||||
\def\jqsrt{\ref@jnl{J.~Quant.~Spec.~Radiat.~Transf.}}
|
||||
% Journal of Quantitiative Spectroscopy and Radiative Transfer
|
||||
\def\memsai{\ref@jnl{Mem.~Soc.~Astron.~Italiana}}
|
||||
% Mem. Societa Astronomica Italiana
|
||||
\def\nphysa{\ref@jnl{Nucl.~Phys.~A}} % Nuclear Physics A
|
||||
\def\physrep{\ref@jnl{Phys.~Rep.}} % Physics Reports
|
||||
\def\physscr{\ref@jnl{Phys.~Scr}} % Physica Scripta
|
||||
\def\planss{\ref@jnl{Planet.~Space~Sci.}} % Planetary Space Science
|
||||
\def\procspie{\ref@jnl{Proc.~SPIE}} % Proceedings of the SPIE
|
||||
\makeatother
|
||||
|
||||
\let\astap=\aap
|
||||
\let\apjlett=\apjl
|
||||
\let\apjsupp=\apjs
|
||||
\let\applopt=\ao
|
||||
116
ThesisSummary/papers.bib
Normal file
116
ThesisSummary/papers.bib
Normal file
@@ -0,0 +1,116 @@
|
||||
@article{2024arXiv1,
|
||||
author = {{Another-Name}, J. and {Name}, I. and {Another-Name}, K. and {Another-Name},
|
||||
L.},
|
||||
title = "{Some interesting article}",
|
||||
journal = {\aap},
|
||||
year = 2024,
|
||||
month = oct,
|
||||
adsurl = {https://ui.adsabs.harvard.edu/abs/},
|
||||
adsnote = {Provided by the SAO/NASA Astrophysics Data System},
|
||||
}
|
||||
|
||||
@article{2024arXiv2,
|
||||
author = {{Name}, First-Name and {Another-Name}, First-FName and {
|
||||
Another-Name}, Second-FName},
|
||||
title = "{Another great article}",
|
||||
journal = {\aap},
|
||||
year = 2024,
|
||||
month = nov,
|
||||
adsurl = {https://ui.adsabs.harvard.edu/abs/},
|
||||
adsnote = {Provided by the SAO/NASA Astrophysics Data System},
|
||||
}
|
||||
|
||||
@article{2023MNRAS,
|
||||
author = {{Another-Name}, First-FName and {Name}, First-Name and {Another-Name},
|
||||
Second-FName and {Another-Name}, Third-FName and {Another-Name},
|
||||
Fourth-FName and {Another-Name}, Fifth-FName and {Another-Name}, Sixth-FName},
|
||||
title = "{This paper I did a lot of work for}",
|
||||
journal = {\mnras},
|
||||
year = 2023,
|
||||
month = dec,
|
||||
adsurl = {https://ui.adsabs.harvard.edu/abs/},
|
||||
adsnote = {Provided by the SAO/NASA Astrophysics Data System},
|
||||
}
|
||||
|
||||
@article{2023A&A1,
|
||||
author = {{Name}, I. and {Another-Name}, F. and {Another-Name}, S. and {Another-Name}, T. and {Another-Name}, F.},
|
||||
title = "{My first Paper}",
|
||||
journal = {\aap},
|
||||
year = 2023,
|
||||
month = oct,
|
||||
adsurl = {https://ui.adsabs.harvard.edu/abs/},
|
||||
adsnote = {Provided by the SAO/NASA Astrophysics Data System},
|
||||
}
|
||||
|
||||
@article{2023A&A2,
|
||||
author = {{Another-Name}, F. and {Another-Name}, S. and {Another-Name}, T. and {Another-Name}, F. and {Another-Name}
|
||||
, F. and {Name}, I. and {Another-Name}, S.},
|
||||
title = "{This paper I had a small part in}",
|
||||
journal = {\aap},
|
||||
year = 2023,
|
||||
month = may,
|
||||
adsurl = {https://ui.adsabs.harvard.edu/abs/},
|
||||
adsnote = {Provided by the SAO/NASA Astrophysics Data System},
|
||||
}
|
||||
|
||||
@article{2022MNRAS,
|
||||
author = {{Another-Name}, First and {Another-Name}, Second and {Name}, First-Name
|
||||
and {Another-Name}, Fourth},
|
||||
title = "{This is a paper I contributed to}",
|
||||
journal = {\mnras},
|
||||
year = 2022,
|
||||
month = feb,
|
||||
adsurl = {https://ui.adsabs.harvard.edu/abs/},
|
||||
adsnote = {Provided by the SAO/NASA Astrophysics Data System},
|
||||
}
|
||||
|
||||
@article{2022arXiv22,
|
||||
author = {{Another-Name}, J. and {Name}, I. and {Another-Name}, K.},
|
||||
title = "{Some main contribution by yours truly in non-refereed journal}",
|
||||
journal = {arXiv e-prints},
|
||||
year = 2022,
|
||||
month = jan,
|
||||
adsurl = {https://ui.adsabs.harvard.edu/abs/},
|
||||
adsnote = {Provided by the SAO/NASA Astrophysics Data System},
|
||||
}
|
||||
|
||||
@inproceedings{2021talk.conf.proceed,
|
||||
author = {{Another-Name}, J. and {Name}, I. and {Another-Name}, K.},
|
||||
title = "{A conference talk I contributed to}",
|
||||
booktitle = {{This-Conf}: {This proceeding book Name}},
|
||||
year = 2021,
|
||||
editor = {Editors},
|
||||
month = dec,
|
||||
pages = {n-N},
|
||||
adsurl = {https://ui.adsabs.harvard.edu/abs/},
|
||||
adsnote = {Provided by the SAO/NASA Astrophysics Data System},
|
||||
}
|
||||
|
||||
@unpublished{2022talk.conf,
|
||||
author = {{Name}, I.},
|
||||
title = "{Some talk that had no proceeding associated}",
|
||||
note = {talk at {This-Conference}: {in this context}},
|
||||
year = 2022,
|
||||
month = jun,
|
||||
}
|
||||
|
||||
@inproceedings{2024talk.conf.proceeds,
|
||||
author = {{Name}, I. and {Another-Name}, J.},
|
||||
title = "{Some proceeding published talk}",
|
||||
booktitle = {{A Proceedings Books}},
|
||||
year = 2024,
|
||||
editor = {Editors},
|
||||
month = dec,
|
||||
pages = {n-N},
|
||||
note = {talk at {This-Conference}: {that can be described like this}},
|
||||
adsurl = {https://ui.adsabs.harvard.edu/abs/},
|
||||
adsnote = {Provided by the SAO/NASA Astrophysics Data System},
|
||||
}
|
||||
|
||||
@unpublished{2024poster.conf,
|
||||
author = {{Name}, I.},
|
||||
title = "{A nice poster presenting this}",
|
||||
note = {poster at {That-Conf}: {also known as}},
|
||||
year = 2024,
|
||||
month = sep,
|
||||
}
|
||||
BIN
ThesisSummary_template.zip
Normal file
BIN
ThesisSummary_template.zip
Normal file
Binary file not shown.
BIN
Thesis_template.zip
Normal file
BIN
Thesis_template.zip
Normal file
Binary file not shown.
Reference in New Issue
Block a user