latex - How to write footnote citation in beamer in one line? -


i using beamer latex , need give reference in footnote. reference 2 lines. when write following code writes in more lines!!!

\begin{frame}  \frametitle{r: literature review}  \setbeamerfont{footnote}{size=\tiny}   huo et al. \footfullcite{huo, et al. ``computerized ...''} \end{frame} 

the output this:

guo, et al. ”prediction of clinical phenotypes in invasive breast carcinomas integration of radiomics , genomics data.” no. 4 (2015): 041007-041007.. 

do know how can in 2 lines?

thanks , regards.

a little trick: not use comma after 'guo' (or 'huo')!

\footfullcite{huo et al. ``computerized ...''} 

Comments

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -