Search found 12 matches

by krabby
Mon Jul 15, 2013 11:46 am
Forum: Graphics, Figures & Tables
Topic: Command already defined
Replies: 1
Views: 9597

Command already defined

Hi,

I am having some troubles using the tabular wizard from kile. I did create a tabular with the wizard. But if i try to compile my document it says:

Command \mc already defined. \newcommand{\mc}[3]{\multicolumn{#1}{#2}{#3}}

Any ideas? Here is the table :

{%
\newcommand{\mc}[3]{\multicolumn ...
by krabby
Wed Jun 05, 2013 10:05 am
Forum: Math & Science
Topic: Too small Fractions in Array
Replies: 4
Views: 19819

Too small Fractions in Array

In the array environment fractions by default are typeset in text style. You can force display style by various measures.

Use \dfrac from amsmath instead of the usual \frac command.
Use the array package to enable \displaystyle for each column of the array environment. For details refer to the ...
by krabby
Wed Jun 05, 2013 9:39 am
Forum: Math & Science
Topic: Too small Fractions in Array
Replies: 4
Views: 19819

Too small Fractions in Array

Hi,

I have this code.
\[
\lambda = \left\{
\begin{array}{ll}
\frac{64}{Re}, & Re <= 2300 \\
\frac{0,3164}{\sqrt[4]{Re}}, & Re > 2300
\end{array}
\right. .
\]
The output is just fine. But the fractions are very small. How can I enlarge them so that they look like normal sized formulas.

A ...
by krabby
Tue May 21, 2013 7:27 am
Forum: General
Topic: Increase counter for enumerate
Replies: 1
Views: 6016

Increase counter for enumerate

Hi,

I know that I can set the counter from the enumerate environment by using \setcounter{enumi}{}

But I want to increase the count enumerate does each time there is a new item.

i.e. 120 130 140 150 instead of 120 121 123 124

can someone help?

Thanks!
by krabby
Tue May 07, 2013 7:00 pm
Forum: General
Topic: Links for ToC Entries of included PDF Files
Replies: 5
Views: 7404

Re: Links for ToC Entries of included PDF Files

You are the man! Your code does work as intended!

Thank you!
by krabby
Tue May 07, 2013 6:49 pm
Forum: General
Topic: Links for ToC Entries of included PDF Files
Replies: 5
Views: 7404

Links for ToC Entries of included PDF Files

Hi, thanks for your help!

If i do something like this:


\thispagestyle{empty}
\begin{figure}
\refstepcounter{section}
\addcontentsline{toc}{section}{111111111111}
\includepdf[landscape=false]{test.pdf}
\label{111}
\end{figure}

It seems to be working with the labels. The problem now is, that ...
by krabby
Tue May 07, 2013 9:25 am
Forum: General
Topic: Links for ToC Entries of included PDF Files
Replies: 5
Views: 7404

Links for ToC Entries of included PDF Files

Wow, i solved it by my self. It works with the refstepcounter command.

For everyone else having the same problem just use \refstepcounter{section} before the addcontentsline command and it just works fine.!!!

But now there is another question coming up. How can I \label the pdfpage and ref to it ...
by krabby
Tue May 07, 2013 9:11 am
Forum: General
Topic: Links for ToC Entries of included PDF Files
Replies: 5
Views: 7404

Links for ToC Entries of included PDF Files

Hi,

I have a problem using pdfpages . I want to include PDF documents for my appendix. Everything seems to be fine. I include the PDF successfully. I want the page to appear as a section in the table of contents so I use this
\addtocontentsline{toc}{section}{NAME OF PDFPAGE}
Looks good! Numbering ...
by krabby
Tue Mar 20, 2012 10:46 pm
Forum: Kile
Topic: Okular and forward Search with PDFLaTeX
Replies: 1
Views: 3380

Re: Okular and forward Search with PDFLaTeX

I dont know how to solve this problem but try install evince : sudo apt-get install evince

It works perfectly and does not have such problems.
by krabby
Tue Mar 20, 2012 10:23 pm
Forum: General
Topic: pdfpages | Headers ignored
Replies: 6
Views: 3830

Re: pdfpages | Headers ignored

includegraphics still uses the header and footer. But all pdf files (I have 8 pages which have to be included) should be included WITHOUT the header and fill the whole page.