All Projects → Tufte-LaTeX → Tufte Latex

Tufte-LaTeX / Tufte Latex

A Tufte-inspired LaTeX class for producing handouts, papers, and books

Projects that are alternatives of or similar to Tufte Latex

Latex Mimosis
A minimal & modern LaTeX template for your (bachelor's | master's | doctoral) thesis
Stars: ✭ 850 (-26.79%)
Mutual labels:  latex, latex-template, template
Novathesis
LaTeX template for MSc and PhD thesis (for NOVA University Lisbon an other institutions)
Stars: ✭ 185 (-84.07%)
Mutual labels:  latex, latex-template, template
Latex Cheatsheet
Template for a compact LaTeX Cheatsheet I made some years ago.
Stars: ✭ 136 (-88.29%)
Mutual labels:  latex, latex-template, template
Tum Thesis Latex
📔 A LaTeX template for TUM Bachelor/Master theses.
Stars: ✭ 291 (-74.94%)
Mutual labels:  latex, latex-template, template
Latex Koma Template
Generic template for midsize and larger documents based on KOMA script classes.
Stars: ✭ 151 (-86.99%)
Mutual labels:  latex, templates, template
Yaac Another Awesome Cv
YAAC: Another Awesome CV is a template using Font Awesome and Adobe Source Font.
Stars: ✭ 516 (-55.56%)
Mutual labels:  latex, latex-template, template
Zjuthesis
Zhejiang University Graduation Thesis LaTeX Template
Stars: ✭ 720 (-37.98%)
Mutual labels:  latex, latex-template
Ustcthesis
LaTeX template for USTC thesis
Stars: ✭ 724 (-37.64%)
Mutual labels:  latex, latex-template
Latex Template Cn
\LaTeX 中文模版收集。
Stars: ✭ 1,111 (-4.31%)
Mutual labels:  latex, template
Mcdowell Cv
A Nice-looking CV template made into LaTeX
Stars: ✭ 855 (-26.36%)
Mutual labels:  latex, template
Resume
个人中文简历 Latex 源码 https://hijiangtao.github.io/
Stars: ✭ 545 (-53.06%)
Mutual labels:  latex, latex-template
Concordia Latex Template
Concordia University LaTeX Template for Master's thesis or PHD thesis.
Stars: ✭ 6 (-99.48%)
Mutual labels:  latex, latex-template
Dnd 5e Latex Template
LaTeX package to typeset material for the fifth edition of the "world's greatest roleplaying game".
Stars: ✭ 875 (-24.63%)
Mutual labels:  latex, latex-template
Business Card
A business card in LaTeX.
Stars: ✭ 648 (-44.19%)
Mutual labels:  latex, latex-template
Thesisuestc
ThesisUESTC-电子科技大学毕业论文模板
Stars: ✭ 577 (-50.3%)
Mutual labels:  latex, template
Cleanthesis
Clean Thesis is a clean, simple, and elegant LaTeX style (or template) for thesis documents.
Stars: ✭ 787 (-32.21%)
Mutual labels:  latex, template
Phd Thesis Template
A LaTeX / XeLaTeX / LuaLaTeX PhD thesis template for Cambridge University Engineering Department (CUED)
Stars: ✭ 561 (-51.68%)
Mutual labels:  latex, latex-template
Tail Kit
Tail-kit is a free and open source components and templates kit fully coded with Tailwind css 2.0.
Stars: ✭ 997 (-14.13%)
Mutual labels:  templates, template
Freemo
A free resume,portfolio and CV HTML template
Stars: ✭ 30 (-97.42%)
Mutual labels:  templates, template
Latexcv
👔 A collection of cv and resume templates written in LaTeX. Leave an issue if your language is not supported!
Stars: ✭ 1,027 (-11.54%)
Mutual labels:  latex, template

Hi,

Welcome to the beginnings of Tufte LaTeX package to help you produce Tufte-style handouts, reports, and notes.

Quick Start

Try typesetting sample-handout.tex with the following sequence of commands,

pdflatex sample-handout
bibtex   sample-handout
pdflatex sample-handout
pdflatex sample-handout

The result should look like sample-handout.pdf.

The sample book can be compiled with the following:

pdflatex sample-book
bibtex sample-book
texindy --language english sample-book.idx
# or makeindex sample-book.idx
pdflatex sample-book
pdflatex sample-book
pdflatex sample-book

Troubleshooting

If you encounter errors of the form,

! LaTeX Error: File `paralist.sty' not found.

you will need to obtain missing packages from CTAN. For package installation instructions and answers to many other questions, see the UK TeX FAQ or search the comp.text.tex group.

The following packages are required:

  • chngpage or changepage
  • fancyhdr
  • fontenc
  • geometry
  • hyperref
  • natbib and bibentry
  • optparams
  • paralist
  • placeins
  • ragged2e
  • setspace
  • textcase
  • textcomp
  • titlesec
  • titletoc
  • xcolor
  • xifthen

The following packages are optional and will be automatically used if installed:

  • beramono
  • helvet
  • ifpdf
  • ifxetex
  • letterspace (in the microtype package)
  • mathpazo
  • soul

Bugs/Features/Support

For kudos, feature requests, patches, or support requests that you feel are particular to this Tufte-LaTeX package, i.e., not a general LaTeX issue, please use this project's issue tracker available at https://github.com/Tufte-LaTeX/tufte-latex/issues.

Contributing

Patches and pull requests are most welcome via the issue tracker! Submit a series of high quality patches, and you'll find yourself a developer on this project.

License

Copyright 2007–2015 by Kevin Godby, Bil Kleb, and Bill Wood.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].