Skip to content

Instantly share code, notes, and snippets.

@junquera
Created July 29, 2017 14:58
Show Gist options
  • Select an option

  • Save junquera/fdc770085cde4e97c6b13503f113078d to your computer and use it in GitHub Desktop.

Select an option

Save junquera/fdc770085cde4e97c6b13503f113078d to your computer and use it in GitHub Desktop.
TeX article template
## Core latex/pdflatex auxiliary files:
*.aux
*.lof
*.log
*.lot
*.fls
*.out
*.toc
*.fmt
## Intermediate documents:
*.dvi
*-converted-to.*
# these rules might exclude image files for figures etc.
# *.ps
# *.eps
# *.pdf
## Bibliography auxiliary files (bibtex/biblatex/biber):
*.bbl
*.bcf
*.blg
*-blx.aux
*-blx.bib
*.brf
*.run.xml
## Build tool auxiliary files:
*.fdb_latexmk
*.synctex
*.synctex.gz
*.synctex.gz(busy)
*.pdfsync
## Auxiliary and intermediate files from other packages:
# algorithms
*.alg
*.loa
# achemso
acs-*.bib
# amsthm
*.thm
# beamer
*.nav
*.snm
*.vrb
# cprotect
*.cpt
#(e)ledmac/(e)ledpar
*.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
# gnuplottex
*-gnuplottex-*
# hyperref
*.brf
# knitr
*-concordance.tex
*.tikz
*-tikzDictionary
# listings
*.lol
# makeidx
*.idx
*.ilg
*.ind
*.ist
# minitoc
*.maf
*.mtc
*.mtc[0-9]
*.mtc[1-9][0-9]
# minted
_minted*
*.pyg
# morewrites
*.mw
# mylatexformat
*.fmt
# nomencl
*.nlo
# sagetex
*.sagetex.sage
*.sagetex.py
*.sagetex.scmd
# sympy
*.sout
*.sympy
sympy-plots-for-*.tex/
# pdfcomment
*.upa
*.upb
#pythontex
*.pytxcode
pythontex-files-*/
# Texpad
.texpadtmp
# TikZ & PGF
*.dpth
*.md5
*.auxlock
# todonotes
*.tdo
# xindy
*.xdy
# xypic precompiled matrices
*.xyc
# WinEdt
*.bak
*.sav
# endfloat
*.ttt
*.fff
# Latexian
TSWLatexianTemp*
\documentclass[a4paper]{article}
\usepackage{indentfirst}
\usepackage[utf8]{inputenc}
\usepackage[spanish]{babel}
\usepackage{hyperref}
\usepackage{url}
\title{\TeX{} Article Template}
\author{Junquera Sánchez, Javier\\
\href{mailto:javier.junquera.sanchez@gmail.com}{\texttt{javier.junquera.sanchez@gmail.com}}
}
\date{\today}
\begin{document}
\maketitle
\pagenumbering{arabic}
\section*{Tex Article Template\cite{TAT}}
Section
\subsection*{Subsection}
Subsection P1.\\
Subsection P2.
\subsubsection*{Sub Subsection}
\begin{itemize}
\item \textbf{Section}
\begin{enumerate}
\item \emph{``Subsection"}
\begin{enumerate}
\item ``Sub Subsection"
\end{enumerate}
\end{enumerate}
\end{itemize}
\newpage
\bibliographystyle{plain}
\bibliography{bibliografia}
\end{document}
@misc{TAT,
author="Javier Junquera",
title="Tex Article Template",
year="2016",
howpublished="\url{https://github.com/junquera/tex-article-template}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment