Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geovanisouza92/tex-base
TeX base files for document writing
https://github.com/geovanisouza92/tex-base
Last synced: 15 days ago
JSON representation
TeX base files for document writing
- Host: GitHub
- URL: https://github.com/geovanisouza92/tex-base
- Owner: geovanisouza92
- Created: 2013-04-07T13:16:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-07T17:30:00.000Z (over 11 years ago)
- Last Synced: 2023-03-22T20:53:45.235Z (almost 2 years ago)
- Size: 121 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TeX base files for document writing
This is an basic structure for document writing using TeX / LaTeX in brazilian ABNT patterns.
## How to setup enviroment
Disclaimer: This process will take some time.
Using Ubuntu:
- Install texlive package and dependencies
- Install abntex package## How to make your document
- Edit ```meta-information.tex``` and put your information and your work information (author, subject, title)
- In the ```approval-page.tex``` put the approvers of your work like example.
- In the ```dedication-page.tex``` put your dedication
- In the ```epigraph-page.tex``` put your epigraphs
- In the ```resume-page.tex``` put your resume and in ```abstract-page.tex``` put the translated resumeOther pre-textual chapters like summary are automagically bounded.
Below ```\sumario``` include your work jobs (Is necessary know TeX writing).
And, finally, include in ```references.bib``` your bibtex references to use ```\cite{some-reference}``` in text. Don't worry, the citations will be in the ABNT pattern so, just cite them.
## How to disable some pages
If you don't want an specific page on your work, add an ```%``` on the begin of line that include it on ```main.tex``` file. E.g.:
Change this
```\include{approval-page}```
to this
```% \include{approval-page}```
## How to make things done
**If you using Make**:
In the terminal, type ```make``` and wait the make.pdf file appear. It's done.