Code Monkey home page Code Monkey logo

workingpapertemplate's Introduction

Working Paper Template

WorkingPaperTemplate is a LaTeX template for working papers designed by Fabien Petit.


FILES are organized as follows:

  • main.tex: main file for the working paper.
  • prez.tex: main file for the slides.
  • references.bib: bibliography in bibtex.

DIRECTORIES are organized as follows:

  • _chapter: content of the paper. Organized at the section level.
  • _deprecated: contains all deprecated parts of the paper.
  • _graphic: contains all graphics. The figure environment is defined in the content.
  • _logo: contains all logos for presentations.
  • _slide: content of the presentation.
  • _tabular: contains all tabulars. The table environment is defined in the content.

LABELS and REFERENCES have the following pattern:

  • for SECTIONS: the name of the section with 'sec:' before (i.e., \label{sec:introduction} and \ref{sec:introduction})
  • for EQUATIONS: the name of the equation with 'eq:' before (i.e., \label{eq:utility} and \eqref{eq:utility})
  • for FIGURES: the name of the figure with 'fig:' before (i.e., \label{fig:gdp-growth} and \ref{eq:gdp-growth})
  • for TABLES: the name of the table with 'tab:' before (i.e., \ref{tab:parameters} and \ref{tab:parameters})

STANDARD FIGURE ENVIRONMENT :

\begin{figure}[!t]
    \centering
    \caption{Title}
    \includegraphics[width=\textwidth]{_graphic/graph.jpg}
    \label{fig:label}
    \vspace{-3em}
    \justify\singlespacing\scriptsize\textit{Notes}: Notes here.
\end{figure}

STANDARD TABLE ENVIRONMENT :

\begin{table}[!t]
    \centering
    \caption{Title}
    \label{tab:label}
    % \resizebox*{\textwidth}{!}{
    \begin{threeparttable}
        % \setlength{\tabcolsep}{6pt}
        % \small
        \input{_tabular/table}
        \begin{tablenotes}[flushleft]
            \scriptsize{\item \textit{Notes}: Notes here}
        \end{tablenotes}
    \end{threeparttable}
    % }
\end{table}

workingpapertemplate's People

Contributors

fabienpetiteconomics avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.