add files
This commit is contained in:
parent
ba15c91987
commit
05bed4c88e
243
.gitignore
vendored
Normal file
243
.gitignore
vendored
Normal file
@ -0,0 +1,243 @@
|
||||
## Core latex/pdflatex auxiliary files:
|
||||
*.aux
|
||||
*.lof
|
||||
*.log
|
||||
*.lot
|
||||
*.fls
|
||||
*.out
|
||||
*.toc
|
||||
*.fmt
|
||||
*.fot
|
||||
*.cb
|
||||
*.cb2
|
||||
.*.lb
|
||||
|
||||
## Intermediate documents:
|
||||
*.dvi
|
||||
*.xdv
|
||||
*-converted-to.*
|
||||
# these rules might exclude image files for figures etc.
|
||||
# *.ps
|
||||
# *.eps
|
||||
# *.pdf
|
||||
|
||||
*.sw*
|
||||
## Generated if empty string is given at "Please type another file name for output:"
|
||||
.pdf
|
||||
|
||||
## Bibliography auxiliary files (bibtex/biblatex/biber):
|
||||
*.bbl
|
||||
*.bcf
|
||||
*.blg
|
||||
*-blx.aux
|
||||
*-blx.bib
|
||||
*.run.xml
|
||||
|
||||
## Build tool auxiliary files:
|
||||
*.fdb_latexmk
|
||||
*.synctex
|
||||
*.synctex(busy)
|
||||
*.synctex.gz
|
||||
*.synctex.gz(busy)
|
||||
*.pdfsync
|
||||
|
||||
## Auxiliary and intermediate files from other packages:
|
||||
# algorithms
|
||||
*.alg
|
||||
*.loa
|
||||
|
||||
# achemso
|
||||
acs-*.bib
|
||||
|
||||
# amsthm
|
||||
*.thm
|
||||
|
||||
# beamer
|
||||
*.nav
|
||||
*.pre
|
||||
*.snm
|
||||
*.vrb
|
||||
|
||||
# changes
|
||||
*.soc
|
||||
|
||||
# cprotect
|
||||
*.cpt
|
||||
|
||||
# elsarticle (documentclass of Elsevier journals)
|
||||
*.spl
|
||||
|
||||
# endnotes
|
||||
*.ent
|
||||
|
||||
# fixme
|
||||
*.lox
|
||||
|
||||
# feynmf/feynmp
|
||||
*.mf
|
||||
*.mp
|
||||
*.t[1-9]
|
||||
*.t[1-9][0-9]
|
||||
*.tfm
|
||||
|
||||
#(r)(e)ledmac/(r)(e)ledpar
|
||||
*.end
|
||||
*.?end
|
||||
*.[1-9]
|
||||
*.[1-9][0-9]
|
||||
*.[1-9][0-9][0-9]
|
||||
*.[1-9]R
|
||||
*.[1-9][0-9]R
|
||||
*.[1-9][0-9][0-9]R
|
||||
*.eledsec[1-9]
|
||||
*.eledsec[1-9]R
|
||||
*.eledsec[1-9][0-9]
|
||||
*.eledsec[1-9][0-9]R
|
||||
*.eledsec[1-9][0-9][0-9]
|
||||
*.eledsec[1-9][0-9][0-9]R
|
||||
|
||||
# glossaries
|
||||
*.acn
|
||||
*.acr
|
||||
*.glg
|
||||
*.glo
|
||||
*.gls
|
||||
*.glsdefs
|
||||
|
||||
# gnuplottex
|
||||
*-gnuplottex-*
|
||||
|
||||
# gregoriotex
|
||||
*.gaux
|
||||
*.gtex
|
||||
|
||||
# htlatex
|
||||
*.4ct
|
||||
*.4tc
|
||||
*.idv
|
||||
*.lg
|
||||
*.trc
|
||||
*.xref
|
||||
|
||||
# hyperref
|
||||
*.brf
|
||||
|
||||
# knitr
|
||||
*-concordance.tex
|
||||
# TODO Comment the next line if you want to keep your tikz graphics files
|
||||
*.tikz
|
||||
*-tikzDictionary
|
||||
|
||||
# listings
|
||||
*.lol
|
||||
|
||||
# makeidx
|
||||
*.idx
|
||||
*.ilg
|
||||
*.ind
|
||||
*.ist
|
||||
|
||||
# minitoc
|
||||
*.maf
|
||||
*.mlf
|
||||
*.mlt
|
||||
*.mtc[0-9]*
|
||||
*.slf[0-9]*
|
||||
*.slt[0-9]*
|
||||
*.stc[0-9]*
|
||||
|
||||
# minted
|
||||
_minted*
|
||||
*.pyg
|
||||
|
||||
# morewrites
|
||||
*.mw
|
||||
|
||||
# nomencl
|
||||
*.nlg
|
||||
*.nlo
|
||||
*.nls
|
||||
|
||||
# pax
|
||||
*.pax
|
||||
|
||||
# pdfpcnotes
|
||||
*.pdfpc
|
||||
|
||||
# sagetex
|
||||
*.sagetex.sage
|
||||
*.sagetex.py
|
||||
*.sagetex.scmd
|
||||
|
||||
# scrwfile
|
||||
*.wrt
|
||||
|
||||
# sympy
|
||||
*.sout
|
||||
*.sympy
|
||||
sympy-plots-for-*.tex/
|
||||
|
||||
# pdfcomment
|
||||
*.upa
|
||||
*.upb
|
||||
|
||||
# pythontex
|
||||
*.pytxcode
|
||||
pythontex-files-*/
|
||||
|
||||
# thmtools
|
||||
*.loe
|
||||
|
||||
# TikZ & PGF
|
||||
*.dpth
|
||||
*.md5
|
||||
*.auxlock
|
||||
|
||||
# todonotes
|
||||
*.tdo
|
||||
|
||||
# easy-todo
|
||||
*.lod
|
||||
|
||||
# xmpincl
|
||||
*.xmpi
|
||||
|
||||
# xindy
|
||||
*.xdy
|
||||
|
||||
# xypic precompiled matrices
|
||||
*.xyc
|
||||
|
||||
# endfloat
|
||||
*.ttt
|
||||
*.fff
|
||||
|
||||
# Latexian
|
||||
TSWLatexianTemp*
|
||||
|
||||
## Editors:
|
||||
# WinEdt
|
||||
*.bak
|
||||
*.sav
|
||||
|
||||
# Texpad
|
||||
.texpadtmp
|
||||
|
||||
# Kile
|
||||
*.backup
|
||||
|
||||
# KBibTeX
|
||||
*~[0-9]*
|
||||
|
||||
# auto folder when using emacs and auctex
|
||||
./auto/*
|
||||
*.el
|
||||
|
||||
# expex forward references with \gathertags
|
||||
*-tags.tex
|
||||
|
||||
# standalone packages
|
||||
*.sta
|
||||
|
||||
# generated if using elsarticle.cls
|
||||
*.spl
|
243
Data/.gitignore
vendored
Normal file
243
Data/.gitignore
vendored
Normal file
@ -0,0 +1,243 @@
|
||||
## Core latex/pdflatex auxiliary files:
|
||||
*.aux
|
||||
*.lof
|
||||
*.log
|
||||
*.lot
|
||||
*.fls
|
||||
*.out
|
||||
*.toc
|
||||
*.fmt
|
||||
*.fot
|
||||
*.cb
|
||||
*.cb2
|
||||
.*.lb
|
||||
|
||||
## Intermediate documents:
|
||||
*.dvi
|
||||
*.xdv
|
||||
*-converted-to.*
|
||||
# these rules might exclude image files for figures etc.
|
||||
# *.ps
|
||||
# *.eps
|
||||
# *.pdf
|
||||
|
||||
*.sw*
|
||||
## Generated if empty string is given at "Please type another file name for output:"
|
||||
.pdf
|
||||
|
||||
## Bibliography auxiliary files (bibtex/biblatex/biber):
|
||||
*.bbl
|
||||
*.bcf
|
||||
*.blg
|
||||
*-blx.aux
|
||||
*-blx.bib
|
||||
*.run.xml
|
||||
|
||||
## Build tool auxiliary files:
|
||||
*.fdb_latexmk
|
||||
*.synctex
|
||||
*.synctex(busy)
|
||||
*.synctex.gz
|
||||
*.synctex.gz(busy)
|
||||
*.pdfsync
|
||||
|
||||
## Auxiliary and intermediate files from other packages:
|
||||
# algorithms
|
||||
*.alg
|
||||
*.loa
|
||||
|
||||
# achemso
|
||||
acs-*.bib
|
||||
|
||||
# amsthm
|
||||
*.thm
|
||||
|
||||
# beamer
|
||||
*.nav
|
||||
*.pre
|
||||
*.snm
|
||||
*.vrb
|
||||
|
||||
# changes
|
||||
*.soc
|
||||
|
||||
# cprotect
|
||||
*.cpt
|
||||
|
||||
# elsarticle (documentclass of Elsevier journals)
|
||||
*.spl
|
||||
|
||||
# endnotes
|
||||
*.ent
|
||||
|
||||
# fixme
|
||||
*.lox
|
||||
|
||||
# feynmf/feynmp
|
||||
*.mf
|
||||
*.mp
|
||||
*.t[1-9]
|
||||
*.t[1-9][0-9]
|
||||
*.tfm
|
||||
|
||||
#(r)(e)ledmac/(r)(e)ledpar
|
||||
*.end
|
||||
*.?end
|
||||
*.[1-9]
|
||||
*.[1-9][0-9]
|
||||
*.[1-9][0-9][0-9]
|
||||
*.[1-9]R
|
||||
*.[1-9][0-9]R
|
||||
*.[1-9][0-9][0-9]R
|
||||
*.eledsec[1-9]
|
||||
*.eledsec[1-9]R
|
||||
*.eledsec[1-9][0-9]
|
||||
*.eledsec[1-9][0-9]R
|
||||
*.eledsec[1-9][0-9][0-9]
|
||||
*.eledsec[1-9][0-9][0-9]R
|
||||
|
||||
# glossaries
|
||||
*.acn
|
||||
*.acr
|
||||
*.glg
|
||||
*.glo
|
||||
*.gls
|
||||
*.glsdefs
|
||||
|
||||
# gnuplottex
|
||||
*-gnuplottex-*
|
||||
|
||||
# gregoriotex
|
||||
*.gaux
|
||||
*.gtex
|
||||
|
||||
# htlatex
|
||||
*.4ct
|
||||
*.4tc
|
||||
*.idv
|
||||
*.lg
|
||||
*.trc
|
||||
*.xref
|
||||
|
||||
# hyperref
|
||||
*.brf
|
||||
|
||||
# knitr
|
||||
*-concordance.tex
|
||||
# TODO Comment the next line if you want to keep your tikz graphics files
|
||||
*.tikz
|
||||
*-tikzDictionary
|
||||
|
||||
# listings
|
||||
*.lol
|
||||
|
||||
# makeidx
|
||||
*.idx
|
||||
*.ilg
|
||||
*.ind
|
||||
*.ist
|
||||
|
||||
# minitoc
|
||||
*.maf
|
||||
*.mlf
|
||||
*.mlt
|
||||
*.mtc[0-9]*
|
||||
*.slf[0-9]*
|
||||
*.slt[0-9]*
|
||||
*.stc[0-9]*
|
||||
|
||||
# minted
|
||||
_minted*
|
||||
*.pyg
|
||||
|
||||
# morewrites
|
||||
*.mw
|
||||
|
||||
# nomencl
|
||||
*.nlg
|
||||
*.nlo
|
||||
*.nls
|
||||
|
||||
# pax
|
||||
*.pax
|
||||
|
||||
# pdfpcnotes
|
||||
*.pdfpc
|
||||
|
||||
# sagetex
|
||||
*.sagetex.sage
|
||||
*.sagetex.py
|
||||
*.sagetex.scmd
|
||||
|
||||
# scrwfile
|
||||
*.wrt
|
||||
|
||||
# sympy
|
||||
*.sout
|
||||
*.sympy
|
||||
sympy-plots-for-*.tex/
|
||||
|
||||
# pdfcomment
|
||||
*.upa
|
||||
*.upb
|
||||
|
||||
# pythontex
|
||||
*.pytxcode
|
||||
pythontex-files-*/
|
||||
|
||||
# thmtools
|
||||
*.loe
|
||||
|
||||
# TikZ & PGF
|
||||
*.dpth
|
||||
*.md5
|
||||
*.auxlock
|
||||
|
||||
# todonotes
|
||||
*.tdo
|
||||
|
||||
# easy-todo
|
||||
*.lod
|
||||
|
||||
# xmpincl
|
||||
*.xmpi
|
||||
|
||||
# xindy
|
||||
*.xdy
|
||||
|
||||
# xypic precompiled matrices
|
||||
*.xyc
|
||||
|
||||
# endfloat
|
||||
*.ttt
|
||||
*.fff
|
||||
|
||||
# Latexian
|
||||
TSWLatexianTemp*
|
||||
|
||||
## Editors:
|
||||
# WinEdt
|
||||
*.bak
|
||||
*.sav
|
||||
|
||||
# Texpad
|
||||
.texpadtmp
|
||||
|
||||
# Kile
|
||||
*.backup
|
||||
|
||||
# KBibTeX
|
||||
*~[0-9]*
|
||||
|
||||
# auto folder when using emacs and auctex
|
||||
./auto/*
|
||||
*.el
|
||||
|
||||
# expex forward references with \gathertags
|
||||
*-tags.tex
|
||||
|
||||
# standalone packages
|
||||
*.sta
|
||||
|
||||
# generated if using elsarticle.cls
|
||||
*.spl
|
BIN
Manuscript/Cover_Letter/CNRS_logo.pdf
Normal file
BIN
Manuscript/Cover_Letter/CNRS_logo.pdf
Normal file
Binary file not shown.
31
Manuscript/Cover_Letter/CoverLetter.tex
Normal file
31
Manuscript/Cover_Letter/CoverLetter.tex
Normal file
@ -0,0 +1,31 @@
|
||||
\documentclass[10pt]{letter}
|
||||
\usepackage{UPS_letterhead,color,mhchem,mathpazo,ragged2e}
|
||||
\newcommand{\alert}[1]{\textcolor{red}{#1}}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\begin{letter}%
|
||||
{To the Editors of the Journal of X,}
|
||||
|
||||
\opening{Dear Editors,}
|
||||
|
||||
\justifying
|
||||
|
||||
Please find enclosed our manuscript entitled \textit{``My article''},
|
||||
which we would like you to consider as a Regular Article in the \textit{Journal of X}.
|
||||
|
||||
We suggest XXX as potential referees.
|
||||
|
||||
We look forward to hearing from you soon.
|
||||
|
||||
\closing{Sincerely,}
|
||||
|
||||
|
||||
\end{letter}
|
||||
\end{document}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
70
Manuscript/Cover_Letter/UPS_letterhead.sty
Normal file
70
Manuscript/Cover_Letter/UPS_letterhead.sty
Normal file
@ -0,0 +1,70 @@
|
||||
%ANU etterhead Yves
|
||||
%version 1.0 12/06/08
|
||||
%need to be improved
|
||||
|
||||
|
||||
\RequirePackage{graphicx}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%% DEFINE USER-SPECIFIC MACROS BELOW %%%%%%%%%%%%%%%%%%%%%
|
||||
\def\Who {Pierre-Fran\c{c}ois Loos}
|
||||
\def\What {Dr}
|
||||
\def\Where {Universit\'e Paul Sabatier}
|
||||
\def\Address {Laboratoire de Chimie et Physique Quantiques}
|
||||
\def\CityZip {Toulouse, France}
|
||||
\def\Email {loos@irsamc.ups-tlse.fr}
|
||||
\def\TEL {+33 5 61 55 73 39}
|
||||
\def\URL {} % NOTE: use $\sim$ for tilde
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% MARGINS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\textwidth 6in
|
||||
\textheight 9.25in
|
||||
\oddsidemargin 0.25in
|
||||
\evensidemargin 0.25in
|
||||
\topmargin -1.50in
|
||||
\longindentation 0.50\textwidth
|
||||
\parindent 5ex
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%% ADDRESS MACRO BELOW %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
\address{
|
||||
\includegraphics[height=0.7in]{CNRS_logo.pdf} \hspace*{\fill}\includegraphics[height=0.7in]{UPS_logo.pdf}
|
||||
\\
|
||||
\hrulefill
|
||||
\\
|
||||
{\small \What~\Who\hspace*{\fill} Telephone:\ \TEL
|
||||
\\
|
||||
\Where\hspace*{\fill} Email:\ \Email
|
||||
\\
|
||||
\Address\hspace*{\fill}
|
||||
\\
|
||||
\CityZip\hspace*{\fill} \URL}
|
||||
}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%% OTHER MACROS BELOW %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\signature{\What~\Who}
|
||||
|
||||
\def\opening#1{\ifx\@empty\fromaddress
|
||||
\thispagestyle{firstpage}
|
||||
\hspace*{\longindendation}\today\par
|
||||
\else \thispagestyle{empty}
|
||||
{\centering\fromaddress \vspace{5\parskip} \\
|
||||
\today\hspace*{\fill}\par}
|
||||
\fi
|
||||
\vspace{3\parskip}
|
||||
{\raggedright \toname \\ \toaddress \par}\vspace{3\parskip}
|
||||
\noindent #1\par\raggedright\parindent 5ex\par
|
||||
}
|
||||
|
||||
%I do not know what does the macro below
|
||||
|
||||
%\long\def\closing#1{\par\nobreak\vspace{\parskip}
|
||||
%\stopbreaks
|
||||
%\noindent
|
||||
%\ifx\@empty\fromaddress\else
|
||||
%\hspace*{\longindentation}\fi
|
||||
%\parbox{\indentedwidth}{\raggedright
|
||||
%\ignorespaces #1\vskip .65in
|
||||
%\ifx\@empty\fromsig
|
||||
%\else \fromsig \fi\strut}
|
||||
%\vspace*{\fill}
|
||||
% \par}
|
BIN
Manuscript/Cover_Letter/UPS_logo.pdf
Normal file
BIN
Manuscript/Cover_Letter/UPS_logo.pdf
Normal file
Binary file not shown.
BIN
Manuscript/Response_Letter/CNRS_logo.pdf
Normal file
BIN
Manuscript/Response_Letter/CNRS_logo.pdf
Normal file
Binary file not shown.
74
Manuscript/Response_Letter/Response_Letter.tex
Normal file
74
Manuscript/Response_Letter/Response_Letter.tex
Normal file
@ -0,0 +1,74 @@
|
||||
\documentclass[10pt]{letter}
|
||||
\usepackage{UPS_letterhead,xcolor,mhchem,ragged2e,hyperref}
|
||||
\newcommand{\alert}[1]{\textcolor{red}{#1}}
|
||||
\definecolor{darkgreen}{HTML}{009900}
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
\begin{letter}%
|
||||
{To the Editors of the Journal of X,}
|
||||
|
||||
\opening{Dear Editors,}
|
||||
|
||||
\justifying
|
||||
Please find attached a revised version of the manuscript entitled
|
||||
\begin{quote}
|
||||
\textit{``My article''}.
|
||||
\end{quote}
|
||||
We thank the reviewers for their constructive comments.
|
||||
Our detailed responses to their comments can be found below.
|
||||
For convenience, changes are highlighted in red in the revised version of the manuscript.
|
||||
|
||||
We look forward to hearing from you.
|
||||
|
||||
\closing{Sincerely, the authors.}
|
||||
|
||||
\newpage
|
||||
|
||||
%%% REVIEWER 1 %%%
|
||||
\noindent \textbf{\large Authors' answer to Reviewer \#1}
|
||||
|
||||
|
||||
\begin{enumerate}
|
||||
|
||||
\item
|
||||
{This paper is good.}
|
||||
\\
|
||||
\alert{
|
||||
bla bla bla
|
||||
}
|
||||
|
||||
\item
|
||||
{This paper is bad.}
|
||||
\\
|
||||
\alert{
|
||||
bla bla bla
|
||||
}
|
||||
|
||||
\end{enumerate}
|
||||
|
||||
%%% REVIEWER 2 %%%
|
||||
\noindent \textbf{\large Authors' answer to Reviewer \#2}
|
||||
|
||||
|
||||
\begin{enumerate}
|
||||
|
||||
\item
|
||||
{This paper is good.}
|
||||
\\
|
||||
\alert{
|
||||
bla bla bla
|
||||
}
|
||||
|
||||
\item
|
||||
{This paper is bad.}
|
||||
\\
|
||||
\alert{
|
||||
bla bla bla
|
||||
}
|
||||
\end{enumerate}
|
||||
|
||||
|
||||
\end{letter}
|
||||
\end{document}
|
70
Manuscript/Response_Letter/UPS_letterhead.sty
Normal file
70
Manuscript/Response_Letter/UPS_letterhead.sty
Normal file
@ -0,0 +1,70 @@
|
||||
%ANU etterhead Yves
|
||||
%version 1.0 12/06/08
|
||||
%need to be improved
|
||||
|
||||
|
||||
\RequirePackage{graphicx}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%% DEFINE USER-SPECIFIC MACROS BELOW %%%%%%%%%%%%%%%%%%%%%
|
||||
\def\Who {Pierre-Fran\c{c}ois Loos}
|
||||
\def\What {Dr}
|
||||
\def\Where {Universit\'e Paul Sabatier}
|
||||
\def\Address {Laboratoire de Chimie et Physique Quantiques}
|
||||
\def\CityZip {Toulouse, France}
|
||||
\def\Email {loos@irsamc.ups-tlse.fr}
|
||||
\def\TEL {+33 5 61 55 73 39}
|
||||
\def\URL {} % NOTE: use $\sim$ for tilde
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% MARGINS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\textwidth 6in
|
||||
\textheight 9.25in
|
||||
\oddsidemargin 0.25in
|
||||
\evensidemargin 0.25in
|
||||
\topmargin -1.50in
|
||||
\longindentation 0.50\textwidth
|
||||
\parindent 5ex
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%% ADDRESS MACRO BELOW %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
\address{
|
||||
\includegraphics[height=0.7in]{CNRS_logo.pdf} \hspace*{\fill}\includegraphics[height=0.7in]{UPS_logo.pdf}
|
||||
\\
|
||||
\hrulefill
|
||||
\\
|
||||
{\small \What~\Who\hspace*{\fill} Telephone:\ \TEL
|
||||
\\
|
||||
\Where\hspace*{\fill} Email:\ \Email
|
||||
\\
|
||||
\Address\hspace*{\fill}
|
||||
\\
|
||||
\CityZip\hspace*{\fill} \URL}
|
||||
}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%% OTHER MACROS BELOW %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%\signature{\What~\Who}
|
||||
|
||||
\def\opening#1{\ifx\@empty\fromaddress
|
||||
\thispagestyle{firstpage}
|
||||
\hspace*{\longindendation}\today\par
|
||||
\else \thispagestyle{empty}
|
||||
{\centering\fromaddress \vspace{5\parskip} \\
|
||||
\today\hspace*{\fill}\par}
|
||||
\fi
|
||||
\vspace{3\parskip}
|
||||
{\raggedright \toname \\ \toaddress \par}\vspace{3\parskip}
|
||||
\noindent #1\par\raggedright\parindent 5ex\par
|
||||
}
|
||||
|
||||
%I do not know what does the macro below
|
||||
|
||||
%\long\def\closing#1{\par\nobreak\vspace{\parskip}
|
||||
%\stopbreaks
|
||||
%\noindent
|
||||
%\ifx\@empty\fromaddress\else
|
||||
%\hspace*{\longindentation}\fi
|
||||
%\parbox{\indentedwidth}{\raggedright
|
||||
%\ignorespaces #1\vskip .65in
|
||||
%\ifx\@empty\fromsig
|
||||
%\else \fromsig \fi\strut}
|
||||
%\vspace*{\fill}
|
||||
% \par}
|
BIN
Manuscript/Response_Letter/UPS_logo.pdf
Normal file
BIN
Manuscript/Response_Letter/UPS_logo.pdf
Normal file
Binary file not shown.
13973
Manuscript/my_article.bib
Normal file
13973
Manuscript/my_article.bib
Normal file
File diff suppressed because it is too large
Load Diff
101
Manuscript/my_article.tex
Normal file
101
Manuscript/my_article.tex
Normal file
@ -0,0 +1,101 @@
|
||||
\documentclass[aip,jcp,reprint,noshowkeys,superscriptaddress]{revtex4-1}
|
||||
\usepackage{graphicx,dcolumn,bm,xcolor,microtype,multirow,amscd,amsmath,amssymb,amsfonts,physics,wrapfig,txfonts}
|
||||
\usepackage[version=4]{mhchem}
|
||||
%\usepackage{natbib}
|
||||
%\bibliographystyle{achemso}
|
||||
|
||||
\newcommand{\ie}{\textit{i.e.}}
|
||||
\newcommand{\eg}{\textit{e.g.}}
|
||||
\newcommand{\alert}[1]{\textcolor{red}{#1}}
|
||||
\usepackage[normalem]{ulem}
|
||||
\newcommand{\titou}[1]{\textcolor{red}{#1}}
|
||||
\newcommand{\trashPFL}[1]{\textcolor{red}{\sout{#1}}}
|
||||
\newcommand{\PFL}[1]{\titou{(\underline{\bf PFL}: #1)}}
|
||||
\newcommand{\SI}{\textcolor{blue}{Supporting Information}}
|
||||
|
||||
\newcommand{\mc}{\multicolumn}
|
||||
\newcommand{\fnm}{\footnotemark}
|
||||
\newcommand{\fnt}{\footnotetext}
|
||||
\newcommand{\tabc}[1]{\multicolumn{1}{c}{#1}}
|
||||
\newcommand{\QP}{\textsc{quantum package}}
|
||||
|
||||
\newcommand{\hI}{\Hat{1}}
|
||||
\newcommand{\hH}{\Hat{H}}
|
||||
|
||||
\newcommand{\EHF}{E_\text{HF}}
|
||||
|
||||
\usepackage[
|
||||
colorlinks=true,
|
||||
citecolor=blue,
|
||||
breaklinks=true
|
||||
]{hyperref}
|
||||
\urlstyle{same}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\newcommand{\LCPQ}{Laboratoire de Chimie et Physique Quantiques (UMR 5626), Universit\'e de Toulouse, CNRS, UPS, France}
|
||||
|
||||
\title{My Paper}
|
||||
|
||||
\author{Firstname1 \surname{Surname1}}
|
||||
\email{email1@irsamc.ups-tlse.fr}
|
||||
\affiliation{\LCPQ}
|
||||
\author{Firstname2 \surname{Surname2}}
|
||||
\email{email2@irsamc.ups-tlse.fr}
|
||||
\affiliation{\LCPQ}
|
||||
|
||||
% Abstract
|
||||
\begin{abstract}
|
||||
%
|
||||
%\bigskip
|
||||
%\begin{center}
|
||||
% \boxed{\includegraphics[width=0.4\linewidth]{TOC}}
|
||||
%\end{center}
|
||||
%\bigskip
|
||||
\end{abstract}
|
||||
|
||||
% Title
|
||||
\maketitle
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\section{Introduction}
|
||||
\label{sec:intro}
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\section{Computational details}
|
||||
\label{sec:compdet}
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
We use {\QP}. \cite{Garniron_2019}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\section{Results and discussion}
|
||||
\label{sec:res}
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\section{Conclusion}
|
||||
\label{sec:ccl}
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\begin{acknowledgements}
|
||||
This project has received funding from the European Research Council (ERC) under the European Union's Horizon 2020 research and innovation programme (Grant agreement No.~863481).
|
||||
\end{acknowledgements}
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%\section*{Supporting information available}
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%\section*{Data availability statement}
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%The data that support the findings of this study are openly available in Zenodo at \href{http://doi.org/XX.XXXX/zenodo.XXXXXXX}{http://doi.org/XX.XXXX/zenodo.XXXXXXX}.
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\bibliography{my_article}
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
\end{document}
|
243
Notebooks/.gitignore
vendored
Normal file
243
Notebooks/.gitignore
vendored
Normal file
@ -0,0 +1,243 @@
|
||||
## Core latex/pdflatex auxiliary files:
|
||||
*.aux
|
||||
*.lof
|
||||
*.log
|
||||
*.lot
|
||||
*.fls
|
||||
*.out
|
||||
*.toc
|
||||
*.fmt
|
||||
*.fot
|
||||
*.cb
|
||||
*.cb2
|
||||
.*.lb
|
||||
|
||||
## Intermediate documents:
|
||||
*.dvi
|
||||
*.xdv
|
||||
*-converted-to.*
|
||||
# these rules might exclude image files for figures etc.
|
||||
# *.ps
|
||||
# *.eps
|
||||
# *.pdf
|
||||
|
||||
*.sw*
|
||||
## Generated if empty string is given at "Please type another file name for output:"
|
||||
.pdf
|
||||
|
||||
## Bibliography auxiliary files (bibtex/biblatex/biber):
|
||||
*.bbl
|
||||
*.bcf
|
||||
*.blg
|
||||
*-blx.aux
|
||||
*-blx.bib
|
||||
*.run.xml
|
||||
|
||||
## Build tool auxiliary files:
|
||||
*.fdb_latexmk
|
||||
*.synctex
|
||||
*.synctex(busy)
|
||||
*.synctex.gz
|
||||
*.synctex.gz(busy)
|
||||
*.pdfsync
|
||||
|
||||
## Auxiliary and intermediate files from other packages:
|
||||
# algorithms
|
||||
*.alg
|
||||
*.loa
|
||||
|
||||
# achemso
|
||||
acs-*.bib
|
||||
|
||||
# amsthm
|
||||
*.thm
|
||||
|
||||
# beamer
|
||||
*.nav
|
||||
*.pre
|
||||
*.snm
|
||||
*.vrb
|
||||
|
||||
# changes
|
||||
*.soc
|
||||
|
||||
# cprotect
|
||||
*.cpt
|
||||
|
||||
# elsarticle (documentclass of Elsevier journals)
|
||||
*.spl
|
||||
|
||||
# endnotes
|
||||
*.ent
|
||||
|
||||
# fixme
|
||||
*.lox
|
||||
|
||||
# feynmf/feynmp
|
||||
*.mf
|
||||
*.mp
|
||||
*.t[1-9]
|
||||
*.t[1-9][0-9]
|
||||
*.tfm
|
||||
|
||||
#(r)(e)ledmac/(r)(e)ledpar
|
||||
*.end
|
||||
*.?end
|
||||
*.[1-9]
|
||||
*.[1-9][0-9]
|
||||
*.[1-9][0-9][0-9]
|
||||
*.[1-9]R
|
||||
*.[1-9][0-9]R
|
||||
*.[1-9][0-9][0-9]R
|
||||
*.eledsec[1-9]
|
||||
*.eledsec[1-9]R
|
||||
*.eledsec[1-9][0-9]
|
||||
*.eledsec[1-9][0-9]R
|
||||
*.eledsec[1-9][0-9][0-9]
|
||||
*.eledsec[1-9][0-9][0-9]R
|
||||
|
||||
# glossaries
|
||||
*.acn
|
||||
*.acr
|
||||
*.glg
|
||||
*.glo
|
||||
*.gls
|
||||
*.glsdefs
|
||||
|
||||
# gnuplottex
|
||||
*-gnuplottex-*
|
||||
|
||||
# gregoriotex
|
||||
*.gaux
|
||||
*.gtex
|
||||
|
||||
# htlatex
|
||||
*.4ct
|
||||
*.4tc
|
||||
*.idv
|
||||
*.lg
|
||||
*.trc
|
||||
*.xref
|
||||
|
||||
# hyperref
|
||||
*.brf
|
||||
|
||||
# knitr
|
||||
*-concordance.tex
|
||||
# TODO Comment the next line if you want to keep your tikz graphics files
|
||||
*.tikz
|
||||
*-tikzDictionary
|
||||
|
||||
# listings
|
||||
*.lol
|
||||
|
||||
# makeidx
|
||||
*.idx
|
||||
*.ilg
|
||||
*.ind
|
||||
*.ist
|
||||
|
||||
# minitoc
|
||||
*.maf
|
||||
*.mlf
|
||||
*.mlt
|
||||
*.mtc[0-9]*
|
||||
*.slf[0-9]*
|
||||
*.slt[0-9]*
|
||||
*.stc[0-9]*
|
||||
|
||||
# minted
|
||||
_minted*
|
||||
*.pyg
|
||||
|
||||
# morewrites
|
||||
*.mw
|
||||
|
||||
# nomencl
|
||||
*.nlg
|
||||
*.nlo
|
||||
*.nls
|
||||
|
||||
# pax
|
||||
*.pax
|
||||
|
||||
# pdfpcnotes
|
||||
*.pdfpc
|
||||
|
||||
# sagetex
|
||||
*.sagetex.sage
|
||||
*.sagetex.py
|
||||
*.sagetex.scmd
|
||||
|
||||
# scrwfile
|
||||
*.wrt
|
||||
|
||||
# sympy
|
||||
*.sout
|
||||
*.sympy
|
||||
sympy-plots-for-*.tex/
|
||||
|
||||
# pdfcomment
|
||||
*.upa
|
||||
*.upb
|
||||
|
||||
# pythontex
|
||||
*.pytxcode
|
||||
pythontex-files-*/
|
||||
|
||||
# thmtools
|
||||
*.loe
|
||||
|
||||
# TikZ & PGF
|
||||
*.dpth
|
||||
*.md5
|
||||
*.auxlock
|
||||
|
||||
# todonotes
|
||||
*.tdo
|
||||
|
||||
# easy-todo
|
||||
*.lod
|
||||
|
||||
# xmpincl
|
||||
*.xmpi
|
||||
|
||||
# xindy
|
||||
*.xdy
|
||||
|
||||
# xypic precompiled matrices
|
||||
*.xyc
|
||||
|
||||
# endfloat
|
||||
*.ttt
|
||||
*.fff
|
||||
|
||||
# Latexian
|
||||
TSWLatexianTemp*
|
||||
|
||||
## Editors:
|
||||
# WinEdt
|
||||
*.bak
|
||||
*.sav
|
||||
|
||||
# Texpad
|
||||
.texpadtmp
|
||||
|
||||
# Kile
|
||||
*.backup
|
||||
|
||||
# KBibTeX
|
||||
*~[0-9]*
|
||||
|
||||
# auto folder when using emacs and auctex
|
||||
./auto/*
|
||||
*.el
|
||||
|
||||
# expex forward references with \gathertags
|
||||
*-tags.tex
|
||||
|
||||
# standalone packages
|
||||
*.sta
|
||||
|
||||
# generated if using elsarticle.cls
|
||||
*.spl
|
Loading…
Reference in New Issue
Block a user