Skip to content

Commit

Permalink
Explicitely noted that semicolon is a keyword separator
Browse files Browse the repository at this point in the history
  • Loading branch information
vedranmiletic committed Sep 22, 2023
1 parent ff8eb58 commit 76ecfff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/hr/nastava/radovi/preporuke.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ $endif$
pdftitle={$naslov$},
pdfsubject={$vrsta$},
pdfauthor={$autor$},
pdfkeywords={$for(ključne-riječi)$$ključne-riječi$; $endfor$}
pdfkeywords={$for(ključne-riječi)$$ključne-riječi$$sep$; $endfor$}
}
\usepackage{mathptmx}
\usepackage{amscd}
Expand Down Expand Up @@ -475,7 +475,7 @@ $sažetak$
\vspace{1cm}
\textbf{Ključne riječi}:
$for(ključne-riječi)$
$ključne-riječi$;
$ključne-riječi$$sep$;
$endfor$
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down

0 comments on commit 76ecfff

Please sign in to comment.