Search found 64 matches

by countbela666
Thu Jul 12, 2007 10:05 am
Forum: General
Topic: Customize layout of equation numbering to include text
Replies: 7
Views: 7516

Customize layout of equation numbering to include text

gmedina wrote: Here (page 61) is the answer to your question.
The document you linked to is quite outdated. The latest version can be obtained from CTAN: http://tug.ctan.org/tex-archive/info/ma ... /mathmode/

Regards
Marcel
by countbela666
Thu Jul 12, 2007 10:02 am
Forum: General
Topic: jpeg and tif figures in Latex2e
Replies: 5
Views: 17955

jpeg and tif figures in Latex2e


Just one more thing, how do I get multiple figures in. Say:
(1) 2 figures next to each other; (2) 4 figures in a 2X2 block, and (3) 6 figures on a page in a 2X3 block?
Have a look at the subfig package:
\documentclass[demo]{article}
\usepackage{graphicx,subfig}
\begin{document}
\begin{figure ...
by countbela666
Wed Jul 11, 2007 3:19 pm
Forum: General
Topic: Allignment for equations
Replies: 7
Views: 9454

Allignment for equations

Hi,

you could very easily define your own cases environment based on the aligned environment to do the job:
\documentclass{scrartcl}
\newenvironment{mycases}
{\left\{\begin{aligned}}
{\end{aligned}\right.}
\usepackage{amsmath}
\begin{document}
\begin{equation*}
\begin{mycases}
u_t + b \cdot D ...
by countbela666
Mon Jul 09, 2007 10:02 pm
Forum: General
Topic: two bibliographies
Replies: 3
Views: 6233

two bibliographies

Hi,

have a look at the multibib package.

Regards
Marcel
by countbela666
Mon Jul 09, 2007 9:59 pm
Forum: General
Topic: jpeg and tif figures in Latex2e
Replies: 5
Views: 17955

jpeg and tif figures in Latex2e

Hi,

as you can read for example in this thread you cannot simply use EPS and JPG graphics in parallel and you cannot use TIF graphics with LaTeX at all.

A solution would be:

convert your TIF images to JPG
convert your EPS graphics to PDF or use the epstopdf package
compile your document via ...
by countbela666
Mon Jul 09, 2007 9:49 pm
Forum: General
Topic: Customizing margins in thesis
Replies: 8
Views: 10711

Customizing margins in thesis

Hi,
totototo1 wrote: My Miketex is 2.4 and I am using Acrobat 7. I
even if it does not solve the problem: MiKTeX 2.4 is obsolete and no longer supported. You should update to MiKTeX 2.6.

Regards
Marcel
by countbela666
Mon Jul 09, 2007 11:57 am
Forum: General
Topic: NewTheorem structure
Replies: 1
Views: 2786

NewTheorem structure

Hi Uwe,

the indentation emerges because of the blank theorem name, which is followed by a space and the number. You could overcome this problem by defining your own theorem style "noname" that does not need a name and supresses the space before the number (cp. theorem package documentation p. 9 ...
by countbela666
Wed Jul 04, 2007 7:35 am
Forum: General
Topic: Typesetting Chess board using LaTex or even better TeX
Replies: 1
Views: 5345

Typesetting Chess board using LaTex or even better TeX

Hi,

have a look at the packages chessboard (documentation) and chess (documentation).

Regards
Marcel
by countbela666
Sat Jun 30, 2007 4:24 pm
Forum: Document Classes
Topic: problem with wrapfig and margins
Replies: 2
Views: 16795

problem with wrapfig and margins

Hi,

you could overcome this problem by using the second optional argument of the wrap*-environments which specifies a margin overhang:

Code: Select all

...
\begin{wraptable}{r}[-9mm]{0.30\textwidth}
...
Regards
Marcel
by countbela666
Thu Jun 28, 2007 7:09 am
Forum: General
Topic: Forward Search using the "TeXify => PDF" Profile
Replies: 5
Views: 8987

Forward Search using the "TeXify => PDF" Profile


However, it did not work and gave the error as follows:
! Undefined control sequence.
<argument> \sf@counterlist

l.412 \begin{document}

?

Any suggestions?
Could you provide a minimal working example reproducing this error? The following MWE works fine for me:
\listfiles
\documentclass[english ...