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.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- 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: 10324
- 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
