new MANPAGE; added old skintone researches, APIDOC update

Former-commit-id: a4d95985638e6f6d2acaa95a1323a175ad5f232a
Former-commit-id: 7eae9d9f4471338380f2b0b827ff68577badcf54
This commit is contained in:
Song Minjae
2016-10-03 14:21:05 +09:00
parent 81958709ee
commit 1b877c6a52
23 changed files with 1570 additions and 16 deletions

View File

@@ -34,7 +34,7 @@ The path for the argument of functions blocks `\,.\,.\,' to be passed, preventin
\\ \\
fs.parent(\textbf{path}: string) & string & Returs parent directory to the \textbf{path}.
\\ \\
fs.dofile(\textbf{path}: string) & nil & Loads the script on \textbf{path} and executes it.
fs.dofile(\textbf{path}: string) & nil & Loads the script on \textbf{path} and executes it. NOTE: do not use this directly, instead use \textbf{shell.run(path, tArgs)}; fs.dofile does not provide any error handling.
\\ \\
fs.fetchText(\textbf{path}: string) & string & Opens the file on \textbf{path} and returns its contents as a plain text.
\end{tabularx}

View File

@@ -6,5 +6,5 @@
\textbf{\large Function} & \textbf{\large Return} & \textbf{\large Description}
\\ \\
\endhead
shell.run(\textbf{path}: string) & nil & Loads the script on \textbf{path} and executes it.
shell.run(\textbf{path}: string, \textbf{args}: table) & nil & Loads the script on \textbf{path} and executes it.
\end{tabularx}

View File

@@ -78,9 +78,9 @@
\@writefile{toc}{\contentsline {chapter}{\chapternumberline {6}Security}{15}{chapter.6}}
\@writefile{toc}{\contentsline {section}{\numberline {6.1}Functions}{15}{section.6.1}}
\gdef \LT@ix {\LT@entry
{2}{102.18004pt}\LT@entry
{2}{150.79007pt}\LT@entry
{1}{45.25516pt}\LT@entry
{2}{180.42001pt}}
{2}{138.95477pt}}
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{\chapternumberline {7}Shell}{16}{chapter.7}}

View File

@@ -1,4 +1,4 @@
This is LuaTeX, Version beta-0.80.0 (TeX Live 2015) (rev 5238) (format=lualatex 2015.10.5) 1 OCT 2016 21:05
This is LuaTeX, Version beta-0.80.0 (TeX Live 2015) (rev 5238) (format=lualatex 2015.10.5) 3 OCT 2016 00:46
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.055 seconds
luaotfload | main : fontloader loaded in 0.087 seconds
luatexbase-mcb: inserting 'luaotfload.node_processor'
at position 1 in 'pre_linebreak_filter'
luatexbase-mcb: inserting 'luaotfload.node_processor'
@@ -1429,6 +1429,23 @@ Underfull \hbox (badness 1655) in paragraph at lines 40--40
\EU2/MyriadPro(0)/m/n/10 des-ti-na-tion. Sub-di-rec-to-ries /
[]
Underfull \hbox (badness 10000) in paragraph at lines 40--40
[][]|\EU2/MyriadPro(0)/m/n/10 Loads the script on \EU2/MyriadPro(0)/bx/n/10 pat
h
[]
Underfull \hbox (badness 7030) in paragraph at lines 40--40
\EU2/MyriadPro(0)/m/n/10 and ex-e-cutes it. NOTE: do
[]
Underfull \hbox (badness 10000) in paragraph at lines 40--40
\EU2/MyriadPro(0)/m/n/10 use \EU2/MyriadPro(0)/bx/n/10 shell.run(path, tArgs)\E
U2/MyriadPro(0)/m/n/10 ;
[]
[6
@@ -1678,10 +1695,6 @@ Underfull \hbox (badness 1325) in paragraph at lines 53--53
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
@@ -1723,13 +1736,9 @@ luaotfload | load : Lookup/name: "MyriadPro" -> "MyriadPro-Bold.otf" [26
\tf@toc=\write5
\openout5 = romapidoc.toc
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)
(./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.
@@ -1752,7 +1761,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, 105094 bytes).
Output written on romapidoc.pdf (37 pages, 105443 bytes).
PDF statistics: 461 PDF objects out of 1000 (max. 8388607)
403 compressed objects within 5 object streams

Binary file not shown.