Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jppgks/latex-science-template
LaTeX template for use in scientific setting (e.g.: university homework).
https://github.com/jppgks/latex-science-template
latex latex-examples latex-template
Last synced: 2 months ago
JSON representation
LaTeX template for use in scientific setting (e.g.: university homework).
- Host: GitHub
- URL: https://github.com/jppgks/latex-science-template
- Owner: jppgks
- License: mit
- Created: 2016-11-24T20:20:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-15T16:32:49.000Z (over 7 years ago)
- Last Synced: 2024-10-19T01:14:19.733Z (3 months ago)
- Topics: latex, latex-examples, latex-template
- Language: TeX
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LaTeX Science Template [![Build Status](https://travis-ci.org/jppgks/latex-science-template.svg?branch=master)](https://travis-ci.org/jppgks/latex-science-template)
LaTeX template for use in scientific setting (e.g.: university assignment).### Preview
A compiled `.pdf` with the example snippets from `template.tex` is available for [the latest release](https://github.com/jppgks/latex-science-template/releases/latest).### Usage
1. Clone this repo in a new directory,
2. `\input{packages}` in the preamble of `your_document_name.tex`,
3. copy snippets from `template.tex` and configure to your own needs.### PDF Compilation
`make .pdf`### About
This project is a little over-engineered, in the sense that it uses continuous integration to compile a single `.pdf` file.
The goal of this project is mainly educational, hence the extra (arguably redundant) features.The repository can serve as a template for other (more meaty) LaTeX projects.