diff options
-rw-r--r-- | templates/book.latex | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/book.latex b/templates/book.latex index 7e49fd0..5f5150c 100644 --- a/templates/book.latex +++ b/templates/book.latex @@ -20,7 +20,7 @@ % % title: The title of the document % subtitle: The subtitle of the article -% author: Author's name +% author: list of author's name % license: License of the document % lang: es-ES % polyglossia: @@ -408,7 +408,11 @@ $endif$ \fancypagestyle{titlepage}{% \fancyhead{} % clear header %\renewcommand{\headrulewidth}{0pt} - \fancyfoot[R]{$author$} + \fancyfoot[R]{ + $if(author)$ + $for(author)$$author$$sep$, $endfor$ + $endif$ + } \fancyfoot[L]{$if(license)$ $license$ $endif$} } |