https://github.com/jbreitenbucher/exampleis
LaTeX files for Independent Study at The College of Wooster
https://github.com/jbreitenbucher/exampleis
latex-class latex-document latex-template tex thesis-latex-template thesis-template
Last synced: 4 months ago
JSON representation
LaTeX files for Independent Study at The College of Wooster
- Host: GitHub
- URL: https://github.com/jbreitenbucher/exampleis
- Owner: jbreitenbucher
- Created: 2011-06-23T04:41:23.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T19:16:47.000Z (7 months ago)
- Last Synced: 2025-02-01T21:12:08.445Z (4 months ago)
- Topics: latex-class, latex-document, latex-template, tex, thesis-latex-template, thesis-template
- Language: PostScript
- Size: 31.5 MB
- Stars: 7
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LaTeX Independent Study Template
LaTeX files for Independent Study at The College of Wooster## Info
This project aims to provide you with a template for typesetting your IS using LaTeX. LaTeX is very similar to HTML in the sense that it is a markup language. Instead of worrying about the formatting of elements, the `woosterthesis` class takes care of several elements so that students only need to identify the structure of their IS. Students should read `exampleis_manual.pdf` document before writing, as the manual explains how to use all the custom options available, with particular attention to the Introduction.## Dependencies
The `woosterthesis` class loads several packages by default and several others through class options; it is assumed you have these installed on your system. These include the following:
alltt | amsfonts | amsmath | amssymb | amsthm | babel | biblatex
:------:|:----------:|:---------:|:---------:|:--------:|:-------:|:-------:
biblatex-chicago | caption | csquotes | eso-pic | eucal | eufrak | fancyhdr
float | floatfl| fontenc | fontspec | geometry | graphicx | hyperref
ifpdf | ifthen | ifxetex | inputenc | lettrine | listings | lmodern
makeidx | maple2e | microtype | pdftex | polyglossia | pxfonts | setspace
subfig | textpos | TikZ | verbatim | wrapfig | xcolor | xltxtra
xunicodeThe `woosterthesis` class also assumes you are using pdfTeX (support for postscript based TeX has been dropped as of 2006/17/11).
## Usage
The template has been tested with Overleaf, as well as TeXLive installs on OS X and Windows 11. Some students have reported receiving processing time warnings from Overleaf and a request to move to a paid subscription, for that reason I recommend using a locally installed TeX instance instead of a cloud-based one.