Skip to content
Snippets Groups Projects
Verified Commit d23752d5 authored by John Swinbank's avatar John Swinbank
Browse files

Merge branch 'u/swinbank/abbreviations'

parents a0d53da5 4a487bee
No related branches found
No related tags found
1 merge request!4Add abbreviations
example.aux example.aux
example.glo
example.ist
example.log example.log
example.out example.out
example.pdf example.pdf
......
DOCNAME=example
export TEXMFHOME ?= ../texmf export TEXMFHOME ?= ../texmf
GITVERSION := $(shell git log -1 --date=short --pretty=%h) GITVERSION := $(shell git log -1 --date=short --pretty=%h)
...@@ -7,9 +8,10 @@ ifneq "$(GITSTATUS)" "" ...@@ -7,9 +8,10 @@ ifneq "$(GITSTATUS)" ""
GITDIRTY = -dirty GITDIRTY = -dirty
endif endif
example.pdf: example.tex meta.tex $(DOCNAME).pdf: $(DOCNAME).tex meta.tex
xelatex example xelatex $(DOCNAME)
xelatex example makeglossaries $(DOCNAME)
xelatex $(DOCNAME)
.FORCE: .FORCE:
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
\setDocChangeRecord{ \setDocChangeRecord{
\addChangeRecord{1.0}{2020-11-15}{Initial release} \addChangeRecord{1.0}{2020-11-15}{Initial release}
\addChangeRecord{2.0}{2020-11-18}{Add list of abbreviations}
} }
\setDocAuthors{ \setDocAuthors{
...@@ -30,9 +31,20 @@ ...@@ -30,9 +31,20 @@
\addPerson{A person}{An institute}{A date} \addPerson{A person}{An institute}{A date}
} }
\input{astron-abbreviations}
\makeglossaries
\begin{document} \begin{document}
\maketitle \maketitle
\setglossarystyle{altlist}
\printglossary[title=List of abbreviations]
\clearpage
Check that abbreviations are working properly: \gls{SDC}, \gls{SKA}.
\section{First section}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Quisque bibendum metus tortor, sit amet lobortis mi semper et. Quisque bibendum metus tortor, sit amet lobortis mi semper et.
Aenean in leo at nisi scelerisque feugiat. Aenean in leo at nisi scelerisque feugiat.
...@@ -42,7 +54,6 @@ Proin aliquam ante nec sem ullamcorper sollicitudin. ...@@ -42,7 +54,6 @@ Proin aliquam ante nec sem ullamcorper sollicitudin.
Ut accumsan efficitur ante, eget laoreet nisl pellentesque quis. Ut accumsan efficitur ante, eget laoreet nisl pellentesque quis.
Nunc ac ornare sem. Nunc ac ornare sem.
\section{First section}
Sed enim libero, mattis nec ex vel, consectetur auctor magna. Sed enim libero, mattis nec ex vel, consectetur auctor magna.
Integer venenatis blandit mi quis auctor. Integer venenatis blandit mi quis auctor.
......
...@@ -12,5 +12,6 @@ latex ...@@ -12,5 +12,6 @@ latex
astron astron
./tex/latex/astron: ./tex/latex/astron:
astron-acronyms.tex
astron-logo.pdf astron-logo.pdf
astron.cls astron.cls
\newacronym{ALTA}{ALTA}{Apertif Long Term Archive}
\newacronym{AO}{A\&O}{Astronomy and Operations}
\newacronym{DUPLLO}{DUPLLO}{Digital Upgrade for Premier LOFAR Low-band Observing}
\newacronym{EOSC}{EOSC}{European Open Science Cloud}
\newacronym{ESFRI}{ESFRI}{European Strategy Forum on Research Infrastructures}
\newacronym{FuSE}{FuSE}{Fundamental Sciences E-infrastructure}
\newacronym{HBA}{HBA}{High-Band Antenna}
\newacronym{ICA}{ICA}{Internal Cooperation Agreement}
\newacronym{ILT}{ILT}{International LOFAR Telescope}
\newacronym{IS}{I\&S}{Innovation and Systems}
\newacronym{LBA}{LBA}{Low-Band Antenna}
\newacronym{LTA}{LTA}{Long Term Archive}
\newacronym{SBe}{SBe}{Smart Backend}
\newacronym{SDCO}{SDCO}{Science Data Centre Operations}
\newacronym{SDC}{SDC}{Science Data Centre}
\newacronym{SDF-PPE}{SDF-PPE}{Science Delivery Framework Production Pipeline Enhancement}
\newacronym{SDF}{SDF}{Science Delivery Framework}
\newacronym{SD}{SD}{Software Delivery}
\newacronym{SKARC}{SKARC}{Square Kilometre Array Regional Centre}
\newacronym{SKA}{SKA}{Square Kilometre Array}
\newacronym{TMSS}{TMSS}{Telescope Manager Specification System}
\newacronym{TO}{TO}{Telescope Operations}
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
\RequirePackage[absolute]{textpos} \RequirePackage[absolute]{textpos}
\RequirePackage{fancyhdr} \RequirePackage{fancyhdr}
\RequirePackage{geometry} \RequirePackage{geometry}
\RequirePackage[nonumberlist,nogroupskip]{glossaries}
\RequirePackage{graphicx} \RequirePackage{graphicx}
\RequirePackage{lastpage} \RequirePackage{lastpage}
\RequirePackage{microtype} \RequirePackage{microtype}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment