Compare commits

...

2 Commits
v3.1 ... master

Author SHA1 Message Date
Toshaan Bharvani 4aa9a7101d add the glossary and the building of the glossary
Signed-off-by: Toshaan Bharvani <toshaan@vantosh.com>
3 years ago
Toshaan Bharvani 9b748d9127 change the footer to include tag/hash/date
Signed-off-by: Toshaan Bharvani <toshaan@vantosh.com>
3 years ago

@ -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

@ -107,7 +107,7 @@
}
\fancyfoot[C]{
\begin{tiny}
\gitAbbrevHash{}
\gitFirstTagDescribe{} (\gitAbbrevHash{} - \gitAuthorDate{})
\end{tiny}
}
\fancyfoot[R]{

@ -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}
Loading…
Cancel
Save