Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
astron-texmf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON SDC
Documents
astron-texmf
Commits
4a487bee
Commit
4a487bee
authored
4 years ago
by
John Swinbank
Browse files
Options
Downloads
Patches
Plain Diff
Add abbreviations to example
parent
0c63d30c
Branches
u/swinbank/abbreviations
Branches containing commit
No related tags found
1 merge request
!4
Add abbreviations
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
example/.gitignore
+2
-0
2 additions, 0 deletions
example/.gitignore
example/Makefile
+5
-3
5 additions, 3 deletions
example/Makefile
example/example.tex
+12
-1
12 additions, 1 deletion
example/example.tex
texmf/tex/latex/astron/astron.cls
+1
-0
1 addition, 0 deletions
texmf/tex/latex/astron/astron.cls
with
20 additions
and
4 deletions
example/.gitignore
+
2
−
0
View file @
4a487bee
example.aux
example.aux
example.glo
example.ist
example.log
example.log
example.out
example.out
example.pdf
example.pdf
...
...
This diff is collapsed.
Click to expand it.
example/Makefile
+
5
−
3
View file @
4a487bee
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
:
...
...
This diff is collapsed.
Click to expand it.
example/example.tex
+
12
−
1
View file @
4a487bee
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
texmf/tex/latex/astron/astron.cls
+
1
−
0
View file @
4a487bee
...
@@ -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
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment