mirror of https://github.com/wwarthen/RomWBW.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.8 KiB
63 lines
1.8 KiB
$define{doc_ver}{Version 3.1 Pre-release}$
|
|
$define{doc_product}{RomWBW}$
|
|
$define{doc_root}{https://github.com/wwarthen/RomWBW/raw/dev/Doc}$
|
|
$ifndef{doc_title}$ $define{doc_title}{Document Title}$ $endif$
|
|
$ifndef{doc_author}$ $define{doc_author}{Wayne Warthen}$ $endif$
|
|
$define{doc_date}{$date{%d %b %Y}$}$
|
|
$ifndef{doc_authmail}$ $define{doc_authmail}{wwarthen@gmail.com}$ $endif$
|
|
$define{doc_orgname}{RetroBrew Computers Group}$
|
|
$define{doc_orgurl}{www.retrobrewcomputers.org}$
|
|
$define{doc_user}{[RomWBW User Guide]($doc_root$/RomWBW User Guide.pdf)}$
|
|
$define{doc_sys}{[RomWBW System Guide]($doc_root$/RomWBW System Guide.pdf)}$
|
|
$define{doc_apps}{[RomWBW Applications]($doc_root$/RomWBW Applications.pdf)}$
|
|
$define{doc_romapps}{[RomWBW ROM Applications]($doc_root$/RomWBW ROM Applications.pdf)}$
|
|
$define{doc_catalog}{[RomWBW Disk Catalog]($doc_root$/RomWBW Disk Catalog.pdf)}$
|
|
$define{doc_errata}{[RomWBW Errata]($doc_root$/RomWBW Errata.pdf)}$
|
|
|
|
---
|
|
title: $doc_product$ $doc_title$
|
|
subtitle: $doc_ver$
|
|
author: $doc_author$ ([$doc_authmail$](mailto:$doc_authmail$))
|
|
date: $doc_date$
|
|
institution: $doc_orgname$
|
|
papersize: letter
|
|
geometry:
|
|
- top=1.5in
|
|
- bottom=1.5in
|
|
- left=1.5in
|
|
- right=1.5in
|
|
# - showframe
|
|
# - pass
|
|
fontsize: 12pt
|
|
# linestretch: 1.25
|
|
colorlinks: true
|
|
# sansfont: helvetic
|
|
sansfont: roboto
|
|
# sansfont: bera
|
|
# sansfont: arial
|
|
monofont: roboto-mono
|
|
# monofont: bera
|
|
# monofont: inconsolata
|
|
monofontoptions: 'Scale=0.75'
|
|
header-includes:
|
|
- |
|
|
```{=latex}
|
|
\renewcommand*{\familydefault}{\sfdefault}
|
|
```
|
|
---
|
|
|
|
```{=gfm}
|
|
**$doc_product$ $doc_title$** \
|
|
$doc_ver$ \
|
|
$doc_author$ ([$doc_authmail$](mailto:$doc_authmail$)) \
|
|
$doc_date$
|
|
|
|
```
|
|
|
|
```{=dokuwiki}
|
|
**$doc_product$ $doc_title$**\\
|
|
$doc_ver$\\
|
|
$doc_author$ <$doc_authmail$>\\
|
|
$doc_date$\\
|
|
|
|
```
|
|
|