https://github.com/kjhealy/latex-custom-kjh
Some simple configuration files I use for use with LaTeX, the Memoir class and the Listings package.
https://github.com/kjhealy/latex-custom-kjh
Last synced: 3 months ago
JSON representation
Some simple configuration files I use for use with LaTeX, the Memoir class and the Listings package.
- Host: GitHub
- URL: https://github.com/kjhealy/latex-custom-kjh
- Owner: kjhealy
- Created: 2008-11-23T18:43:45.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T19:32:40.000Z (5 months ago)
- Last Synced: 2024-09-14T10:29:47.739Z (5 months ago)
- Language: TeX
- Homepage: http://kjhealy.github.com/latex-custom-kjh/
- Size: 1.15 MB
- Stars: 197
- Watchers: 17
- Forks: 106
- Open Issues: 2
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
- jimsghstars - kjhealy/latex-custom-kjh - Some simple configuration files I use for use with LaTeX, the Memoir class and the Listings package. (TeX)
README
[latex-custom-kjh](http://kjhealy.github.com/latex-custom-kjh)
Kieran Healy, Duke University
Keywords: LaTeX, memoir, listings, custom
# Summary #
Some simple configuration files I use to typeset papers, letters,
course syllabi, etc. At present, includes the following:* Some page layouts for articles typeset using LaTeX (or XeLaTeX) and the Memoir class.
* Some custom style files for use with org-mode and the Emacs Starter Kit, letting you export .org files to .tex files suitable for processing with either pdflatex or xelatex.
* A style file for typesetting [Sweave](http://en.wikipedia.org/wiki/Sweave) output using the Listings package.
* A replacement for using Sweave.sty when writing sweave documents in R/LaTeX (Sweavel.sty). This allows you to directly style Sweave files, rather than having to use the listings style file above. (Some of this is now superseded by Knitr, which you should consider using instead for `.Rnw` documents.)
* A template for an Article, using the layouts & format files here.
* A template for a Syllabus, using the layouts & format files here.To make full use of these files you will need a modern TeX installation, and in particular,
* The [Memoir class](http://www.ctan.org/tex-archive/macros/latex/contrib/memoir/).
* [Biblatex](http://www.ctan.org/tex-archive/help/Catalogue/entries/biblatex.html).
* The [Listings package](http://www.ctan.org/tex-archive/macros/latex/contrib/listings/).
* The [VC](http://www.ctan.org/tex-archive/help/Catalogue/entries/vc.html) package.
* The [Minion Pro](http://kieranhealy.org/blog/archives/2012/11/10/installing-minion-pro/) typeface.The .sty files in the needs-org-mode directory are meant for use with org-mode as configured in the [Emacs Starter Kit for the Social Sciences](http://kjhealy.github.com/emacs-starter-kit/)
Of course, not all of these packages are needed to use each of the layouts. Only a modern TeX system is really presupposed.
To use these files, the various `.sty` files need to be installed somewhere LaTeX can find them, usually in your local `texmf` tree, wherever that is (e.g. `~/Library/texmf/tex/latex` or `/usr/local/texlive/texmf-local`). Consult your TeX installation's documentation for further details.
Feel free to extend and improve as you like.