-
Notifications
You must be signed in to change notification settings - Fork 311
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added tables, cleaned things up a bit
- Loading branch information
1 parent
d2fd692
commit c6452fc
Showing
3 changed files
with
50 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,27 @@ | ||
Title: D&D 5e LaTeX Template | ||
# D&D 5e LaTeX Template | ||
|
||
This is a prelimary attempt at a D&D 5e LaTeX template. The color scheme is close to the original source books, as are the fonts. The fonts chosen are included by default in TeX Live. | ||
|
||
An example of a table with alternating row colors is given. It's a bit gross, however, and a lot could be done to clean that up. | ||
|
||
The template compiles with pdflatex. | ||
|
||
### Version | ||
0.1 | ||
|
||
### Installation | ||
|
||
Just clone the repo. From terminal: | ||
|
||
```sh | ||
$ git clone [git-repo-url] 5e-template | ||
$ cd 5e-template | ||
$ pdflatex main.tex | ||
``` | ||
|
||
### Todo's | ||
|
||
- Wrap tables up in macros | ||
- Export most of the preamble to a .cls file | ||
- Consider implementing more complex tables for monsters, etc. | ||
|
||
A prelimary attempt at a latex template for 5e-style material. Really should be using a different font for the green box environment and text. Also, no attempt is made at alternating table highlights. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters