Hi there,
The answer to your first question is the asterisk (*). Use the asterisk everytime you want to remove the numbering in the different parts in LaTeX. Something like this:
\section*{question 1}
My answer to your second question might not be the best suitable, but it works. You can use ...
Search found 126 matches
- Thu Sep 15, 2011 3:06 pm
- Forum: Text Formatting
- Topic: Remove Section Number
- Replies: 3
- Views: 176056
- Fri Aug 19, 2011 9:10 am
- Forum: General
- Topic: Additional Files produced by "Build and View"
- Replies: 1
- Views: 2828
Re: Additional Files produced by "Build and View"
Hi there,
You are right, the .log, .aux, and .bbx files are important. They are the files that help compile your latex code into .pdf. You can also take a look into these files to see what happened last time you compiled.
For the other files: .ps, .dvi are there because you must compile your code ...
You are right, the .log, .aux, and .bbx files are important. They are the files that help compile your latex code into .pdf. You can also take a look into these files to see what happened last time you compiled.
For the other files: .ps, .dvi are there because you must compile your code ...
- Tue Jun 21, 2011 2:06 pm
- Forum: Graphics, Figures & Tables
- Topic: Force Portrait Format...
- Replies: 1
- Views: 3210
Force Portrait Format...
Hi there,
Have you tried the rotation option in \includegraphics ? If you enter the correct rotation angle, the figure is in portrait. Here is how:
\includegraphics[angle=-90, width=0.95\textwidth]{xyz}
Just thinking about another thing. Why do you compile your code in DVI format, to convert it ...
Have you tried the rotation option in \includegraphics ? If you enter the correct rotation angle, the figure is in portrait. Here is how:
\includegraphics[angle=-90, width=0.95\textwidth]{xyz}
Just thinking about another thing. Why do you compile your code in DVI format, to convert it ...
- Tue Jun 21, 2011 1:54 pm
- Forum: Graphics, Figures & Tables
- Topic: multirow | Problem with Alignment
- Replies: 2
- Views: 3176
multirow | Problem with Alignment
Hi there,
My solution is not the perfect one, since it is not automatic. I would say it is a bit more of a workaround than a solution.
When declaring your multirow, use the fixup option. The fixup is a length used for fine tuning: The text will be raised (or lowered, if fixup is negative) by that ...
My solution is not the perfect one, since it is not automatic. I would say it is a bit more of a workaround than a solution.
When declaring your multirow, use the fixup option. The fixup is a length used for fine tuning: The text will be raised (or lowered, if fixup is negative) by that ...
- Wed Nov 24, 2010 12:13 pm
- Forum: Page Layout
- Topic: Modifications to the Footer
- Replies: 3
- Views: 4070
Modifications to the Footer
Hi there,
Have you tried something like:
This will, as the command says, increase the head/foot height to XXpt. Don't forget to set the paper height according though.
Cheers
Have you tried something like:
Code: Select all
\setlength{\headheight}{XXpt}
Cheers
- Tue Nov 23, 2010 3:19 pm
- Forum: General
- Topic: reduce the size of PDF output document
- Replies: 1
- Views: 4087
reduce the size of PDF output document
Hello,
I have simple question, with probably a not so simple answer. I wrote a few documents (in LaTeX of course) in "report" class. I included some images (jpeg essentially), some links and the whole chabang. I compile these documents, only to notice that they are quite voluminous. I have one with ...
I have simple question, with probably a not so simple answer. I wrote a few documents (in LaTeX of course) in "report" class. I included some images (jpeg essentially), some links and the whole chabang. I compile these documents, only to notice that they are quite voluminous. I have one with ...
- Tue May 11, 2010 2:38 pm
- Forum: Page Layout
- Topic: Figures or Pictures in Footers
- Replies: 2
- Views: 2232
Re: Figures or Pictures in Footers
Hi there,
I use the fancyhdr package. Then in the left footer (for example), you just add:
\lfoot{\includegraphics[height=2cm]{yourImageHere}}
When compiling, there might be a complaint saying that your head height is to small. Then just change that parameter to fit your image.
Cheers
I use the fancyhdr package. Then in the left footer (for example), you just add:
\lfoot{\includegraphics[height=2cm]{yourImageHere}}
When compiling, there might be a complaint saying that your head height is to small. Then just change that parameter to fit your image.
Cheers
- Thu Mar 04, 2010 9:25 am
- Forum: Document Classes
- Topic: 'beamer.cls' not found
- Replies: 9
- Views: 31522
'beamer.cls' not found
Have you regenerated your TeX tree's ls-R list? This list tells LaTeX where to search for included files.
Try runnning 'texhash' (run it as root if you've put the file in a system path; if it's under $HOME/texmf/, you should run as yourself).
Hi there,
I am coming from the world of Linux, and ...
Try runnning 'texhash' (run it as root if you've put the file in a system path; if it's under $HOME/texmf/, you should run as yourself).
Hi there,
I am coming from the world of Linux, and ...
- Tue Mar 02, 2010 9:38 am
- Forum: Document Classes
- Topic: 'beamer.cls' not found
- Replies: 9
- Views: 31522
Re: 'beamer.cls' not found
Hi there,
Just a thought, but is your beamer.cls file into a recognized folder by LaTeX??
Cheers
Just a thought, but is your beamer.cls file into a recognized folder by LaTeX??
Cheers
- Tue Mar 02, 2010 9:35 am
- Forum: Math & Science
- Topic: One column math formula in 2-column mode paper
- Replies: 10
- Views: 25373
Re: One column math formula in 2-column mode paper
Hi there,
I have not tried anything that before, therefore this is just a way to get ideas rolling.
Did you try putting your long math equation into a minipage that would spread over the two column?
Did you try getting into a one column format just for the math environment?
Cheers
I have not tried anything that before, therefore this is just a way to get ideas rolling.
Did you try putting your long math equation into a minipage that would spread over the two column?
Did you try getting into a one column format just for the math environment?
Cheers