Hi! I am trying to modify maketitle using the package authblk. But it doesn't work until now, and I cannot manage to find the reason(s). Thanks in advance for your help.
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
\affil takes two arguments and the definition behind is much more complicated than for author or title of the standard article class. Package authblk takes all the author and affiliation information, packs it together and def's \@author.
thanks, it works! I have an other question, if I want that the affils appear after institute, how should I do? I tried the very naive thing to just write the two \affil after \institute, but it doesn't work. thank you in advance.
As said before, the author and affil information are packed together in \@author. You would need patch the original authblk commands. But look at the file, it is a mess.
If the package is actively maintained, you could ask for some feature request. But since institute isn't a native command ...
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
You can do something like the following, but to be quite honest, i don't know why you are using authblk. If you would be a bit more verbose about your goals, we could find another solution.
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