tAdd icite command - scibeamer - quickly create scientific presentations using LateX and Beamer
git clone git://src.adamsgaard.dk/scibeamer
Log
Files
Refs
README
LICENSE
---
commit 5480905c4f16791bd066353622dac8acc97bb6de
parent 20ca5a7ac6773eaf4de1153215629c99277fad8e
Author: Anders Damsgaard 
Date:   Mon,  8 Jun 2020 13:24:48 +0200

Add icite command

Diffstat:
  M scibeamer.sty                       |       6 ++++++

1 file changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/scibeamer.sty b/scibeamer.sty
t@@ -12,6 +12,12 @@
 
 %% Citation commands
 
+% \icite{}{}
+% Add an inline citation. Author and year will be stylized as regular text, followed by the journal name in emphasized style.
+\newcommand{\icite}[2]{%
+\let\thefootnote\relax\footnotetext{\footnotesize{#1 \emph{#2}}}%
+}
+
 % \fcite{}{}
 % Add a citation as a small footnote in the current slide. Author and year will be stylized as regular text, followed by the journal name in emphasized style.
 \newcommand{\fcite}[2]{%