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?
|
|
|||
|
|
closed as off topic by jtbandes, Simon Sheehan, Renan, 8088, Dave Rook Dec 26 '12 at 7:09
Questions on Super User are expected to relate to computer software or computer hardware within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
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 |
|||||||||||
|
|
Aha, I found something that may be useful! The Here is a PDF of examples which contains something like this, #8. |
|||
|
|
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. |
|||||||
|