parts/context: work on introduction

Figuring out what exactly will follow I need to know what I can build
upon.
This commit is contained in:
steveej 2017-07-13 21:03:02 +02:00
parent 1f4d579dcc
commit 77d01e79b1
6 changed files with 228 additions and 146 deletions

View file

@ -1,10 +1,10 @@
% // vim: set ft=tex:
\newglossaryentry{rustlang}{
name = Rust,
description = {
The Rust Programming Language.
},
\newglossaryentry{Rust}{
name=Rust
, description={
TODO programming language
}
}
\newglossaryentry{compiler}{
@ -219,3 +219,30 @@
}
}
\newglossaryentry{C}{
name=C programming language,
, description={
TODO C
}
}
\newglossaryentry{CPU}{
name=Central Processing Unit
, description={
TODO CPU
}
}
\newglossaryentry{MMU}{
name=Memory Management Unit
, description={
TODO MMU
}
}
\newglossaryentry{sysadmin}{
name=System Administrator
, description={
TODO sysadmin
}
}