Skip to content

Commit

Permalink
🔧 defensive keywords usage (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejpurves authored Dec 6, 2023
1 parent b9e9657 commit eeca1df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,12 @@
[# endif #]

% Include a list of keywords after the abstract
[# if doc.keywords #]
\keywords{[-doc.keywords|join(", ")-]}
[# else #]
\keywords{}
[# endif #]



[-CONTENT-]
Expand Down
2 changes: 1 addition & 1 deletion template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: >-
A template using the styles provided by the SPIE for publications in their
proceedings
authors:
- name: SPIE
- name: SPIE Society
website: https://www.spie.org/
affiliations:
- SPIE
Expand Down

0 comments on commit eeca1df

Please sign in to comment.