Closed DS-Rodrigues closed 3 years ago
I don't know, sorry; formatting details are out of scope for these filter.
Maybe there exists a simple command that can be inserted via header-includes
; a LaTeX site like https://tex.stackexchange.com might be able to help.
Thanks @tarleb Albert Krewinkel, I've just done that. Can I just confirm - Changing the font size of authors' names is also part of formatting details and not really something to be set in these filters, correct?
Yes, that's correct.
Hi @tarleb - I got some feedback to this at https://tex.stackexchange.com/questions/621821/how-to-reduce-space-between-authors-via-header-includes/623107#623107. Would pandoc accept this suggestion? Do you know how I could include this information in R Markdown?
Hi @DS-Rodrigues, I believe adding the following to the YAML header should do what you need (untested):
header-includes:
- |
```{=latex}
\makeatletter
\DeclareRobustCommand\and{% % \begin{tabular}
\end{tabular}%
\hskip -.5em \@plus.17fil%
\begin{tabular}[t]{c}}% % \end{tabular}
\makeatother
The alternative solution given in that answer is a bit more difficult to use with RMarkdown, as it would require a custom LaTeX template.
It worked perfectly, thanks very much @tarleb !!
That's great! :+1: :relaxed:
I hope this software will serve you well.
Hi,
Thanks again for creating this tool. I am using scholarly-metadata.lua and author-info-blocks.lua as per the example below:
We have 5 authors, and right now one drops to the 2nd line. I think the space between authors could be reduced, is it possible to do that?
Thank you!