I use LaTeX, but I only consider myself an average user. I have a special need. If I have a \section{Something} and I would like { something else } on the same vertical line as the section. But aligned right. How would I go about doing that?
| |||||||||||||
feedback
|
|
If you only want to do this once... don't. Find some other way to present that single bit of information. If you want to add a little bit of extra information to every section title, or even most of them, you're going to have to hack the sectioning commands. You'll probably end up declaring some kind of | |||||||||||
feedback
|
|
Aha, I found something that may be useful! The Here is a PDF of examples which contains something like this, #8. | |||
feedback
|
|
Use \hfill .
Note, that answer your requirement for appearance, I'm not too sure whether you only want "Something" considered as part of the title, because the above solution consider "Something something else" as the title. | |||||||
feedback
|