KO
|
EN
gitlite — search
Search
#php
#python
#javascript
#hacktoberfest
#java
#vim
#dotfiles
#ruby
#css
#game
#arduino-library
#xoops-25-compatible
osr-zine-template
★ 34
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
8up-zine
:
A LaTeX template for a single-sheet zine.
supermd
:
SuperMD is an extension of Markdown used by https://zine-ssg.io
EZM-Reader
:
A web and mobile friendly way to show off Electric Zine Maker creations
zine-maker
:
Privacy-first open-source zine making app. Exports ready to print and fold zines
zine
:
DIY E-Zine and Operating System
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
osr-zine-template
?
Download (.md)
# Minimal RPG Template (LaTeX) This repository contains a LaTeX template, mainly intended for for creating Old School Revival (OSR) Tabletop Role-Playing Game Zines. This does not mean the template can not be used for other purposes. [](https://www.buymeacoffee.com/winterv) ## Features - A4 paper size. - Double column layout. - Alternating left and right binding offsets for print. - Predefined sections for content. - Header with title on each page. - Footer with page numbers. - Customizable margin settings. ## Dependencies This template uses the following LaTeX packages: - `extarticle` for the document class. - `inputenc` and `fontenc` for special character and font encoding support. - `graphicx` for including graphics. - `lipsum` for generating dummy text. - `fancyhdr` for custom headers and footers. - `multicol` for multi-column layout. - `geometry` for setting page dimensions and margins. - `tabularx` for more flexible table layouts. - `titlesec` for customizing section titles. - `enumitem` for customizable list environments. - `float` for improved interface for floating objects. - `hyperref` for creating hyperlinks in the document. - `xcolor` with the `table` option for coloring tables. - `pifont` for accessing the Pi font symbols. - `coelacanth` for the main document font. If you use a common LaTeX distibution, these packages are most likely already included, but otherwise please ensure these packages are installed before compiling. ## Usage 1. Clone or download this repository. 2. Open the `Main.tex` file in your preferred LaTeX editor. 3. Replace the contents with your own. 5. Compile the `.tex` file. 6. (Optional: You can modify all the formatting/styling in `zine.cls`.) All the formatting is taken from zine.cls. ## (Advanced) Submodule Usage You can include this template/style in an existing repository as a submodule: `git submodule add https://github.com/wintermute-cell/osr-zine-template.git` You must then copy over `Main.tex`, while updating the class's full path: `cp osr-zine-template/Main.tex .` > \documentclass{osr-zine-template/zine} ## Example  ## License This project is open source, under the MIT License