1
0
forked from GitHub/gf-rgl

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

10
doc/rgl-tutorial/Makefile Normal file
View File

@@ -0,0 +1,10 @@
all: lrecslides-html
lrecslides-tex:
txt2tags -ttex gf-lrec-2010.txt
cat prelude gf-lrec-2010.tex >tmp.tex
mv tmp.tex gf-lrec-2010.tex
pdflatex gf-lrec-2010.tex
lrecslides-html:
txt2tags -thtml gf-lrec-2010.txt

BIN
doc/rgl-tutorial/Syntax.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 490 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

BIN
doc/rgl-tutorial/arav.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

BIN
doc/rgl-tutorial/engdut.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 KiB

BIN
doc/rgl-tutorial/hindi.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

BIN
doc/rgl-tutorial/parse.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 KiB

15
doc/rgl-tutorial/prelude Normal file
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}
%%%

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB