https://github.com/cran/robCompositions
Raw File
Tip revision: 4f2efb4ed8831a90968ef063d2403d675c84dae3 authored by Matthias Templ on 26 November 2013, 12:55:44 UTC
version 1.6.4
Tip revision: 4f2efb4
CoDaWork.sty
\ProvidesPackage{CoDaWork}

\usepackage[hmargin=2cm,top=2cm,bottom=2cm,footskip=0.25in,headsep=0.25in]{geometry}
% \usepackage{titlesec}
\usepackage[hang,footnotesize]{caption}

%\usepackage[latin1]{inputenc}
%\usepackage{fontenc}
\usepackage{xcolor,graphicx}
\usepackage{amsfonts,amsmath,amssymb}
\usepackage{natbib}

\usepackage{fancyhdr}
\pagestyle{empty}

\def\blue#1{\textcolor[rgb]{0.00,0.00,1.00}{#1}}
\newcommand{\email}[1]{\blue{\underline{#1}}} 

\def\@maketitle{
\begin{centering}
    {\large \textbf{\@title}}
    \vskip 0.5cm
{    %\addtolength{\parskip}{-.75\parskip}
    {\normalsize \@authors \\[0.30cm] }
     \footnotesize \@affiliation \par
%      \footnotesize Corresponding author: \@correspmail \par}
% \setcounter{page}{\@startingpage}
    }
\end{centering} \vspace{0.5cm}}
\newcommand{\authors}[1]{\newcommand{\@authors}{#1}}
\newcommand{\affiliation}[1]{\newcommand{\@affiliation}{#1}}

back to top