Text Formatting ⇒ How can I write caption below figure or table, verbatim text
How can I write caption below figure or table, verbatim text
first i want to use the command \HUGE but without effects, so i can show in my latex output "\HUGE"
for example my final output from latex i want to be "Here is the command to huge the fonts \HUGE" but i cant do that because when i write \HUGE latex automatically trying to huge the fonts, but i just want to post out the command.
second and last, can someone tell me the command to do the lines under each page?
i mean the lines where you put for example your name surname etc.
before the number of page.
for example i want to do a line under a figure table.
lets say this is the figure:
|-------------|
| |
| |
|_____________| i want to write under it:
________________________________________________
this is a figure of blablabla. what is the command for the above continues line?
thank you.
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
- Stefan Kottwitz
- Site Admin
- Posts: 10397
- Joined: Mon Mar 10, 2008 9:44 pm
How can I write caption below figure or table, verbatim text
welcome to the board!
You could use \verb to write out LaTeX commands:flouflis wrote: first i want to use the command \HUGE but without effects, so i can show in my latex output "\HUGE"
Code: Select all
\verb+\HUGE+That could be done by using the fancyhdr package, have a look at its documentation.flouflis wrote: secondly and last, can someone tell me the command to do the lines under each page?
i mean the lines where you put for example your name surname etc.
before the number of page.
You could use the \caption command.flouflis wrote: for example i want to do a line under a figure table.
Stefan
Re: Newbie in LaTeX
the first one done successfully
but about the continues line under a text didnt work with the command \caption
- Stefan Kottwitz
- Site Admin
- Posts: 10397
- Joined: Mon Mar 10, 2008 9:44 pm
How can I write caption below figure or table, verbatim text
Stefan
Re: Newbie in LaTeX
well thank you again