mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-07-27 21:29:09 +02:00
[DMDB] Set up glossary
This commit is contained in:
Binary file not shown.
@@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
\input{~/projects/latex/janishutz-helpers.tex}
|
\input{~/projects/latex/janishutz-helpers.tex}
|
||||||
|
|
||||||
|
\setupGlossary
|
||||||
|
\input{glossary/main.tex}
|
||||||
|
|
||||||
\usepackage{lmodern}
|
\usepackage{lmodern}
|
||||||
\setFontType{sans}
|
\setFontType{sans}
|
||||||
|
|
||||||
@@ -34,14 +37,19 @@
|
|||||||
\end{Large}
|
\end{Large}
|
||||||
\end{center}
|
\end{center}
|
||||||
|
|
||||||
|
|
||||||
\newpage
|
\newpage
|
||||||
|
|
||||||
\printtoc{Aquamarine}
|
\printtoc{Aquamarine}
|
||||||
|
|
||||||
|
\newpage
|
||||||
|
|
||||||
\section{Introduction}
|
\section{Introduction}
|
||||||
A note on the quote on the title page: He did not \textit{actually} mean ``curry'', but of course ``query'', but he just pronounced it that way.
|
A note on the quote on the title page: He did not \textit{actually} mean ``curry'', but of course ``query'', but he just pronounced it that way.
|
||||||
|
|
||||||
|
This summary assumes some basic knowledge about databases.
|
||||||
|
All words written in \textbf{bold} should be clickable and should link you to the corresponding term in the glossary.
|
||||||
|
If I did not forget a term that is, of course.
|
||||||
|
|
||||||
|
|
||||||
\newsection
|
\newsection
|
||||||
\section{SQL}
|
\section{SQL}
|
||||||
@@ -49,5 +57,7 @@ A note on the quote on the title page: He did not \textit{actually} mean ``curry
|
|||||||
\input{parts/00_sql/01_operations.tex}
|
\input{parts/00_sql/01_operations.tex}
|
||||||
|
|
||||||
|
|
||||||
|
\printGlossary
|
||||||
|
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
\newacronym{sql}{SQL}{Structured Query Language}
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
\newglossaryentry{declarative}{
|
||||||
|
name={declarative},
|
||||||
|
description={Describes \textit{what} to achieve, but not how}
|
||||||
|
}
|
||||||
|
\newglossaryentry{imperative}{
|
||||||
|
name={imperative},
|
||||||
|
description={Describes how to achieve something}
|
||||||
|
}
|
||||||
|
% \newglossaryentry{}{
|
||||||
|
% name={},
|
||||||
|
% description={}
|
||||||
|
% }
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
\input{glossary/acronyms.tex}
|
||||||
|
\input{glossary/basics.tex}
|
||||||
|
% \input{}
|
||||||
@@ -1 +1 @@
|
|||||||
SQL is a declarative programming language, used to describe and operate on databases.
|
\refacr{sql} is a \refgls{declarative} programming language, used to describe and operate on databases.
|
||||||
|
|||||||
Reference in New Issue
Block a user