Retrotype aims to replicate the look of old typewriter-made documents while keeping as many benefits of LaTeX as possible.
Consult the retrotype-guide.tex
document for the list of available commands and practical examples of their usage. The compiled PDF version of retrotype-guide
is available in Releases.
- New commands:
\cleartorightpage
- different heading styles:
\largetitles
\smalltitles
- tabulation:
\setTabPositions
\setCustomTabPositions
\defaultTabPositions
- text mirroring:
\mirrorh
\mirrorv
\mirrorboth
- additional stackengine commands:
\overprintw
,\opw
\underlinefill
,\ulf
\overlinefill
,\olf
\strikeoutfill
,\sof
- New variables:
- title skip variables (__b__efore and __a__fter title skips):
\bchapskip
,\achapskip
\bsecskip
,\asecskip
\bsubsecskip
,\asubsecskip
\bsubsubsecskip
,\asubsubsecskip
\bparskip
,\aparskip
\bsubparskip
,\asubparskip
\tabcharsDefault
- title skip variables (__b__efore and __a__fter title skips):
- New texture:
paper
- Replaced
listings
with thefancyvrb
package for handling verbatim text - Fixed stackengine bugs in overprint commands
\linegoal
fix for the second column intwocolumn
documents- Fixed
\tabn
bug - Fixed
\linecharw
insufficient length calculation bug - License changed to LPPL
Initial public testing release.