tex for paper and abstract
This commit is contained in:
parent
6ccb1cb0da
commit
58e42560df
8797
FarDFT/Abstract/FarDFT.bib
Normal file
8797
FarDFT/Abstract/FarDFT.bib
Normal file
File diff suppressed because it is too large
Load Diff
134
FarDFT/Abstract/FarDFT_Abstract.tex
Normal file
134
FarDFT/Abstract/FarDFT_Abstract.tex
Normal file
@ -0,0 +1,134 @@
|
|||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
% This is a LaTeX template for abstracts for WATOC 2017 in Munich, Germany
|
||||||
|
%
|
||||||
|
% Author instructions are below
|
||||||
|
%
|
||||||
|
% Do not change the setup
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
\documentclass[a4paper,fontsize=10pt]{scrartcl}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%
|
||||||
|
% Preamble %
|
||||||
|
% DO NOT TOUCH %
|
||||||
|
%%%%%%%%%%%%%%%%
|
||||||
|
\usepackage[utf8]{inputenc}
|
||||||
|
\usepackage[T1]{fontenc}
|
||||||
|
\usepackage{graphicx}
|
||||||
|
\usepackage{txfonts}
|
||||||
|
\usepackage[left=1.25in,right=1.25in,top=1.0in,bottom=2.10in]{geometry}
|
||||||
|
\usepackage{ifthen}
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
% Here you can load your own packages if needed.
|
||||||
|
%
|
||||||
|
% \usepackage{whatever}
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
\pagestyle{empty}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%
|
||||||
|
% DO NOT CHANGE ANY OF THE FOLLOWING DEFINITIONS
|
||||||
|
%
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
\setlength{\parindent}{0cm}
|
||||||
|
\renewcommand\refname{}
|
||||||
|
\newcommand{\Title}[1]{
|
||||||
|
\begin{center}
|
||||||
|
\large{
|
||||||
|
\textbf{
|
||||||
|
#1
|
||||||
|
\vspace{1.0\baselineskip}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\end{center}
|
||||||
|
}
|
||||||
|
\newcount{\numauthors}
|
||||||
|
\numauthors=0%
|
||||||
|
\newcommand{\AddAuthor}[2]{%
|
||||||
|
\advance\numauthors by 1%
|
||||||
|
\large{%%
|
||||||
|
\ifnum\numauthors=1%
|
||||||
|
\textbf{#1}\textsuperscript{#2}%
|
||||||
|
\else%
|
||||||
|
\textbf{, #1}\textsuperscript{#2}%
|
||||||
|
\fi%
|
||||||
|
}%
|
||||||
|
}%
|
||||||
|
\newcount{\numaddress}
|
||||||
|
\numaddress=0%
|
||||||
|
\newcommand{\AddAddress}[2]{%
|
||||||
|
\advance\numaddress by 1%
|
||||||
|
\textsuperscript{#2}%
|
||||||
|
\normalsize{%
|
||||||
|
\textit{#1}%
|
||||||
|
}%
|
||||||
|
\\%
|
||||||
|
}%
|
||||||
|
\newenvironment{Authors}{
|
||||||
|
\begin{center}
|
||||||
|
}{
|
||||||
|
\end{center}
|
||||||
|
}
|
||||||
|
\newenvironment{Address}{
|
||||||
|
\begin{center}
|
||||||
|
}{
|
||||||
|
\end{center}
|
||||||
|
}
|
||||||
|
\newenvironment{Abstract}{
|
||||||
|
{~}
|
||||||
|
\vspace{
|
||||||
|
\baselineskip
|
||||||
|
}
|
||||||
|
\newline{}
|
||||||
|
\normalsize
|
||||||
|
}{
|
||||||
|
}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
% Beginning of Abstract
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
% All formatting will be dealt with by the functions \Title, \AddAuthor, \AddAddress, ...
|
||||||
|
\begin{document}
|
||||||
|
% Your title goes here
|
||||||
|
\Title{\Large Weight-dependent local-density approximation for molecules}
|
||||||
|
|
||||||
|
\begin{Authors}
|
||||||
|
% For every author add an \AddAuthor command
|
||||||
|
% Superscript for affiliation goes in as second argument.
|
||||||
|
% leave empty if no affiliation
|
||||||
|
\AddAuthor{Clotilde Marut}{1}%
|
||||||
|
\AddAuthor{Pierre-Fran\c{c}ois Loos}{1}%
|
||||||
|
\end{Authors}
|
||||||
|
%
|
||||||
|
\begin{Address}
|
||||||
|
% Your address goes here. For every address add an \AddAddress command
|
||||||
|
% Superscript is the second argument
|
||||||
|
\AddAddress{Laboratoire de Chimie et Physique Quantiques, Universit\'e de Toulouse, CNRS, UPS, France}{1}%
|
||||||
|
\end{Address}
|
||||||
|
|
||||||
|
\begin{Abstract}
|
||||||
|
% Your abstract goes here
|
||||||
|
|
||||||
|
In this talk, I will present bla bla bla.
|
||||||
|
|
||||||
|
% Here is an example of a bibliography
|
||||||
|
\bibliographystyle{unsrt}
|
||||||
|
\bibliography{FarDFT}
|
||||||
|
|
||||||
|
% include figures the usual way:
|
||||||
|
% \begin{figure}[h]
|
||||||
|
% \includegraphics[width=6cm]{TOC}
|
||||||
|
% \centering
|
||||||
|
% \caption{
|
||||||
|
% \label{fig:iAC}
|
||||||
|
% An example of complex adiabatic connection.}
|
||||||
|
% \end{figure}
|
||||||
|
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
% End of Abstract %
|
||||||
|
% No text after this line %
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
\end{Abstract}
|
||||||
|
\end{document}
|
8797
FarDFT/Manuscript/FarDFT.bib
Normal file
8797
FarDFT/Manuscript/FarDFT.bib
Normal file
File diff suppressed because it is too large
Load Diff
100
FarDFT/Manuscript/FarDFT.tex
Normal file
100
FarDFT/Manuscript/FarDFT.tex
Normal file
@ -0,0 +1,100 @@
|
|||||||
|
\documentclass[aip,jcp,reprint,noshowkeys,superscriptaddress]{revtex4-1}
|
||||||
|
\usepackage{graphicx,dcolumn,bm,xcolor,microtype,multirow,amscd,amsmath,amssymb,amsfonts,physics,mhchem,longtable,pifont,wrapfig,txfonts,multirow}
|
||||||
|
|
||||||
|
|
||||||
|
\usepackage{hyperref}
|
||||||
|
\hypersetup{
|
||||||
|
colorlinks=true,
|
||||||
|
linkcolor=blue,
|
||||||
|
filecolor=blue,
|
||||||
|
urlcolor=blue,
|
||||||
|
citecolor=blue
|
||||||
|
}
|
||||||
|
\urlstyle{same}
|
||||||
|
|
||||||
|
\newcommand{\alert}[1]{\textcolor{red}{#1}}
|
||||||
|
\usepackage[normalem]{ulem}
|
||||||
|
\newcommand{\titou}[1]{\textcolor{red}{#1}}
|
||||||
|
\newcommand{\cloclo}[1]{\textcolor{purple}{#1}}
|
||||||
|
\newcommand{\trashPFL}[1]{\textcolor{red}{\sout{#1}}}
|
||||||
|
\newcommand{\trashCM}[1]{\textcolor{purple}{\sout{#1}}}
|
||||||
|
|
||||||
|
\newcommand{\cmark}{\color{green}{\text{\ding{51}}}}
|
||||||
|
\newcommand{\xmark}{\color{red}{\text{\ding{55}}}}
|
||||||
|
|
||||||
|
\usepackage{hyperref}
|
||||||
|
\hypersetup{
|
||||||
|
colorlinks=true,
|
||||||
|
linkcolor=blue,
|
||||||
|
filecolor=blue,
|
||||||
|
urlcolor=blue,
|
||||||
|
citecolor=blue
|
||||||
|
}
|
||||||
|
\newcommand{\mc}{\multicolumn}
|
||||||
|
\newcommand{\mr}{\multirow}
|
||||||
|
\newcommand{\ie}{\textit{i.e.}}
|
||||||
|
\newcommand{\eg}{\textit{e.g.}}
|
||||||
|
\newcommand{\ra}{\rightarrow}
|
||||||
|
\newcommand{\fnm}{\footnotemark}
|
||||||
|
\newcommand{\fnt}{\footnotetext}
|
||||||
|
\newcommand{\tabc}[1]{\multicolumn{1}{c}{#1}}
|
||||||
|
\newcommand{\SI}{\textcolor{blue}{supporting information}}
|
||||||
|
\newcommand{\QP}{\textsc{quantum package}}
|
||||||
|
|
||||||
|
% units
|
||||||
|
\newcommand{\IneV}[1]{#1 eV}
|
||||||
|
\newcommand{\InAU}[1]{#1 a.u.}
|
||||||
|
\newcommand{\InAA}[1]{#1 \AA}
|
||||||
|
\newcommand{\kcal}{kcal/mol}
|
||||||
|
|
||||||
|
\newcommand{\LCPQ}{Laboratoire de Chimie et Physique Quantiques, Universit\'e de Toulouse, CNRS, UPS, France}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
|
||||||
|
\title{Weight-dependent local-density approximation for molecules}
|
||||||
|
|
||||||
|
\author{Clotilde \surname{Marut}}
|
||||||
|
\affiliation{\LCPQ}
|
||||||
|
\author{Pierre-Fran\c{c}ois \surname{Loos}}
|
||||||
|
\email{loos@irsamc.ups-tlse.fr}
|
||||||
|
\affiliation{\LCPQ}
|
||||||
|
|
||||||
|
\begin{abstract}
|
||||||
|
Here is a nice abstract.
|
||||||
|
\end{abstract}
|
||||||
|
|
||||||
|
\maketitle
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%%% INTRODUCTION %%%
|
||||||
|
%%%%%%%%%%%%%%%%%%%%
|
||||||
|
\section{Introduction}
|
||||||
|
Here is a nice introduction.
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%%% THEORY %%%
|
||||||
|
%%%%%%%%%%%%%%%%%%%%
|
||||||
|
\section{Theory}
|
||||||
|
Here is the theory.
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%
|
||||||
|
%%% CONCLUSION %%%
|
||||||
|
%%%%%%%%%%%%%%%%%%
|
||||||
|
\section{Conclusion}
|
||||||
|
As concluding remarks, we would like to say that, what we have done is awesome.
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%%% ACKNOWLEDGEMENTS %%%
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
\begin{acknowledgements}
|
||||||
|
PFL would like to thank Emmanuel Fromager for enlightening discussions.
|
||||||
|
He also acknowledges funding from the \textit{Centre National de la Recherche Scientifique}.
|
||||||
|
CM thanks the \textit{Universit\'e Paul Sabatier} (Toulouse, France) for a PhD scholarship.
|
||||||
|
\end{acknowledgements}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%%% BIBLIOGRAPHY %%%
|
||||||
|
%%%%%%%%%%%%%%%%%%%%
|
||||||
|
\bibliography{FarDFT}
|
||||||
|
|
||||||
|
\end{document}
|
Loading…
Reference in New Issue
Block a user