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.

463 lines
19 KiB

5 months ago
4 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
4 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
4 months ago
4 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
4 months ago
5 months ago
3 months ago
5 months ago
3 months ago
5 months ago
5 months ago
3 months ago
5 months ago
3 months ago
5 months ago
5 months ago
3 months ago
5 months ago
3 months ago
5 months ago
3 months ago
5 months ago
3 months ago
5 months ago
3 months ago
5 months ago
3 months ago
4 months ago
3 months ago
4 months ago
3 months ago
4 months ago
3 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
5 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 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{Andika}[StylisticSet = 13]
  6. \setmonofont{Iosevka}[
  7. Scale=MatchUppercase,
  8. CharacterVariant={99:8}
  9. ]
  10. \newfontfamily\h{Cousine}[Scale=MatchUppercase]
  11. \usepackage[margin=25mm]{geometry}
  12. \usepackage{nguhslides/nguhgloss}
  13. \usepackage{xcolor}
  14. \usepackage{hyperref}
  15. \hypersetup{colorlinks=true,allcolors=blue!50!black}
  16. \let\nf\normalfont
  17. \def\z#1{\texttt{#1}}
  18. \def\Clong{\z{811\#0*034C534*4\#C004-*\#3*75}}
  19. \def\doctitle{\Clong}
  20. \def\docstitle{A CCC3 Submission}
  21. \def\docauthor{Annwan}
  22. \def\docdate{\today}
  23. \setlength\parskip{1ex}
  24. \setlength\parindent{0ex}
  25. \begin{document}
  26. \thispagestyle{empty}
  27. \topskip0pt
  28. \vspace*{\fill}
  29. \begin{center}
  30. {\Large \doctitle}\\
  31. {\large \docstitle}\\
  32. {\docauthor}\\
  33. {\docdate}
  34. \end{center}
  35. \vspace*{\fill}
  36. \clearpage
  37. \setcounter{page}{1}
  38. \def\thepage{\Roman{page}}
  39. \tableofcontents
  40. \clearpage
  41. \setcounter{page}{1}
  42. \def\thepage{\arabic{page}}
  43. \section{Presentation}
  44. \Clong is the language of telephone exchanges
  45. \section{Phone-ology}
  46. Telephone exchanges cannot speak like humans do. Instead, \Clong uses DTMF
  47. Keypad Tones to convey information.
  48. Here is a table of DTMF tones for reference.
  49. \begin{center}
  50. \begin{tabular}{c|cccc}
  51. & \bf 1209 Hz & \bf 1336 Hz & \bf 1477 Hz & \bf 1633 Hz \\\hline
  52. \bf 697 Hz & \z 1 & \z 2 & \z 3 & \z A \\
  53. \bf 770 Hz & \z 4 & \z 5 & \z 6 & \z B \\
  54. \bf 852 Hz & \z 7 & \z 8 & \z 9 & \z C \\
  55. \bf 941 Hz & \z * & \z 0 & \z \# & \z D
  56. \end{tabular}
  57. \end{center}
  58. \section{Units of speach -- Packets}
  59. Linguistic information is encoded into packets. A packet is of the following
  60. form
  61. \begin{description}
  62. \item[Recipient Identification] is a complete international phone number without
  63. the national escape (length is variable, but numbers are prefix-unique). The
  64. number \z{\#} is used for broadcast.
  65. \item[Sender Information] is a complete international phone number without the
  66. national escape (length is variable, but numbers are prefix-unique).
  67. \item[Sequence number] The number of packets transmitted previously between
  68. the two parties (so that they may be reordered if the arrive out-of-order).
  69. (over 3 tones decimal)
  70. \item[Packet Type] one tone
  71. \begin{description}
  72. \item[\z1] Semantic packet
  73. \item[\z\#] Litteral string
  74. \item[\z*] Grammar packet
  75. \item[\z0] Continuation
  76. \end{description}
  77. \item[Data Length] 2 tone decimal, in tones, less than or equal to 32.
  78. \item[Data] contents of the packets
  79. \end{description}
  80. Should the data of a packet not fit within 32 tones, you shall use a
  81. continuation packet.
  82. \subsection{Semantic Packet}
  83. A semantic packet is a packet encoding a concept. Its format is that of the
  84. Universal Decimal Clasification with the periods omitted to encode the topics.
  85. Numeric values are encoded with their appropriate digit, colons are encoded as
  86. \z{C*}, parens are encoded as \z{A*} and \z{A\#}, brackets are encoded as \z{B*}
  87. and \b{B\#}, quotes are encoded as \z{C\#}, dash is encoded as \z{D*}, equals is
  88. encoded as \z{D\#} and plus is encoded as a lone \z\#.
  89. A reference to a variable (see \ref{variables}) is to be included in between \z{*}.
  90. Non-UDC notation is to be included as a variable refering to a litteral string
  91. containing the data to be included.
  92. 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.
  93. \subsection{Litteral string packets}
  94. The Data of a proper noun pack
  95. \begin{enumerate}
  96. \item Two Stars (\z{**})
  97. \item The length of the encoding of the proper noun in tones, expressed as an
  98. hexadecimal digit where \z* stands for 14, \z\# stands for 15 and \z0
  99. stands for 16.
  100. \item the proper noun encoded according to EBCDIC page 00803 in hexadecimal
  101. where \z* stands for 0xE and \z\# stands for 0xF.
  102. \end{enumerate}
  103. If the noun exceeds 16 tones (8 bytes) when encoded, one shall use continuation
  104. packets.
  105. If the noun cannot be fully encoded into EBCDIC 00803 it shall be expressed
  106. as a sequences of hexadecimal unicode codepoints of the form U+xxxxxxxx in
  107. normalised decomposed form then subsequently encoded to EBCDIC page 00803
  108. A proper noun must be used in the context of a Proper Noun Qualifier Packet (see
  109. \ref{references}).
  110. A copy of the EBCDIC code page can be found in Appendix \ref{ebcdic}
  111. \subsection{Syntactic Packet}
  112. Syntactic Packets start with a \z* followed by one or more digit or letters. If
  113. they take parameters those are expressed after the Syntactic packet in the order
  114. specified. They are of two kinds:
  115. \subsubsection {Morphological packets} There exists 5 such packets. They encode
  116. the gramatical role of parameters in the sentence.
  117. \begin{description}
  118. \item[Assertive \z{*1}] takes one argument and produces the clause that
  119. asserts that the postulate is true, or that the object exists
  120. \item[Intransitive \z{*2A}] takes two arguments and produces the clause with
  121. the first argument as Agent and the second argument as Verb
  122. \item[Intransitive Passive \z{*2B}] takes two arguments and produces the
  123. clause with the first argument as Patient and the second argument as Verb
  124. \item[Transitive \z{*3}] takes three arguments and produces the clause with the
  125. first argument as Subject, the sencond argument as Object, and the third
  126. argument as Verb. For an equivalent of a passive construction, simply reverse
  127. the arguments
  128. \item[Ditransitive \z{*4}] takes four arguments and produces the clause with
  129. the first argument as Subject, the second as Object, the third as Beneficiary
  130. and the fourth as Verb.
  131. \item[Collectionaliser \z{*C}] takes two constructs and forms the collection of
  132. those constructs. For larger collections, one instance of the
  133. collectionaliser is required per element. While the order is not
  134. gramatically mandated, it is common to emit all the collectionalisers of a
  135. group at the start, then list the elements.
  136. \end{description}
  137. \subsubsection{Referential Packets}
  138. \label{references}
  139. \begin{description}
  140. \item[Proper Noun Qualifier \z{*D}] Proper nouns cannot be used on their
  141. own, instead they must be qualified by:LL: the type of {\it thing} refered
  142. to by the proper noun. For that one uses this qualifer. Takes a proper
  143. noun and a common noun and produces the a reference to the {\it thing}
  144. described by the common noun refered to by the proper noun.
  145. \item[Variable Definition Packet \z{*0}] takes a variable name and a
  146. syntactic construct and assigns the syntactic construct as value of the
  147. variable. the Variable may, after this point be used in stead of the
  148. construct, this is effectively a pronoun, but not limited to just nouns
  149. and noun phrases.
  150. \item[Participant Reference \z{*A1} and \z{*A2}] refer to the
  151. participants of the conversation. The respectly refer to the speaker,
  152. the listner and both the speaker and the listner
  153. \item
  154. \end{description}
  155. \subsection{Continuation Packet}
  156. \label{continuation}
  157. A continuation packet is used whenever a packet goes over it's maximum size
  158. (3+16 tones for proper noun packets, 20 tones for semantic packets) to contain
  159. the rest of the information to be contained.
  160. A continuation packet is formed as follws
  161. \begin{itemize}
  162. \item A Star and an Octothorpe (\z{*\#})
  163. \item The number of tones in the body of the semantic packet as a single
  164. hexadecimal digit with \z* standing for 14, \z\# standing for 15 and \z0
  165. standing for 16.
  166. \item The tones of the body
  167. \end{itemize}
  168. If the entire contents cannot be fit in the body of the packey, more
  169. continuation packets shall be used.
  170. \subsection{Variable packet}\label{variables}
  171. A variable packet represents a variable to be refered too as later, they act a
  172. bit like pronouns but can refer to any construct of the language. They are
  173. formed by two Octothorpes followed by the identifier of the variables composed
  174. of up to 18 digits.
  175. \section{Ordering things around -- Syntax}
  176. \section{Sample Texts}
  177. These text samples are as if said by a speaker at +690 042\footnote{This number
  178. is in an unused range in the Small pacific island of Tokelau} broadcasting to
  179. the network. The gloss does not contain the sender, recipient, sequence number
  180. and length information.
  181. \begin{quote}
  182. Hark! It was ruled by Agamashuya and His son Gu Sabah: Tian practices against
  183. the lesser side of the invisible origin of light, beset by cosmetic prohibitions
  184. of silence and restraint; for Ngu, a slave to creativity, shall make inspection
  185. and certification prior to confirmation of Najva Guns’ official status. Deny
  186. thine humanity: There are no politics in real life.
  187. \end{quote}
  188. \def\p#1#2#3#4{{\color{orange!20!gray}\#690042#2\color{black}#1\color{orange!20!gray}#3\color{black}#4}}
  189. {
  190. \catcode`#=12
  191. \MultiglossFormatFirst{\tt}
  192. \MultiglossFormatSecond{\sc}
  193. \begin{center}\begin{minipage}{0.5\textwidth}
  194. \begin{verbatim}
  195. #690042000*01B #690042002*01B #690042003*01B
  196. #690042004*01B #690042005*01B #690042006*01B
  197. #690042007*01B #690042008*011 #690042009*02A1
  198. #690042010*010 #690042011A010 #690042012*01D
  199. #690042013#32*44*#0#0#0#0#0#0#4#1*44*#0#0#0#0
  200. #690042014132#0#0#6#7*44*#0#0#0#0#0#0#6#1*44*
  201. #690042015132#0#0#0#0#0#0#6C4*44*#0#0#0#0#0#0
  202. #690042016132#6#1*44*#0#0#0#0#0#0#7#3*44*#0#0
  203. #690042017132#0#0#0#0#6#8*44*#0#0#0#0#0#0#7#5
  204. #690042018120*44*#0#0#0#0#0#0#6#1 #690042019004D*05
  205. #690042020*013 #690042021*01C #690042022A010
  206. #690042023*01D
  207. #690042024#32*44*#0#0#0#0#0#0#4#7*44*#0#0#0#0
  208. #690042025132#0#0#7#5*44*#0#0#0#0#0#0#2#0*44*
  209. #690042026132#0#0#0#0#0#0#5#3*44*#0#0#0#0#0#0
  210. #690042027132#6#1*44*#0#0#0#0#0#0#6#2*44*#0#0
  211. #690042028132#0#0#0#0#6#1*44*#0#0#0#0#0#0#6#8
  212. #690042029016D*0551#0556C**0* #690042030000
  213. #690042031003328 #690042032*013 #690042033*01D
  214. #690042034#32*44*#0#0#0#0#0#0#5#4*44*#0#0#0#0
  215. #690042035132#0#0#6#9*44*#0#0#0#0#0#0#6#1*44*
  216. #690042036116#0#0#0#0#0#0#6C5 #690042037*011
  217. #690042038*022A
  218. #69004203903217025A*002A#C*C*B*534322C*161223
  219. #690042040108#32325B# #69004204100535501
  220. #6900420420135308485D*1972 #690042043*010
  221. #690042044A011 #690042045*01D
  222. #690042046#32*44*#0#0#0#0#0#0#4C5*44*#0#0#0#0
  223. #690042047132#0#0#6#1*44*#0#0#0#0#0#0#6C1*44*
  224. #690042048132#0#0#0#0#0#0#7#6*44*#0#0#0#0#0#0
  225. #690042049132#6#1*44*#0#0#0#0#0#0#2#0*44*#0#0
  226. #690042050132#0#0#0#0#4#7*44*#0#0#0#0#0#0#7#5
  227. #690042051132*44*#0#0#0#0#0#0#6C5*44*#0#0#0#0
  228. #690042052108#0#0#7#3 #69004205300511#62
  229. #690042054*013 #690042055*01D
  230. #690042056#32*44*#0#0#0#0#0#0#4C5*44*#0#0#0#0
  231. #690042057128#0#0#6#7*44*#0#0#0#0#0#0#7#5
  232. #690042058013326C*C*159954
  233. #690042059032B*350726#34718B#C#311C*35073526C
  234. #690042060117*C*34718C*C**1*C#
  235. #6900420610041232 #690042062*013 #690042063*02A2
  236. #690042064011177C*C**A2* #69004206500532325
  237. #690042066*011 #690042067025B*32C*C*111823B#C*1612223
  238. \end{verbatim}
  239. \end{minipage}\end{center}
  240. \multigloss {
  241. *B | *B | *B | *B| *B | *B | *B | *B
  242. new clause | new clause | new clause | new clause | new clause | new clause | new clause
  243. *1 | *A1
  244. assert | 1
  245. *0 | A0 | *D
  246. let | var[0] | ppn
  247. #*44*#0#0#0#0#0#0#4#1*44*#0#0#0#0 | 1#0#0#6#7*44*#0#0#0#0#0#0#6#1*44*
  248. lit-\nf“Agamashuya” | cont
  249. 1#0#0#0#0#0#0#6C4*44*#0#0#0#0#0#0 | 1#6#1*44*#0#0#0#0#0#0#7#3*44*#0#0
  250. cont | cont
  251. 1#0#0#0#0#6#8*44*#0#0#0#0#0#0#7#5 | 1*44*#0#0#0#0#0#0#6#1 | 0D*05
  252. cont | cont | \nf person
  253. *3 | *C | A0 | *D |
  254. trans | col | var[0] | ppn
  255. #*44*#0#0#0#0#0#0#4#7*44*#0#0#0#0 | 1#0#0#7#5*44*#0#0#0#0#0#0#2#0*44*
  256. lit-\nf“Gu Sabah” | cont
  257. 1#0#0#0#0#0#0#5#3*44*#0#0#0#0#0#0 | 1#6#1*44*#0#0#0#0#0#0#6#2*44*#0#0
  258. cont | cont
  259. 1#0#0#0#0#6#1*44*#0#0#0#0#0#0#6#8 | 0D*0551#0556C**0* | 0 | 0328
  260. cont | {\nf male child of} var[0] | gnr | \nf govern
  261. *3 | *D | #*44*#0#0#0#0#0#0#5#4*44*#0#0#0#0
  262. trans | ppn | lit-\nf“Tian”
  263. 1#0#0#6#9*44*#0#0#0#0#0#0#6#1*44* | 1#0#0#0#0#0#0#6C5 | *1 | *2A
  264. cont | cont
  265. 017025A*002A#C*C*B*534322C*161223 | 1#32325B# | 035501
  266. \nf prohibitions(cosmetic)::[noise:{\sc neg}+restraint] | cont | \nf fight
  267. 05308485D*1972 | 035501
  268. \nf source of light-underside | \nf fight
  269. *0 | A1 | *D
  270. let | var[1] | ppn
  271. #*44*#0#0#0#0#0#0#4C5*44*#0#0#0#0 | 1#0#0#6#1*44*#0#0#0#0#0#0#6C1*44*
  272. lit-\nf“Najva Guns” | cont
  273. 1#0#0#0#0#0#0#7#6*44*#0#0#0#0#0#0 | 1#6#1*44*#0#0#0#0#0#0#2#0*44*#0#0
  274. cont | cont
  275. 1#0#0#0#0#4#7*44*#0#0#0#0#0#0#7#5 | 1*44*#0#0#0#0#0#0#6C5*44*#0#0#0#0
  276. cont | cont
  277. 1#0#0#7#3 | 011#62
  278. cont | metaphisics+enginneering
  279. *3 | *D | #*44*#0#0#0#0#0#0#4C5*44*#0#0#0#0
  280. trans | ppn | lit-\nf“Ngu”
  281. 1#0#0#6#7*44*#0#0#0#0#0#0#7#5 | 0326C*C*159954
  282. cont | slave::creativity
  283. 0B*350726#34718B#C#311C*35073526C | 1*C*34718C*C**1*C#
  284. \nf [inspect+certify]“before:confirm::official::{\sc var[1]}” | cont
  285. 01232
  286. need
  287. *3 | *A2 | 0177C*C**A2* | 032325
  288. trans | 2 | \nf humanity::{\sc pro 2} | deny
  289. *1 | 0B*32C*C*111823B#C*1612223
  290. assert | [politics::reality]:\sc NEG
  291. }
  292. There are no politics in real life
  293. }
  294. \appendix
  295. \def\thesubsubsection{\arabic{subsubsection}}
  296. \clearpage
  297. \setcounter{page}{1}
  298. \def\thepage{\roman{page}}
  299. \section{EBCDIC Code Page 803}
  300. \label{ebcdic}
  301. {\setmainfont{Iosevka}\def\arraystretch{1.25}\begin{center}
  302. \def\s#1{\footnotesize\itshape\bfseries #1}
  303. \begin{tabular}{c|cccc|cccc|cccc|cccc}
  304. & \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
  305. \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}\\
  306. \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}\\
  307. \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}\\
  308. \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
  309. \bf 4x& \s{SP} &&&&&&&&&&\$&.&<&(&+&|\\
  310. \bf 5x&\h א&&&&&&&&&&!\h לי֞&*&)&;&¬\\
  311. \bf 6x&-&/&&&&&&&&&&,&\%&\_&>&?\\
  312. \bf 7x&&&&&&&&&&&:&\#&@&\textquotesingle&=&\textquotedbl\\\hline
  313. \bf 8x&&\h ב &\h ג &\h ד &\h ה &\h ו &\h ז &\h ח &\h ט &\h י &&&&&&\\
  314. \bf 9x&&\h ך &\h כ &\h ל &\h ם &\h מ &\h ן &\h נ &\h ס &\h ע &&&&&\h&\\
  315. \bf Ax&&&\h ע &\h ף &\h פ &\h ץ &\h צ &\h ק &\h ר &\h ש &\h ת &&&&&\\
  316. \bf Bx&&&&&&&&&&&&&&&&\\\hline
  317. \bf Cx&&A&B&C&D&E&F&G&H&I&&&&&&\\
  318. \bf Dx&&J&K&L&M&N&O&P&Q&R&&\s{LRO}&\s{RLO}&\s{PDF}&&\\
  319. \bf Ex&&&S&T&U&V&W&X&Y&Z&&&&&&\\
  320. \bf Fx&0&1&2&3&4&5&6&7&8&9&&\s{LRF}&\s{RLF}&\s{LRM}&\s{RLM}&\s{APC}\\
  321. \end{tabular}
  322. \end{center}}
  323. \clearpage\section{An Abriged Summary of the Universal Decimal Classification}
  324. \label{udcsummary}
  325. \subsection{Main Tables}
  326. {\setcounter{subsubsection}{-1}
  327. \subsubsection{Science and Knowledge, Organisation, Computer Science, Information, Documentation, Librarianship, Institutions, Publications}
  328. \subsubsection{Philosophy, Psychology}
  329. \begin{description}
  330. \item[11183] Truth (Philosophy)
  331. \item[1612223] Truth (Logic) (used a a negation)
  332. \item[17025] Prohibitions (moral obligations and prohibitions)
  333. \end{description}
  334. \subsubsection{Religion, Theology}
  335. \subsubsection{Social Sciences}
  336. \begin{description}
  337. \item[32] Politics
  338. \item[328] Parliaments. Representation of the people. Governments.
  339. \item[32325] Deny (legal obligations and prohibitions)
  340. \end{description}
  341. \subsubsection{\it Unused}
  342. \subsubsection{Mathematics, Natural Sciences}
  343. \begin{description}
  344. \item[5308485] light source
  345. \end{description}
  346. \subsubsection{Applied Sciences, Medicine, Technology}
  347. \subsubsection{The Arts, Recreation, Entertainment, Sport}
  348. \subsubsection{Language, Linguistics, Litterature}
  349. \begin{description}
  350. \item[81] Linguistics and Languages
  351. \item[811] Languages
  352. \end{description}
  353. \subsubsection{Geography, Biography, History}
  354. }
  355. \subsection{Auxiliary Signs}
  356. \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
  357. \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.
  358. 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 .
  359. \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.
  360. 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.
  361. \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.
  362. \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
  363. \subsubsection*{{\ttfamily *} Introduction of non-UDC notation}
  364. \subsection{Auxiliary Numbers}
  365. \subsubsection*{{\ttfamily (0...)} Common auxiliaries of form}
  366. \begin{description}
  367. \item[(002)] Appearance
  368. \end{description}
  369. \subsubsection*{{\ttfamily (-1/9)} Common auxiliaries of place}
  370. \begin{description}
  371. \item[(-1972)] Under side
  372. \end{description}
  373. \subsubsection*{{\ttfamily (=...)} Common auxiliaries of human ancestry, etnic grouping and nationality}
  374. \subsubsection*{{\ttfamily "..."} Common auxiliaries of time}
  375. \begin{description}
  376. \item[“311”] in the past, before
  377. \end{description}
  378. \subsubsection*{{\ttfamily -0...} Common auxiliaries of general characteristics: Properties, Materials, Relations/Processes and Persons}
  379. \begin{description}
  380. \item[-055] Person
  381. \item[-0551] Male Person
  382. \item[-0556] Person in filial or descendent relation
  383. \end{description}
  384. \end{document}