sources for GF RGL tutorial as given in LREC exactly 9 years ago; 'make' now builds html, but some txt macros for LaTeX need to be retargeted for html

This commit is contained in:
Aarne Ranta
2019-05-17 17:31:36 +02:00
parent ecd686df78
commit 4c308d0498
25 changed files with 3296 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
\documentclass[a4paper,landscape]{slides}
\usepackage[latin1]{inputenc}
%\usepackage[utf8]{inputenc}
\newcommand{\nnewslide}[1]{\newpage {\huge \textbf{#1} \\}\\}
\newcommand{\newslide}[1]{\newpage {\large \textbf{#1} \\}\\}
\newcommand{\snewslide}[1]{\newpage {\large \textbf{#1} \\}\\}
\newcommand{\bequ}{\begin{quote}}
\newcommand{\enqu}{\end{quote}}
\setlength{\topmargin}{-20mm}
\setlength{\oddsidemargin}{-8mm}
\setlength{\evensidemargin}{-8mm}
\setlength{\textwidth}{250mm}
\setlength{\textheight}{170mm}
%%%