Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T18:15:16.000Z (9 months ago)
- Last Synced: 2024-09-29T04:41:47.973Z (3 months ago)
- Topics: latex-class, latex-document, latex-template, tex, thesis-latex-template, thesis-template
- Language: PostScript
- Size: 34.2 MB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- latex-templates - jbreitenbucher/<br>exampleis - square)<br/>![5](https://img.shields.io/github/forks/jbreitenbucher/exampleis?style=flat-square)<br/>![2024-11-14](https://img.shields.io/github/last-commit/jbreitenbucher/exampleis?style=flat-square) | LaTeX files for Independent Study at The College of Wooster | (Popular & New LaTeX Templates / Thesis/Dissertation)
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.