From 4aa9a7101dd96148afbac7f23029a6ff85d8f55d Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Fri, 7 May 2021 09:59:46 +0200 Subject: [PATCH] add the glossary and the building of the glossary Signed-off-by: Toshaan Bharvani --- Makefile | 1 + glossaries.tex | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 glossaries.tex diff --git a/Makefile b/Makefile index b2d093b..de23d2f 100755 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ tex: $(TEXFILE).tex @test -d $(TMPDIR) || mkdir $(TMPDIR) @echo "Running 2 compiles $(TMPDIR)" @pdflatex -output-directory=$(TMPDIR) -interaction=batchmode -file-line-error -no-shell-escape $< > /dev/null + @makeglossaries -d $(TMPDIR) $(TEXFILE) @pdflatex -output-directory=$(TMPDIR) -interaction=batchmode -file-line-error -no-shell-escape $< > /dev/null @cp $(TMPDIR)/$(TEXFILE).pdf . @echo $(FIRSTTAG) > version diff --git a/glossaries.tex b/glossaries.tex new file mode 100644 index 0000000..e2e7c20 --- /dev/null +++ b/glossaries.tex @@ -0,0 +1,18 @@ +\makeglossaries + +\renewcommand*{\glspostdescription}{} + +%%% Acronyms +\newacronym{IPR}{IPR}{Intellectual Property Rights} +\newacronym{SIG}{SIG}{Special Integration Work Group} +\newacronym{TWG}{TWG}{Technical Work Group} + +\newacronym{BMC}{BMC}{Baseboard Management Controller} +\newacronym{OCP}{OCP}{Open Compute Project} +\newacronym{DC-SCM}{DC-SCM}{Datacenter Secure Control Module} +\newacronym{ISA}{ISA}{Instruction Set Architecture} +\newacronym{RTL}{RTL}{Register-Transfer-Level} +\newacronym{PDK}{PDK}{Process Design Kit} +\newacronym{FPGA}{FPGA}{Field Programmable Gate Arrays} +\newacronym{LSB}{LSB}{Linux Standard Base} +\newacronym{OS}{OS}{Open Source}