GitXplorerGitXplorer
j

latex-template

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
f5933c4ba109e2d120a0c462cd75ac88f7ee41a0

Quiten Travis correctly

jjiahao committed 9 years ago
Unverified
7f2009324827a5d3e7ad273ee58bd1292f35524d

Describe make targets

jjiahao committed 9 years ago
Unverified
9167d7ce0a0f2cabbd426a270ddcc2027c3c5eca

Add templated files

jjiahao committed 9 years ago
Unverified
eb07c170313f3a5ab07498c1d9beffddfcdfe6f5

Initial commit

jjiahao committed 9 years ago

README

The README file for this repository.

My LaTeX paper

A template for organizing publications written in LaTeX

This repository comes with a Makefile that organizes a host of common LaTeX housekeeping tasks.

List of make targets

  • pdf (Default) - Builds a PDF of the LaTeX file $(MAIN).tex, where MAIN is a Makefile variable set on the first line.
  • all - Builds the PDF and also runs any Makefile placed in code. The idea is to also run some code if your paper describes some algorithms or data analyses.
  • lint - Runs LaTeX linting commands like chktex and biber --tool -V.
  • arxiv - Creates an arxiv.zip file suitable for submission to arXiv.org.

Other things you might want to do