hey i am newbie in latex and i need help if it is possible for two commands
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.
Text Formatting ⇒ How can I write caption below figure or table, verbatim text
How can I write caption below figure or table, verbatim text
Last edited by flouflis on Fri May 08, 2009 5:46 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10321
- Joined: Mon Mar 10, 2008 9:44 pm
How can I write caption below figure or table, verbatim text
Hi flouflis,
welcome to the board!
Stefan
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
LaTeX.org admin
Re: Newbie in LaTeX
thank you a lot for your fast responds 
the first one done successfully
but about the continues line under a text didnt work with the command \caption

the first one done successfully
but about the continues line under a text didnt work with the command \caption

- Stefan Kottwitz
- Site Admin
- Posts: 10321
- Joined: Mon Mar 10, 2008 9:44 pm
How can I write caption below figure or table, verbatim text
\caption is intended to put text over or under figures or tables, not below just some text or at the page bottom. For the latter use commands of the fancyhdr package linked above.
Stefan
Stefan
LaTeX.org admin
Re: Newbie in LaTeX
it is kind difficult to work with that packet, i thought it was just a command,
well thank you again
well thank you again
