Cursed Conlang Circus 3 submission
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

325 lines
15 KiB

5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
5 months ago
5 months ago
4 months ago
5 months ago
5 months ago
5 months ago
4 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
  1. %! TeX Root: main.tex
  2. % vim: set et tw=80 ts=4 sw=4:
  3. \documentclass{article}
  4. \usepackage{fontspec}
  5. \setmainfont{Minion 3}[
  6. Script=Latin,
  7. Script=Greek,
  8. Script=Cyrillic
  9. ]
  10. \setmonofont{Iosevka}[
  11. Scale=MatchUppercase,
  12. CharacterVariant={99:8}
  13. ]
  14. \newfontfamily\h{Cousine}[Scale=MatchUppercase]
  15. \usepackage[margin=25mm]{geometry}
  16. \usepackage{nguhslides/nguhgloss}
  17. \usepackage{xcolor}
  18. \usepackage{hyperref}
  19. \hypersetup{colorlinks=true,allcolors=blue!50!black}
  20. \let\nf\normalfont
  21. \def\z#1{\texttt{#1}}
  22. \def\Clong{\z{811\#0*034C534*4\#C004-*\#3*75}}
  23. \def\doctitle{\Clong}
  24. \def\docstitle{A CCC3 Submission}
  25. \def\docauthor{Annwan}
  26. \def\docdate{\today}
  27. \setlength\parskip{1ex}
  28. \setlength\parindent{0ex}
  29. \begin{document}
  30. \topskip0pt
  31. \vspace*{\fill}
  32. \begin{center}
  33. {\Large \doctitle}\\
  34. {\large \docstitle}\\
  35. {\docauthor}\\
  36. {\docdate}
  37. \end{center}
  38. \vspace*{\fill}
  39. \clearpage\tableofcontents
  40. \clearpage\section{Presentation}
  41. \Clong is the language of telephone exchanges
  42. \section{Phone-ology}
  43. Telephone exchanges cannot speak like humans do. Instead, \Clong uses DTMF
  44. Keypad Tones to convey information.
  45. Here is a table of DTMF tones for reference.
  46. \begin{center}
  47. \begin{tabular}{c|cccc}
  48. & \bf 1209 Hz & \bf 1336 Hz & \bf 1477 Hz & \bf 1633 Hz \\\hline
  49. \bf 697 Hz & \z 1 & \z 2 & \z 3 & \z A \\
  50. \bf 770 Hz & \z 4 & \z 5 & \z 6 & \z B \\
  51. \bf 852 Hz & \z 7 & \z 8 & \z 9 & \z C \\
  52. \bf 941 Hz & \z * & \z 0 & \z \# & \z D
  53. \end{tabular}
  54. \end{center}
  55. \section{Units of meaning -- Packets}
  56. Semantic information is encoded into packets. A packet can be of 5 types: {\bf
  57. Semantic}, {\bf Proper Noun}, {\bf Syntactic}, {\bf Continuation} and {\bf
  58. Variable}. A packet is a sequences of coniguous tones surrounded by blanks.
  59. additionally individual packets have a maximal length of 20 tones. If a
  60. packet's information would exceed that length limit, the extra data shall be
  61. included in one or more continuation packets (see \ref{continuation}).
  62. \subsection{Semantic Packet}
  63. A semantic packet is a packet encoding a concept. It uses the Universal Decimal
  64. Clasification to encode the topics. Numeric values are encoded with their
  65. appropriate digit, dots are encoded with \z*, colons are encoded with \z{\#\#}, double colons are encoded with \z{\#*}, square brackets are encoded with \z{A} and \z{B}, parens are encoded with \z{C} and \z{D}, plus is encoded as \z{\#A}, slash is encoded as \z{\#B}, star is encoded as \z{\#C}, quote is ecoded as \z{\#D}, dash is encoded as \z{\#0} and equals is encoded as \z{\#1}.
  66. A reference to a variable (see \ref{variables}) is to be included in between \z{**}. The variable prefix is omitted in that use.
  67. Non-UDC notation is to be included as a variable refering to a proper noun representing the string to be included and with the qualifier of \z{*}.
  68. An abbriged summary of the UDC classification containing every topic number and every construct used in the examples and the translation is available in Apendix \ref{udcsummary}. A more complete summary is available online at \url{https://udcsummary.info/}. The full specification can be obtained from the UDC consortium (by paying a substantial amount of money) or can probably be consulted at your nearest library.
  69. \newpage
  70. \subsection{Proper Nouns}
  71. A proper noun packet is encoded as follows:
  72. \begin{enumerate}
  73. \item Two Stars (\z{**})
  74. \item The length of the encoding of the proper noun in tones, expressed as an
  75. hexadecimal digit where \z* stands for 14, \z\# stands for 15 and \z0
  76. stands for 16.
  77. \item the proper noun encoded according to EBCDIC page 00803 in hexadecimal
  78. where \z* stands for 0xE and \z\# stands for 0xF.
  79. \end{enumerate}
  80. If the noun exceeds 16 tones (8 bytes) when encoded, one shall use continuation
  81. packets.
  82. If the noun cannot be fully encoded into EBCDIC 00803 it shall be expressed
  83. as a sequences of hexadecimal unicode codepoints of the form U+xxxxxxxx in
  84. normalised decomposed form then subsequently encoded to EBCDIC page 00803
  85. A proper noun must be used in the context of a Proper Noun Qualifier Packet (see
  86. \ref{references}).
  87. A copy of the EBCDIC code page can be found in Appendix \ref{ebcdic}
  88. \subsection{Syntactic Packet}
  89. Syntactic Packets start with a \z* followed by one or more digit or letters. If
  90. they take parameters those are expressed after the Syntactic packet in the order
  91. specified. They are of two kinds:
  92. \subsubsection {Morphological packets} There exists 5 such packets. They encode
  93. the gramatical role of parameters in the sentence.
  94. \begin{description}
  95. \item[Assertive \z{*1}] takes one argument and produces the clause that
  96. asserts that the postulate is true, or that the object exists
  97. \item[Intransitive \z{*2A}] takes two arguments and produces the clause with
  98. the first argument as Agent and the second argument as Verb
  99. \item[Intransitive Passive \z{*2B}] takes two arguments and produces the
  100. clause with the first argument as Patient and the second argument as Verb
  101. \item[Transitive \z{*3}] takes three arguments and produces the clause with the
  102. first argument as Subject, the sencond argument as Object, and the third
  103. argument as Verb. For an equivalent of a passive construction, simply reverse
  104. the arguments
  105. \item[Ditransitive \z{*4}] takes four arguments and produces the clause with
  106. the first argument as Subject, the second as Object, the third as Beneficiary
  107. and the fourth as Verb.
  108. \item[Collectionaliser \z{*C}] takes two constructs and forms the collection of
  109. those constructs. For larger collections, one instance of the
  110. collectionaliser is required per element. While the order is not
  111. gramatically mandated, it is common to emit all the collectionalisers of a
  112. group at the start, then list the elements.
  113. \end{description}
  114. \subsubsection{Referential Packets}
  115. \label{references}
  116. \begin{description}
  117. \item[Proper Noun Qualifier \z{*D}] Proper nouns cannot be used on their
  118. own, instead they must be qualified by:LL: the type of {\it thing} refered
  119. to by the proper noun. For that one uses this qualifer. Takes a proper
  120. noun and a common noun and produces the a reference to the {\it thing}
  121. described by the common noun refered to by the proper noun.
  122. \item[Variable Definition Packet \z{*0}] takes a variable name and a
  123. syntactic construct and assigns the syntactic construct as value of the
  124. variable. the Variable may, after this point be used in stead of the
  125. construct, this is effectively a pronoun, but not limited to just nouns
  126. and noun phrases.
  127. \item[Participant Reference \z{*A1} and \z{*A2}] refer to the
  128. participants of the conversation. The respectly refer to the speaker,
  129. the listner and both the speaker and the listner
  130. \item
  131. \end{description}
  132. \subsection{Continuation Packet}
  133. \label{continuation}
  134. A continuation packet is used whenever a packet goes over it's maximum size
  135. (3+16 tones for proper noun packets, 20 tones for semantic packets) to contain
  136. the rest of the information to be contained.
  137. A continuation packet is formed as follws
  138. \begin{itemize}
  139. \item A Star and an Octothorpe (\z{*\#})
  140. \item The number of tones in the body of the semantic packet as a single
  141. hexadecimal digit with \z* standing for 14, \z\# standing for 15 and \z0
  142. standing for 16.
  143. \item The tones of the body
  144. \end{itemize}
  145. If the entire contents cannot be fit in the body of the packey, more
  146. continuation packets shall be used.
  147. \subsection{Variable packet}\label{variables}
  148. A variable packet represents a variable to be refered too as later, they act a
  149. bit like pronouns but can refer to any construct of the language. They are
  150. formed by two Octothorpes followed by the identifier of the variables composed
  151. of up to 18 digits.
  152. \section{Actually communicating -- Flow control and error correction}
  153. The packets previously documented are only the encapsulated semantic meaning of
  154. language. An actual conversation would use the following flow control language:
  155. A discussion is initiated by a
  156. \section{Sample Texts}
  157. These text samples do not contain the control flow communications. The
  158. corresponding audio samples are as if said by a speaker at adress 42069
  159. (decimal) broadcasting to the network.
  160. \begin{quote}
  161. Hark! It was ruled by Agamashuya and His son Gu Sabah: Tian practices against
  162. the lesser side of the invisible origin of light, beset by cosmetic prohibitions
  163. of silence and restraint; for Ngu, a slave to creativity, shall make inspection
  164. and certification prior to confirmation of Najva Guns’ official status. Deny
  165. thine humanity: There are no politics in real life.
  166. \end{quote}
  167. {
  168. \catcode`#=12
  169. \MultiglossFormatFirst{\tt}
  170. \MultiglossFormatSecond{\sc}
  171. \multigloss {
  172. *B | *B | *B
  173. cnew | cnew | cnew
  174. *1 | *A1
  175. assert | 1sg
  176. *0 | ##0 | *D | **0*44*#0#0#0#0#0#0 | *#0#4#1*44*#0#0#0#0 |
  177. let | var[0] | ppn | \nf ``Agamashuya'' | cont
  178. *#0#0#0#6#7*44*#0#0 | *#0#0#0#0#0#6#1*44* | *#0#0#0#0#0#0#0#6C4
  179. cont | cont | cont
  180. *#0*44*#0#0#0#0#0#0 | *#0#6#1*44*#0#0#0#0 | *#0#0#0#7#3*44*#0#0
  181. cont | cont | cont
  182. *#0#0#0#0#0#6#8*44* | *#0#0#0#0#0#0#0#7#5 | *#0*44*#0#0#0#0#0#0
  183. cont | cont | cont
  184. *#0#7#9*44*#0#0#0#0 | *#8#0#0#6#1 | BA05
  185. cont | cont | \nf person
  186. *3 | *C | ##0 | *D | **0*44*#0#0#0#0#0#0
  187. trans | col | var[0] | ppn | \nf ``Gu Sabah''
  188. *#0#4#7*44*#0#0#0#0 | *#0#0#0#7#5*44*#0#0 | *#0#0#0#0#0#2#0*44*
  189. cont | cont | cont
  190. *#0#0#0#0#0#0#0#5#3 | *#0*44*#0#0#0#0#0#0 | *#0#6#1*44*#0#0#0#0
  191. cont | cont | cont
  192. *#0#0#0#6#2*44*#0#0 | *#0#0#0#0#0#6#1*44* | *#0#0#0#0#0#0#0#6#8
  193. cont | cont | cont
  194. BA055*1B0BA055*6CB*0 | *#4B#B1 | * | 328
  195. {\nf male child of} var[0] | cont | gnr | govern
  196. *3 | *D | **0*44*#0#0#0#0#0#0 | *#0#5#4*44*#0#0#0#0 | *#0#0#0#6#9*44*#0#0
  197. trans | ppn | \nf``Tian'' | cont | cont
  198. *#0#0#0#0#0#6#1*44* | *#0#0#0#0#0#0#0#6C5 | *1 | *2A | - | -
  199. cont|cont|assert|ntrans|\nf prohibition/cosmetic:[silence+restraint]|\nf beset
  200. - | -
  201. \nf[side:lesser]/[origin:light]:invisible | \nf fight
  202. 5}
  203. }
  204. \appendix
  205. \def\thesubsubsection{\arabic{subsubsection}}
  206. \clearpage\section{EBCDIC Code Page 803}
  207. \label{ebcdic}
  208. {\setmainfont{Iosevka}\def\arraystretch{1.25}\begin{center}
  209. \def\s#1{\footnotesize\itshape\bfseries #1}
  210. \begin{tabular}{c|cccc|cccc|cccc|cccc}
  211. & \bf x0 & \bf x1 & \bf x2 & \bf x3 & \bf x4 & \bf x5 & \bf x6 & \bf x7 & \bf x8 & \bf x9 & \bf xA & \bf xB & \bf xC & \bf xD & \bf xE & \bf xF \\\hline
  212. \bf 0x&\s{NUL}&\s{SOH}&\s{STX}&\s{ETX}&\s{ST}&\s{HT}&\s{SSA}&\s{DEL}&\s{SSA}&\s{RI}&\s{SS2}&\s{VT}&\s{FF}&\s{CR}&\s{SO}&\s{SI}\\
  213. \bf 1x&\s{DLE}&\s{DC1}&\s{DC2}&\s{DC3}&\s{OSC}&\s{NL}&\s{BS}&\s{ESA}&\s{CAN}&\s{EM}&\s{PU2}&\s{SS3}&\s{IFS}&\s{IGS}&\s{IRS}&\s{ITB}\\
  214. \bf 2x&\s{PAD}&\s{HOP}&\s{BPH}&\s{NBH}&\s{IND}&\s{LF}&\s{ETB}&\s{ESC}&\s{HTS}&\s{HTJ}&\s{VTS}&\s{PLD}&\s{UP}&\s{ENQ}&\s{ACK}&\s{BEL}\\
  215. \bf 3x&\s{DCS}&\s{BU1}&\s{SYN}&\s{STS}&\s{CCH}&\s{MW}&\s{SPA}&\s{EOT}&\s{SOS}&\s{SGCI}&\s{SCI}&\s{CSI}&\s{DC4}&\s{NAK}&\s{PM}&\s{SUB}\\\hline
  216. \bf 4x& \s{SP} &&&&&&&&&&\$&.&<&(&+&|\\
  217. \bf 5x&\h א&&&&&&&&&&\h לי֞&*&)&;&¬\\
  218. \bf 6x&-&/&&&&&&&&&&,&\%&\_&>&?\\
  219. \bf 7x&&&&&&&&&&&:&\#&@&'&=&"\\\hline
  220. \bf 8x&&\h ב &\h ג &\h ד &\h ה &\h ו &\h ז &\h ח &\h ט &\h י &&&&&&\\
  221. \bf 9x&&\h ך &\h כ &\h ל &\h ם &\h מ &\h ן &\h נ &\h ס &\h ע &&&&&&\\
  222. \bf Ax&&&\h ע &\h ף &\h פ &\h ץ &\h צ &\h ק &\h ר &\h ש &\h ת &&&&&\\
  223. \bf Bx&&&&&&&&&&&&&&&&\\\hline
  224. \bf Cx&&A&B&C&D&E&F&G&H&I&&&&&&\\
  225. \bf Dx&&J&K&L&M&N&O&P&Q&R&&\s{LRO}&\s{RLO}&\s{PDF}&&\\
  226. \bf Ex&&&S&T&U&V&W&X&Y&Z&&&&&&\\
  227. \bf Fx&0&1&2&3&4&5&6&7&8&9&&\s{LRF}&\s{RLF}&\s{LRM}&\s{RLM}&\s{APC}\\
  228. \end{tabular}
  229. \end{center}}
  230. \clearpage\section{An Abriged Summary of the Universal Decimal Classification}
  231. \label{udcsummary}
  232. \subsection{Main Tables}
  233. {\setcounter{subsubsection}{-1}
  234. \subsubsection{Science and Knowledge, Organisation, Computer Science, Information, Documentation, Librarianship, Institutions, Publications}
  235. \subsubsection{Philosophy, Psychology}
  236. \subsubsection{Religion, Theology}
  237. \subsubsection{Social Sciences}
  238. \subsubsection{\it Unused}
  239. \subsubsection{Mathematics, Natural Sciences}
  240. \subsubsection{Applied Sciences, Medicine, Technology}
  241. \subsubsection{The Arts, Recreation, Entertainment, Sport}
  242. \subsubsection{Language, Linguistics, Litterature}
  243. \subsubsection{Geography, Biography, History}
  244. }
  245. \subsection{Auxiliary Signs}
  246. \subsubsection*{{\ttfamily +} Coordination, Addition} The coordination sign + (plus) connects two or more separated (non-consecutive, non-related) UDC numbers, to denote a compound subject for which no single number exists
  247. \subsubsection*{{\ttfamily /} Consecutive extension} The extension sign / (stroke or slash) connects the first and last of a series of consecutive UDC numbers to denote a broad subject, or range of concepts.
  248. If the number following the stroke is more than three digits long and begins with a group of digits in common with the preceding number, it may be abbreviated by omitting the digits common to both, so long as the first item after the stroke is a point. Thus, in the notation built from 629.734 and 629.735, the group 629 is common to both and is not repeated; the group .735 following the stroke is coordinate with .734 preceding it: 629.734/.735; this is equivalent to 629.734+629.735 .
  249. \subsubsection*{{\ttfamily :} Simple relation} The relation sign : (colon) indicates relationship between two or more subjects by connecting their UDC numbers. Unlike the plus and stroke, the colon restricts rather than extends the subjects it connects.
  250. When the colon is used to link auxiliary numbers with biterminal signs (i.e. parentheses or quotation marks), the resultant compound number is enclosed within a single set of signs, e.g. (44:450). If required, the type of relationship between two concepts, such as bias phase, comparison, influence etc. may be further specified using common auxiliaries of phase relations.
  251. \subsubsection*{{\ttfamily ::} Order-Fixing} The double colon :: indicates a relationship and fixes the order of the UDC numbers. The symbol is used when there is a need to stress that the number following the double colon is a specification (part of the definition) of the subject by adding attribute(s) to the preceding number and that the reverse order does not represent the same meaning.
  252. \subsubsection*{{\ttfamily []} Subgrouping} Square brackets [ ] may be used as a subgrouping device within a complex combination of UDC numbers, in order to clarify the relationship of the components. Subgrouping may be needed when a subject denoted by two or more UDC numbers linked by plus sign, stroke or colon is as a whole related to another number by colon, or is modified by a common or special auxiliary
  253. \subsubsection*{{\ttfamily *} Introduction of non-UDC notation}
  254. \subsection{Auxiliary Numbers}
  255. \subsubsection*{{\ttfamily =...} Common auxiliaries of langauge}
  256. \subsubsection*{{\ttfamily (0...)} Common auxiliaries of form}
  257. \subsubsection*{{\ttfamily (1/9)} Common auxiliaries of place}
  258. \subsubsection*{{\ttfamily (=...)} Common auxiliaries of human ancestry, etnic grouping and nationality}
  259. \subsubsection*{{\ttfamily "..."} Common auxiliaries of time}
  260. \subsubsection*{{\ttfamily -0...} Common auxiliaries of general characteristics: Properties, Materials, Relations/Processes and Persons}
  261. \end{document}