mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 19:51:51 +09:00
basicdoc: update
This commit is contained in:
7
assets/disk0/home/basic/oldtri.bas
Normal file
7
assets/disk0/home/basic/oldtri.bas
Normal file
@@ -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
|
||||
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user