virtualcomputer: unix-like operation system [WIP]

Former-commit-id: 68bb33337b78c7357d16a5a3ca47ad5f834f3d08
Former-commit-id: 6c8931a114682d2b1414414484597f5e0d0ca095
This commit is contained in:
Song Minjae
2016-10-02 01:18:58 +09:00
parent 3f34286b3f
commit 81958709ee
25 changed files with 650 additions and 193 deletions

View File

@@ -1,6 +1,6 @@
The Filesystem API provides functions for manipulating files and the filesystem.
The path for the argument of functions blocks `\,.\,.\,' to be entered, preventing users from access outside of the computer and eliminating the potential of harming the real computer of the innocent players.
The path for the argument of functions blocks `\,.\,.\,' to be passed, preventing users from access outside of the computer and eliminating the potential of harming the real computer of the innocent players.
\section{Functions}
@@ -41,7 +41,7 @@ The path for the argument of functions blocks `\,.\,.\,' to be entered, preventi
\section{File Handler}
When it comes to opening a file, there are six modes available---r, w, a, rb, wb, ab, each represents \textbf{r}ead, \textbf{w}rite, \textbf{a}ppend and \textbf{b}yte.
When opening a file, there are six modes available---r, w, a, rb, wb, ab; each represents \textbf{r}ead, \textbf{w}rite, \textbf{a}ppend and \textbf{b}yte.
\begin{tabularx}{\textwidth}{l X}
\textbf{\large Function} & \textbf{\large Description}

View File

@@ -7,4 +7,8 @@ The Machine API provides means to control the host machine.
\\ \\
\endhead
machine.milliTime() & int & Returns how many time the machine is up, in milliseconds (one thousandth of seconds).
\\ \\
machine.totalMemory() & int & Returns the total size of the memory installed in the computer, in bytes.
\\ \\
machine.freeMemory() & int & Returns the amount of free memory on the computer.
\end{tabularx}

View File

@@ -27,7 +27,7 @@ The OS library provides functions and constants for the system. Most of the func
\\ \\
\textbf{\%m} & Current months. & \textbf{\%S} & Current seconds.
\\ \\
\textbf{\%w} & Current day of week in int. & \textbf{\%x} & Full date. (e.g. ``25-03-12'')
\textbf{\%w} & Current day of week in int. (e.g. 1) & \textbf{\%x} & Full date. (e.g. ``25-03-12'')
\\ \\
\textbf{\%X} & Full clock time. (e.g. ``08:30:00'') & \textbf{\%Y} & Current year. (e.g. ``125'')
\\ \\

View File

@@ -97,7 +97,7 @@ Character 0x9E (currency symbol) and 0xFA (middle dot) can be accessed with foll
\textbf{\large No.} & \textbf{\large Description} & \textbf{\large No.} & \textbf{\large Description}
\\ \\
\endhead
7 & BEL. Emits short emitTone. & 8 & BS. Moves cursor to left 1 character.
7 & BEL. Emits short tone. & 8 & BS. Moves cursor to left 1 character.
\\ \\
9 & TAB. Inserts appropriate horizontal space. Tab size is variable. & 10 & LF. Prints a new line.
\\ \\

View File

@@ -1,4 +1,4 @@
The Colors API allows you to manipulate sets of colors. This is useful in colors on Advanced Computers and Advanced Monitors. British spellings are also supported.
The Colors API allows you to manipulate sets of colors. This is useful in colours on coloured terminals. British spellings are also supported.
\section{Constants}

View File

@@ -9,10 +9,6 @@ ROMBASIC adds global functions and constants for operability.
\unemph{\_G.}runScript(\textbf{fun}: str, \textbf{env}: str) & nil & Runs Lua script \textbf{fun} with the environment tag \textbf{env}.
\\ \\
\unemph{\_G.}bell(\textbf{pattern}: str) & nil & Strike bell (or beeper) with pattern. See section \emph{Bell Codes} for more information. Aliased to \unemph{\_G.}emitTone.
\\ \\
computer.totalMemory() & int & Returns the total size of the memory installed in the computer, in bytes.
\\ \\
computer.freeMemory() & int & Returns the amount of free memory on the computer.
\end{tabularx}
\section{Constants}
@@ -21,6 +17,8 @@ ROMBASIC adds global functions and constants for operability.
\textbf{\large Name} & \textbf{\large Type} & \textbf{\large Description}
\\ \\
\endhead
\unemph{\_G.}\_TERRARUM & non-false & Indicator for multi-environment scripts.
\\ \\
\unemph{\_G.}EMDASH & string & EM dash represented by box-drawing character. Code 0xC4
\\ \\
\unemph{\_G.}UNCHECKED & string & Unchecked checkbox. Code 0x9C

View File

@@ -129,8 +129,8 @@
{1}{155.61479pt}}
\gdef \LT@xvi {\LT@entry
{2}{135.95003pt}\LT@entry
{2}{36.06001pt}\LT@entry
{1}{162.98996pt}}
{2}{50.73004pt}\LT@entry
{1}{148.31993pt}}
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{\chapternumberline {10}Lua Globals}{22}{chapter.10}}
@@ -144,9 +144,9 @@
\@writefile{toc}{\contentsline {section}{\numberline {10.3}Bell Codes}{24}{section.10.3}}
\@writefile{toc}{\contentsline {subsection}{\numberline {10.3.1}Changes from Generic Lua Environment}{24}{subsection.10.3.1}}
\gdef \LT@xviii {\LT@entry
{2}{94.0pt}\LT@entry
{2}{110.12003pt}\LT@entry
{1}{45.25516pt}\LT@entry
{1}{195.74484pt}}
{1}{179.62482pt}}
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{\chapternumberline {11}Machine}{25}{chapter.11}}

View File

@@ -1,4 +1,4 @@
This is LuaTeX, Version beta-0.80.0 (TeX Live 2015) (rev 5238) (format=lualatex 2015.10.5) 30 SEP 2016 20:18
This is LuaTeX, Version beta-0.80.0 (TeX Live 2015) (rev 5238) (format=lualatex 2015.10.5) 1 OCT 2016 21:05
restricted \write18 enabled.
file:line:error style messages enabled.
**romapidoc.tex
@@ -552,7 +552,7 @@ luatexbase-attr: luatexbase.attributes["luaotfload@cursbase"] = 6
luatexbase-attr: luatexbase.attributes["luaotfload@curscurs"] = 7
luatexbase-attr: luatexbase.attributes["luaotfload@cursdone"] = 8
luatexbase-attr: luatexbase.attributes["luaotfload@state"] = 9
luaotfload | main : fontloader loaded in 0.030 seconds
luaotfload | main : fontloader loaded in 0.055 seconds
luatexbase-mcb: inserting 'luaotfload.node_processor'
at position 1 in 'pre_linebreak_filter'
luatexbase-mcb: inserting 'luaotfload.node_processor'
@@ -1224,7 +1224,7 @@ File: tasks.cfg 2014/07/29 v0.10a tasks instances
. Defining command \settasks with sig. 'm' on line 710.
.................................................
)
Package hyperref Info: Option `unicode' set `true' on input line 89.
Package hyperref Info: Option `unicode' set `true' on input line 90.
(/usr/local/texlive/2015/texmf-dist/tex/latex/hyperref/puenc.def
File: puenc.def 2012/11/06 v6.83m Hyperref: PDF Unicode definition (HO)
@@ -1232,30 +1232,30 @@ File: puenc.def 2012/11/06 v6.83m Hyperref: PDF Unicode definition (HO)
(./romapidoc.aux)
\openout1 = romapidoc.aux
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 93.
LaTeX Font Info: ... okay on input line 93.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 93.
LaTeX Font Info: ... okay on input line 93.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 93.
LaTeX Font Info: ... okay on input line 93.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 93.
LaTeX Font Info: ... okay on input line 93.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 93.
LaTeX Font Info: ... okay on input line 93.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 93.
LaTeX Font Info: ... okay on input line 93.
LaTeX Font Info: Checking defaults for EU2/lmr/m/n on input line 93.
LaTeX Font Info: ... okay on input line 93.
LaTeX Font Info: Checking defaults for T3/cmr/m/n on input line 93.
LaTeX Font Info: Try loading font information for T3+cmr on input line 93.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 94.
LaTeX Font Info: ... okay on input line 94.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 94.
LaTeX Font Info: ... okay on input line 94.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 94.
LaTeX Font Info: ... okay on input line 94.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 94.
LaTeX Font Info: ... okay on input line 94.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 94.
LaTeX Font Info: ... okay on input line 94.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 94.
LaTeX Font Info: ... okay on input line 94.
LaTeX Font Info: Checking defaults for EU2/lmr/m/n on input line 94.
LaTeX Font Info: ... okay on input line 94.
LaTeX Font Info: Checking defaults for T3/cmr/m/n on input line 94.
LaTeX Font Info: Try loading font information for T3+cmr on input line 94.
(/usr/local/texlive/2015/texmf-dist/tex/latex/tipa/t3cmr.fd
File: t3cmr.fd 2001/12/31 TIPA font definitions
)
LaTeX Font Info: ... okay on input line 93.
LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 93.
LaTeX Font Info: ... okay on input line 93.
LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 93.
LaTeX Font Info: ... okay on input line 93.
LaTeX Font Info: ... okay on input line 94.
LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 94.
LaTeX Font Info: ... okay on input line 94.
LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 94.
LaTeX Font Info: ... okay on input line 94.
(/usr/local/texlive/2015/texmf-dist/tex/context/base/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
@@ -1291,64 +1291,64 @@ File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Live
.................................................
\symlegacymaths=\mathgroup4
LaTeX Font Info: Overwriting symbol font `legacymaths' in version `bold'
(Font) OT1/cmr/m/n --> OT1/cmr/bx/n on input line 93.
LaTeX Font Info: Redeclaring math accent \acute on input line 93.
LaTeX Font Info: Redeclaring math accent \grave on input line 93.
LaTeX Font Info: Redeclaring math accent \ddot on input line 93.
LaTeX Font Info: Redeclaring math accent \tilde on input line 93.
LaTeX Font Info: Redeclaring math accent \bar on input line 93.
LaTeX Font Info: Redeclaring math accent \breve on input line 93.
LaTeX Font Info: Redeclaring math accent \check on input line 93.
LaTeX Font Info: Redeclaring math accent \hat on input line 93.
LaTeX Font Info: Redeclaring math accent \dot on input line 93.
LaTeX Font Info: Redeclaring math accent \mathring on input line 93.
LaTeX Font Info: Redeclaring math symbol \colon on input line 93.
LaTeX Font Info: Redeclaring math symbol \Gamma on input line 93.
LaTeX Font Info: Redeclaring math symbol \Delta on input line 93.
LaTeX Font Info: Redeclaring math symbol \Theta on input line 93.
LaTeX Font Info: Redeclaring math symbol \Lambda on input line 93.
LaTeX Font Info: Redeclaring math symbol \Xi on input line 93.
LaTeX Font Info: Redeclaring math symbol \Pi on input line 93.
LaTeX Font Info: Redeclaring math symbol \Sigma on input line 93.
LaTeX Font Info: Redeclaring math symbol \Upsilon on input line 93.
LaTeX Font Info: Redeclaring math symbol \Phi on input line 93.
LaTeX Font Info: Redeclaring math symbol \Psi on input line 93.
LaTeX Font Info: Redeclaring math symbol \Omega on input line 93.
LaTeX Font Info: Redeclaring math symbol \mathdollar on input line 93.
LaTeX Font Info: Redeclaring symbol font `operators' on input line 93.
(Font) OT1/cmr/m/n --> OT1/cmr/bx/n on input line 94.
LaTeX Font Info: Redeclaring math accent \acute on input line 94.
LaTeX Font Info: Redeclaring math accent \grave on input line 94.
LaTeX Font Info: Redeclaring math accent \ddot on input line 94.
LaTeX Font Info: Redeclaring math accent \tilde on input line 94.
LaTeX Font Info: Redeclaring math accent \bar on input line 94.
LaTeX Font Info: Redeclaring math accent \breve on input line 94.
LaTeX Font Info: Redeclaring math accent \check on input line 94.
LaTeX Font Info: Redeclaring math accent \hat on input line 94.
LaTeX Font Info: Redeclaring math accent \dot on input line 94.
LaTeX Font Info: Redeclaring math accent \mathring on input line 94.
LaTeX Font Info: Redeclaring math symbol \colon on input line 94.
LaTeX Font Info: Redeclaring math symbol \Gamma on input line 94.
LaTeX Font Info: Redeclaring math symbol \Delta on input line 94.
LaTeX Font Info: Redeclaring math symbol \Theta on input line 94.
LaTeX Font Info: Redeclaring math symbol \Lambda on input line 94.
LaTeX Font Info: Redeclaring math symbol \Xi on input line 94.
LaTeX Font Info: Redeclaring math symbol \Pi on input line 94.
LaTeX Font Info: Redeclaring math symbol \Sigma on input line 94.
LaTeX Font Info: Redeclaring math symbol \Upsilon on input line 94.
LaTeX Font Info: Redeclaring math symbol \Phi on input line 94.
LaTeX Font Info: Redeclaring math symbol \Psi on input line 94.
LaTeX Font Info: Redeclaring math symbol \Omega on input line 94.
LaTeX Font Info: Redeclaring math symbol \mathdollar on input line 94.
LaTeX Font Info: Redeclaring symbol font `operators' on input line 94.
LaTeX Font Info: Encoding `OT1' has changed to `EU2' for symbol font
(Font) `operators' in the math version `normal' on input line 93.
(Font) `operators' in the math version `normal' on input line 94.
LaTeX Font Info: Overwriting symbol font `operators' in version `normal'
(Font) OT1/cmr/m/n --> EU2/MyriadPro(0)/m/n on input line 93.
(Font) OT1/cmr/m/n --> EU2/MyriadPro(0)/m/n on input line 94.
LaTeX Font Info: Encoding `OT1' has changed to `EU2' for symbol font
(Font) `operators' in the math version `bold' on input line 93.
(Font) `operators' in the math version `bold' on input line 94.
LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
(Font) OT1/cmr/bx/n --> EU2/MyriadPro(0)/m/n on input line 93.
(Font) OT1/cmr/bx/n --> EU2/MyriadPro(0)/m/n on input line 94.
LaTeX Font Info: Overwriting symbol font `operators' in version `normal'
(Font) EU2/MyriadPro(0)/m/n --> EU2/MyriadPro(0)/m/n on input l
ine 93.
ine 94.
LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal'
(Font) OT1/cmr/m/it --> EU2/MyriadPro(0)/m/it on input line 93.
(Font) OT1/cmr/m/it --> EU2/MyriadPro(0)/m/it on input line 94.
LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal'
(Font) OT1/cmr/bx/n --> EU2/MyriadPro(0)/bx/n on input line 93.
(Font) OT1/cmr/bx/n --> EU2/MyriadPro(0)/bx/n on input line 94.
LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal'
(Font) OT1/cmss/m/n --> EU2/lmss/m/n on input line 93.
(Font) OT1/cmss/m/n --> EU2/lmss/m/n on input line 94.
LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal'
(Font) OT1/cmtt/m/n --> EU2/lmtt/m/n on input line 93.
(Font) OT1/cmtt/m/n --> EU2/lmtt/m/n on input line 94.
LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
(Font) EU2/MyriadPro(0)/m/n --> EU2/MyriadPro(0)/bx/n on input
line 93.
line 94.
LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold'
(Font) OT1/cmr/bx/it --> EU2/MyriadPro(0)/bx/it on input line 9
3.
4.
LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold'
(Font) OT1/cmss/bx/n --> EU2/lmss/bx/n on input line 93.
(Font) OT1/cmss/bx/n --> EU2/lmss/bx/n on input line 94.
LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold'
(Font) OT1/cmtt/m/n --> EU2/lmtt/bx/n on input line 93.
(Font) OT1/cmtt/m/n --> EU2/lmtt/bx/n on input line 94.
\AtBeginShipoutBox=\box267
Package hyperref Info: Link coloring OFF on input line 93.
Package hyperref Info: Link coloring OFF on input line 94.
(/usr/local/texlive/2015/texmf-dist/tex/latex/hyperref/nameref.sty
Package: nameref 2012/10/27 v2.43 Cross-referencing by name of section
@@ -1360,10 +1360,10 @@ Package: gettitlestring 2010/12/03 v1.4 Cleanup title references (HO)
)
Redoing nameref's sectioning
Redoing nameref's label
LaTeX Info: Redefining \nameref on input line 93.
LaTeX Info: Redefining \ref on input line 93.
LaTeX Info: Redefining \pageref on input line 93.
LaTeX Info: Redefining \nameref on input line 93.
LaTeX Info: Redefining \nameref on input line 94.
LaTeX Info: Redefining \ref on input line 94.
LaTeX Info: Redefining \pageref on input line 94.
LaTeX Info: Redefining \nameref on input line 94.
(./romapidoc.out) (./romapidoc.out)
\@outlinefile=\write4
@@ -1375,11 +1375,11 @@ luaotfload | load : Lookup/name: "MyriadPro" -> "MyriadPro-It.otf"
luaotfload | load : Lookup/name: "MyriadPro" -> "MyriadPro-Regular.otf"
luaotfload | load : Lookup/name: "MyriadPro" -> "MyriadPro-Regular.otf"
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <10.95> on input line 95.
(Font) <10.95> on input line 96.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <8> on input line 95.
(Font) <8> on input line 96.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <6> on input line 95.
(Font) <6> on input line 96.
[1
{/usr/local/texlive/2015/texmf-var/fonts/map/pdftex/updmap/pdftex.map}] [2
@@ -1400,7 +1400,7 @@ LaTeX Font Info: External font `cmex10' loaded for size
LaTeX Font Info: Font shape `EU2/MyriadPro(0)/m/sl' in size <10> not availabl
e
(Font) Font shape `EU2/MyriadPro(0)/m/it' tried instead on input li
ne 104.
ne 105.
luaotfload | load : Lookup/name: "MyriadPro" -> "MyriadPro-It.otf"
luaotfload | load : Lookup/name: "MyriadPro" -> "MyriadPro-It.otf" [4]
luaotfload | load : Lookup/name: "MyriadPro" -> "MyriadPro-Regular.otf"
@@ -1647,25 +1647,41 @@ Underfull \hbox (badness 6658) in paragraph at lines 111--111
[]
) [21<./mda.png>] (./luaglobals.tex
Underfull \hbox (badness 1092) in paragraph at lines 16--16
\EU2/MyriadPro(0)/m/n/10 ory in-stalled in the com-puter, in
[]
Underfull \hbox (badness 10000) in paragraph at lines 55--55
Underfull \hbox (badness 4846) in paragraph at lines 53--53
[][]|\EU2/MyriadPro(0)/m/n/10 EM dash rep-re-sented by box-
[]
Underfull \hbox (badness 1264) in paragraph at lines 55--55
\EU2/MyriadPro(0)/m/n/10 0xFA (note: 0xF9 is a Dot Prod-uct
Underfull \hbox (badness 7397) in paragraph at lines 53--53
[][]|\EU2/MyriadPro(0)/m/n/10 Cur-rency sym-bol used in the
[]
Underfull \hbox (badness 2591) in paragraph at lines 55--55
\EU2/MyriadPro(0)/m/n/10 change fore-ground colour to dim
Underfull \hbox (badness 10000) in paragraph at lines 53--53
\EU2/MyriadPro(0)/m/n/10 to change fore-ground colour
[]
Underfull \hbox (badness 2635) in paragraph at lines 53--53
\EU2/MyriadPro(0)/m/n/10 to ter-mi-nals de-fault er-ror text
[]
Underfull \hbox (badness 3240) in paragraph at lines 53--53
[][]|\EU2/MyriadPro(0)/m/n/10 Gen-er-ates square wave. \EU2/MyriadPro(0)/bx/n/1
0 len \EU2/MyriadPro(0)/m/n/10 is
[]
Underfull \hbox (badness 1325) in paragraph at lines 53--53
\EU2/MyriadPro(0)/m/n/10 in-te-ger, in mil-lisec-onds, \EU2/MyriadPro(0)/bx/n/1
0 freq \EU2/MyriadPro(0)/m/n/10 is
[]
Package longtable Warning: Column widths have changed
(longtable) in table 10.2 on input line 53.
[22
@@ -1707,14 +1723,18 @@ luaotfload | load : Lookup/name: "MyriadPro" -> "MyriadPro-Bold.otf" [26
\tf@toc=\write5
\openout5 = romapidoc.toc
Package atveryend Info: Empty hook `BeforeClearDocument' on input line 182.
Package atveryend Info: Empty hook `AfterLastShipout' on input line 182.
(./romapidoc.aux)
Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 182.
Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 182.
Package longtable Warning: Table widths have changed. Rerun LaTeX.
Package atveryend Info: Empty hook `BeforeClearDocument' on input line 183.
Package atveryend Info: Empty hook `AfterLastShipout' on input line 183.
(./romapidoc.aux)
Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 183.
Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 183.
Package rerunfilecheck Info: File `romapidoc.out' has not changed.
(rerunfilecheck) Checksum: E2557CFA1EFA2AD5ABDDE2C6217CA0AA;4851.
Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 182.
Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 183.
)
Here is how much of LuaTeX's memory you used:
@@ -1723,7 +1743,7 @@ Here is how much of LuaTeX's memory you used:
794 words of node memory still in use:
3 hlist, 1 vlist, 1 rule, 2 glue, 1 kern, 5 attribute, 141 glue_spec, 5 attri
bute_list, 2 write nodes
avail lists: 1:1,2:15095,3:297,4:3729,5:1384,6:6444,7:355,8:31,9:919,10:406
avail lists: 2:15095,3:297,4:3729,5:1384,6:6444,7:355,8:31,9:919,10:406
30242 multiletter control sequences out of 65536+600000
62 fonts using 5300367 bytes
67i,12n,59p,1189b,507s stack positions out of 5000i,500n,10000p,200000b,100000s
@@ -1732,7 +1752,7 @@ LuaTeX warning (dest): name{Hfootnote.2} has been referenced but does not exist,
</Library/Fonts/MyriadPro-It.otf></Library/Fonts/MyriadPro-Regular.otf></Library
/Fonts/MyriadPro-Bold.otf>
Output written on romapidoc.pdf (37 pages, 105016 bytes).
Output written on romapidoc.pdf (37 pages, 105094 bytes).
PDF statistics: 461 PDF objects out of 1000 (max. 8388607)
403 compressed objects within 5 object streams

Binary file not shown.

View File

@@ -26,6 +26,7 @@
%% Idioms %%
\hyphenation{Com-put-er-Craft}
\hyphenation{O-pen-Com-put-ers}
\hyphenation{ROM-BASIC}