From a863d263d19803f00c5a7b807ee7f6dac2141b56 Mon Sep 17 00:00:00 2001 From: minjaesong Date: Mon, 28 Dec 2020 11:18:13 +0900 Subject: [PATCH] basicdoc: update --- assets/disk0/home/basic/oldtri.bas | 7 +++++++ assets/disk0/tbas/doc/bibliography.tex | 3 ++- assets/disk0/tbas/doc/tbasman.tex | 13 ++++++------- 3 files changed, 15 insertions(+), 8 deletions(-) create mode 100644 assets/disk0/home/basic/oldtri.bas diff --git a/assets/disk0/home/basic/oldtri.bas b/assets/disk0/home/basic/oldtri.bas new file mode 100644 index 0000000..3d1705a --- /dev/null +++ b/assets/disk0/home/basic/oldtri.bas @@ -0,0 +1,7 @@ +10 FOR I=1 TO 20 +20 PRINT SPC(20-I); +30 FOR J=1 TO I*2-1 +40 PRINT "*"; +50 NEXT +60 PRINT +70 NEXT diff --git a/assets/disk0/tbas/doc/bibliography.tex b/assets/disk0/tbas/doc/bibliography.tex index 43ed1d7..abf8798 100644 --- a/assets/disk0/tbas/doc/bibliography.tex +++ b/assets/disk0/tbas/doc/bibliography.tex @@ -1,3 +1,4 @@ \begin{itemlist} -\item \emph{PC-BASIC 2.0.3 Documentation} \\ \url{https://robhagemans.github.io/pcbasic/doc/2.0/} +\item Hagemans, Rob. 2020. ``PC-BASIC Documentation.'' Updated 2020-09-26 19:20:45. \url{https://robhagemans.github.io/pcbasic/doc/2.0/}. +\item Ahl, David H and North, Steve. 1978. \emph{BASIC Computer Games}. Microcomputer Edition. New York: Workman Pub. \end{itemlist} diff --git a/assets/disk0/tbas/doc/tbasman.tex b/assets/disk0/tbas/doc/tbasman.tex index f3dc4e8..734d17e 100644 --- a/assets/disk0/tbas/doc/tbasman.tex +++ b/assets/disk0/tbas/doc/tbasman.tex @@ -161,9 +161,9 @@ \newcommand{\theedition}{First Edition} \newcommand{\oreallypress}{\large\textbf{O'REALLY\raisebox{1ex}{\scriptsize ?}} \normalsize Press} -\title{\HUGE\textbf{\MakeUppercase{\tbas} \\ REFERENCE MANUAL} \\ \Large \vspace{1em} For Language Version \tbasver \\ \vspace{7mm} \theedition} +\title{\HUGE\textbf{\MakeUppercase{\tbas} \\ REFERENCE MANUAL} \\ \Large \vspace{1em} For Language Version \tbasver\hspace{0.75em}|\hspace{0.75em}\theedition} \date{} -\author{} +\author{Minjae Song (CuriousTorvald) \\ 2020-12-28} \hypersetup{ pdfauthor={CuriousTorvald}, pdftitle={\tbas\ Reference Manual For Language Version \tbasver, \theedition}, @@ -218,9 +218,6 @@ \chapter{Implementation Details} \input{Implementation} -\chapter{Bibliography} -\input{bibliography} - \part{More Goodies} \chapter{99 Bottles of Beer} @@ -235,11 +232,13 @@ \chapter{Plotter} \input{sample_plotter} -\chapter{Disclaimers} +\chapter{Bibliography} +\input{bibliography} + +\chapter*{Disclaimers} \oreallypress{} is entirely fictional publishing entity; \oreallypress{} has no affiliation whatsoever with any of the real-world publishers. - \afterpage{\pagestyle{empty}\null\newpage} \end{document}