mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-08-30 07:56:58 -06:00
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:
@@ -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}
|
||||
%%%
|
||||
Reference in New Issue
Block a user