General ⇒ Credits to collaborating Author in Document Title
-
- Posts: 1
- Joined: Sun Dec 09, 2012 6:14 am
Credits to collaborating Author in Document Title
TITLE
AUTHOR
IN COLLABORATION WITH (NAME)
DATE
Is there any way to do this? Thanks.
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Credits to collaborating Author in Document Title
\author
command and even give it a certain formatting.
Code: Select all
\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\title{Credit to a collaborating Author}
\author{Main Author\\\small in collaboration with Collaborating Author}
\begin{document}
\maketitle
\end{document}
\\
) forces a line break in the author line.Other packages for title formatting:
Best regards and welcome to the board
Thorsten
- Attachments
-
- Sample document title.
- tmp.png (5.34 KiB) Viewed 4053 times
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10