Search found 15 matches

by Humberto Munoz
Sat Jun 07, 2008 5:51 pm
Forum: General
Topic: Spreadsheet Inclusion
Replies: 1
Views: 1730

Spreadsheet Inclusion

Somebody can tell me how I include an excell spreadsheet in my latex document?
Thanks
Humberto
by Humberto Munoz
Mon May 19, 2008 7:10 pm
Forum: General
Topic: Paper specifications
Replies: 26
Views: 23468

Paper specifications

Hi Humberto,

don't use the zip package, it could be easier.
Start the MiKTeX package manager: Start menu -> MiKTeX -> Browse packages (or similar), type cm-super as search keyword or look into the list. That manager will install it.

Stefan

Actually, I am using TotalMiKTeK# instead of MiKTeK ...
by Humberto Munoz
Mon May 19, 2008 5:40 pm
Forum: General
Topic: Paper specifications
Replies: 26
Views: 23468

Paper specifications

I can see type3 fonts in slope5.pdf. For better quality it should be type1. One possibility is that you use T1 fontencoding (or a package) but you don't have the corresponding T1 fonts installed. I've seen this often. In that case it's enough to install the cm-super package , it contains type1 ...
by Humberto Munoz
Sun May 18, 2008 11:36 pm
Forum: General
Topic: Paper specifications
Replies: 26
Views: 23468

Paper specifications

Stefan_K wrote:Hi Humberto,

LaTeX-CAD is able to produce tex output that should have the correct quality. Show us the file slope5 and if possible the tex output of LaTeX-CAD to examine it. You can post it or them as attachments here.

Stefan
I have attached the tex output slope5 and the pdf file.

Humberto
by Humberto Munoz
Sun May 18, 2008 8:18 pm
Forum: General
Topic: Paper specifications
Replies: 26
Views: 23468

Paper specifications

No problem, I understand if you have to finish your work and perhaps you have not yet enough time to read through a lot of documentation, but that will come. I just had to recommend titlesec - if I don't do it then somebody else would probably. ;)

After including titlesec the sectioning format ...
by Humberto Munoz
Sun May 18, 2008 2:11 pm
Forum: General
Topic: Paper specifications
Replies: 26
Views: 23468

Paper specifications

Hi Humberto,

The extra space ocurred when I use \begin{itemize}
\item[[1]] F. H. Clarke, {\bf Optimization and Nonsmooth Analysis},
SIAM, Classics in Applied Mathematics, Philadelphia, 1990.
\end{itemize}
If you use thebibliography and \bibitem again, then it should go away.

How can I number ...
by Humberto Munoz
Sun May 18, 2008 1:39 pm
Forum: General
Topic: Paper specifications
Replies: 26
Views: 23468

Paper specifications

Ah, you are using article, then the code above has to be changed slightly: \def\section*#1{\begin{center}\bfseries\MakeUppercase{#1}\end{center}}
Try this right before \begin{thebibliography}{9}.

I cannot see what you mean with the extra space in square brackets. Can you post a screenshot or ...
by Humberto Munoz
Sun May 18, 2008 4:19 am
Forum: General
Topic: Paper specifications
Replies: 26
Views: 23468

Paper specifications

Hi Humberto,

that's an unusual (LaTeX) way to define the headings, usually one uses \chapter or \section etc. Perhaps you will use them later.
To help you with a quick solution, write directly before \begin{thebibliography}{9}:
\def\chapter*#1{\begin{center}\bfseries\MakeUppercase{#1}\end{center ...
by Humberto Munoz
Sun May 18, 2008 1:46 am
Forum: General
Topic: Paper specifications
Replies: 26
Views: 23468

Paper specifications

Hi Humberto,

how are your other headings? Centered and capitalized too?
How do you make the other headings? Using fancyhdr?
With the answers to the questions and if you show us you preamble for clarifying we should be able to provide a solution that fits.

Stefan

Yes, the other heading are ...
by Humberto Munoz
Sat May 17, 2008 10:58 pm
Forum: General
Topic: Paper specifications
Replies: 26
Views: 23468

Paper specifications

Hi Humberto,

important is to write \thispagestyle{empty} at the right place. Not in the preamble. After \begin{document} and before the second page starts.
But as you don't need plain pagestyle at all you can set it to be equal to empty. Write into your preamble before \begin{document ...