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

@@ -0,0 +1,9 @@
\begin{tabularx}{\textwidth}{l X}
\textbf{NAME} & dsh - the Dumbshell
\\ \\
\textbf{SYNOPSIS} & \textbf{dsh} [file]
\\ \\
\textbf{COPYRIGHT} & See copyright information for the game you are actually playing.
\\ \\
\textbf{DESCRIPTION} & \textbf{Dsh} is a semi \textbf{sh}-compatible command language interpreter that executes commands read from the standard input or from a file.
\end{tabularx}

View File

@@ -0,0 +1,9 @@
\begin{tabularx}{\textwidth}{l X}
\textbf{NAME} & msh - the Moonshell
\\ \\
\textbf{SYNOPSIS} & \textbf{msh} [file]
\\ \\
\textbf{COPYRIGHT} & See copyright information for the game you are actually playing.
\\ \\
\textbf{DESCRIPTION} & \textbf{Msh} is a Lua prompt that reads lua script from the user, or execute a file user had put as an argument.
\end{tabularx}

View File

@@ -0,0 +1,35 @@
\relax
\providecommand\hyper@newdestlabel[2]{}
\providecommand*{\memsetcounter}[2]{}
\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
\global\let\oldcontentsline\contentsline
\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}}
\global\let\oldnewlabel\newlabel
\gdef\newlabel#1#2{\newlabelxx{#1}#2}
\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}}
\AtEndDocument{\ifx\hyper@anchor\@undefined
\let\contentsline\oldcontentsline
\let\newlabel\oldnewlabel
\fi}
\fi}
\global\let\hyper@last\relax
\gdef\HyperFirstAtBeginDocument#1{#1}
\providecommand\HyField@AuxAddToFields[1]{}
\providecommand\HyField@AuxAddToCoFields[2]{}
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{\chapternumberline {1}Main Applications}{5}{chapter.1}}
\gdef \LT@i {\LT@entry
{1}{72.64pt}\LT@entry
{1}{262.36pt}}
\gdef \LT@ii {\LT@entry
{1}{72.64pt}\LT@entry
{1}{262.36pt}}
\@writefile{toc}{\contentsline {section}{\numberline {1.1}DSH}{6}{section.1.1}}
\@writefile{toc}{\contentsline {section}{\numberline {1.2}MSH}{6}{section.1.2}}
\@writefile{lof}{\addvspace {10pt}}
\@writefile{lot}{\addvspace {10pt}}
\@writefile{toc}{\contentsline {chapter}{\chapternumberline {2}References}{7}{chapter.2}}
\memsetcounter{lastsheet}{8}
\memsetcounter{lastpage}{8}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,4 @@
\BOOKMARK [0][-]{chapter.1}{\376\377\000M\000a\000i\000n\000\040\000A\000p\000p\000l\000i\000c\000a\000t\000i\000o\000n\000s}{}% 1
\BOOKMARK [1][-]{section.1.1}{\376\377\000D\000S\000H}{chapter.1}% 2
\BOOKMARK [1][-]{section.1.2}{\376\377\000M\000S\000H}{chapter.1}% 3
\BOOKMARK [0][-]{chapter.2}{\376\377\000R\000e\000f\000e\000r\000e\000n\000c\000e\000s}{}% 4

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,119 @@
% !TEX TS-program = lualatex
\documentclass[10pt, stock]{memoir}
\usepackage{fontspec}
\setmainfont{MyriadPro}
\usepackage{fapapersize}
\usefapapersize{148mm,210mm,15mm,15mm,20mm,15mm}
\usepackage{afterpage}
\usepackage{hyperref}
\usepackage{graphicx}
\usepackage{xcolor}
\usepackage{ltablex}
\usepackage{parskip}
\frenchspacing
\setlength{\parindent}{0pt}
\setlength{\parskip}{10pt}
\setsecnumdepth{subsection}
%% Idioms %%
\hyphenation{Com-put-er-Craft}
\hyphenation{O-pen-Com-put-ers}
\hyphenation{ROM-BASIC}
\definecolor{black}{HTML}{000000}
\definecolor{white}{HTML}{FFFFFF}
\definecolor{dimgrey}{HTML}{555555}
\definecolor{brightgrey}{HTML}{AAAAAA}
\definecolor{yellow}{HTML}{FFFF00}
\definecolor{orange}{HTML}{FF6600}
\definecolor{red}{HTML}{DD0000}
\definecolor{magenta}{HTML}{FF0099}
\definecolor{purple}{HTML}{330099}
\definecolor{blue}{HTML}{0000CC}
\definecolor{cyan}{HTML}{0099FF}
\definecolor{lime}{HTML}{55FF00}
\definecolor{green}{HTML}{00AA00}
\definecolor{darkgreen}{HTML}{006600}
\definecolor{brown}{HTML}{663300}
\definecolor{tan}{HTML}{996633}
\newcommand{\unemph}[1]{\textcolor{brightgrey}{#1}}
% Title styling
\pretitle{\begin{flushright}\HUGE}
\posttitle{\par\end{flushright}\vskip 0.5em}
% new sections are new page
\let\oldsection\chapter
\renewcommand\chapter{\clearpage\oldsection}
% chapter title -- no now page after
%\renewcommand\chapterheadstart{} % kill the drop
\renewcommand\afterchapternum{\vskip 0.5em} % space between number and title
\makeatletter
\renewcommand\memendofchapterhook{%
\newpage\m@mindentafterchapter\@afterheading}
\makeatother
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
\aliaspagestyle{part}{empty}
\aliaspagestyle{chapter}{empty}
% The title
\title{\textbf{THE MANPAGE} \\ \vspace{7mm} \large For the Game \emph{Terrarum}\quad ·\quad First Edition}
\date{}
\author{}
\hypersetup{
pdfauthor={Terrarum Developers},
pdftitle={THE MANPAGE},
unicode=true
}
\begin{document}
\begin{titlingpage}
\maketitle{}
\end{titlingpage}
\setcounter{page}{3}
\tableofcontents*
\chapter{Main Applications}
\section{DSH}
\input{man_dsh}
\section{MSH}
\input{man_msh}
\chapter{References}
\afterpage{\pagestyle{empty}\null\newpage}
\end{document}

View File

@@ -0,0 +1,4 @@
\contentsline {chapter}{\chapternumberline {1}Main Applications}{5}{chapter.1}
\contentsline {section}{\numberline {1.1}DSH}{6}{section.1.1}
\contentsline {section}{\numberline {1.2}MSH}{6}{section.1.2}
\contentsline {chapter}{\chapternumberline {2}References}{7}{chapter.2}