General ⇒ Package{authblk} and command \affil
Package{authblk} and command \affil
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Package{authblk} and command \affil
Code: Select all
%\documentclass{revtex4-1}
\documentclass{article}
\usepackage{authblk}
\usepackage{blindtext}
\begin{document}
\author{Akcays}
\affil{\LaTeX-community.org}%JB: authblk
%\affiliation{\LaTeX-community.org}%JB: revtex
\author{Johannes B}
\affil{\TeX Welt}%JB: authblk
%\affiliation{\TeX Welt}%JB: revtex
\title{MWE}
\maketitle
\blinddocument
\end{document}