new article :yaay:

This commit is contained in:
CDaut 2023-01-06 12:02:31 +01:00 committed by CDaut
parent 4208ab666c
commit bc68bf37dd
5 changed files with 367 additions and 0 deletions

36
Culinography/main.tex Normal file
View file

@ -0,0 +1,36 @@
\documentclass[a4paper,11pt, twocolumn]{article}
\usepackage{fancyhdr}
\usepackage[compact]{titlesec}
\titlespacing{\section}{1pt}{*1}{*1}
\titlespacing{\subsection}{0.2pt}{*0.2}{*0.2}
\titlespacing{\subsubsection}{0.2pt}{*0.2}{*0.2}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{defs.tex}
\input{mydefs.tex}
\addbibresource{bibliography.bib}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\fancyhf{}
\pagestyle{fancy}
\lhead{}
\rhead{CelloClemens et al.}
\cfoot{\thepage }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\clearpage
% PROJECTS
\newcommand{\projectpath}{} % Necessary because of the inclusion of extra files
\begin{refsection}
\include{project}
\end{refsection}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%