Page LayoutModifcations to Affiliations in Document Title

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
Stat
Posts: 1
Joined: Sat Oct 19, 2013 5:15 pm

Modifcations to Affiliations in Document Title

Post by Stat »

Hi,

I am using package authblk in the article class. I need to change the "*,a" with "a,*" after the first Author Name. How can I do that?

Code: Select all

\documentclass[12pt]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{authblk}

\title {\bf  Title}
\author[,a]{Author Name\thanks{Corresponding author. Tel.: +0 (000) 000 0000 ext. 00000; fax: +0 (000) 000 0000.\\ E-mail: email@123.com}}
\author[b]{Author Name}
\affil[a]{Department of , University of , Address, BB, CC}
\affil[b]{Department of , University of , Address, BB, CC}
\date{\today}

\begin {document}
\maketitle
\end{document}
Please see the code above and the attached image. I put a rectangle in red around the parts that need to be changed in the figure. I have also posted this question in http://tex.stackexchange.com/questions/ ... ge-authblk

Thank you.
Attachments
authblk-affiliations.jpg
authblk-affiliations.jpg (35.58 KiB) Viewed 6280 times
Last edited by Stat on Sat Oct 19, 2013 7:40 pm, edited 2 times in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Modifcations to Affiliations in Document Title

Post by localghost »

Just for information to other users for awareness of possibly already existing solutions. The question has also been posted to {TeX} SX. Please read what our administrator thinks about that.
Board Rules wrote:A crossposting is always contra-productive. But there is nothing really against it as long as it is mentioned. This means that a direct link has to be added. So other users who want to help are preserved from double efforts and waste of time.
Such kind of x-posting without notification represents a direct violation of our rules and has to be prevented absolutely in future questions.


Addendum: (20 Oct 2013, 10:00 MEST)
The question on {TeX} SX has gotten an answer which has been accepted.
Post Reply