
The "racket" directory contains a pared-back version of the repository, roughly. The "pkgs" directory everything else in the repository, but organized into packages. original commit: b2ebb0a28bf8136e75cd98316c22fe54c30eacb2
16 lines
328 B
TeX
16 lines
328 B
TeX
% This is the prefix for PLT Scheme manuals
|
|
\documentclass{article}
|
|
|
|
\parskip=10pt
|
|
\parindent=0pt
|
|
\partopsep=0pt
|
|
|
|
% Adjust margins to match HTML width for
|
|
% fixed-width font
|
|
\advance \oddsidemargin by -0.15in
|
|
\advance \evensidemargin by -0.15in
|
|
\advance \textwidth by 0.3in
|
|
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[T1]{fontenc}
|