Search found 19 matches

by dfmalh
Sun Jan 17, 2010 3:16 pm
Forum: Document Classes
Topic: beamer problem
Replies: 10
Views: 8272

Re: beamer problem

Thanks for the suggestion and help.

I would still like to see how to resolve this problem with code at some time when you get a chance. I am sure there will be someone who will have the same problem.
by dfmalh
Fri Jan 15, 2010 1:13 pm
Forum: Document Classes
Topic: beamer problem
Replies: 10
Views: 8272

beamer problem

Hi,

So as you can see the space between "Introduction", "Project Aims". "Research Results", etc. are the same.

See how the one subsection's "dots" start to overlap the next one? I indicated it with an arrow.

Here is my code to define he settings:
\useoutertheme[subsection=false]{smoothbars}

Is ...
by dfmalh
Thu Jan 14, 2010 12:39 am
Forum: Document Classes
Topic: beamer problem
Replies: 10
Views: 8272

beamer problem

Hi,

Sorry, I forgot about my "mwe". My file is very large, but I attached an image to show my problem.

Thanks for the quick reply.
Danie
useoutertheme.jpg
useoutertheme.jpg (32.17 KiB) Viewed 6971 times
by dfmalh
Wed Jan 13, 2010 5:14 pm
Forum: Document Classes
Topic: beamer problem
Replies: 10
Views: 8272

beamer problem

Hallo,

I am also using Warsaw, and the outer theme "smoothbars".

\useoutertheme[subsection=false]{smoothbars}

The problem I have is that the dots (presenting the pages of my subsections) run into each other... There is however large gaps between some sections, almost as if it is justifies or ...
by dfmalh
Thu Oct 29, 2009 2:34 pm
Forum: General
Topic: movie15 package
Replies: 11
Views: 13850

movie15 package

Jip, I agree.

I asked someone to look at my code, and this was what he came up with...


my code: {home/danie/PhD/Thesis/contents/chapter2/scc.avi}

This will only work if you are in / (or one directory above 'home')

Safer will be {/home/danie/PhD/Thesis/contents/chapter2/scc.avi}


So the ...
by dfmalh
Wed Oct 28, 2009 11:30 am
Forum: General
Topic: movie15 package
Replies: 11
Views: 13850

Re: movie15 package

Hallo everybody, I figured it out. Here is the solution.

It is so simple... just move the movie file to the root/main folder where the master .tex file is that is used to create the final PDF. It seems that the movie15 package checks that folder.

If you use sub-folders like I do for each chapter ...
by dfmalh
Tue Oct 27, 2009 1:08 pm
Forum: General
Topic: movie15 package
Replies: 11
Views: 13850

movie15 package

Hallo everybody, now I ran into another problem with the movie15 package. I will give a little more background first and then also some examples...

I have no problem inserting a movie file into a simple document (PDFLatex), and play it on my PC using "Method 1". However, I was unable to play the ...
by dfmalh
Tue Oct 27, 2009 12:56 pm
Forum: General
Topic: movie15 package
Replies: 11
Views: 13850

movie15 package

Hi, thanks for the help and ideas. In the end because of a time constrained I used epstopdf from the terminal (linux) to convert all my EPS images to PDF images. That way I was able to include my video with the movie15 package.

If someone else want to do it, here is the terminal code to convert ...
by dfmalh
Mon Oct 26, 2009 11:13 am
Forum: General
Topic: movie15 package
Replies: 11
Views: 13850

Re: movie15 package

Hi, thanks for the reply.

When I take the package "dvipdfm" out and use latex to compile my thesis, my section headings and figure titles run of the page, they are not "pushed" to the next line.

So I tried to add package "epstopdf" with pdflatex to compile my thesis. Now I have figures that is ...
by dfmalh
Sun Oct 25, 2009 12:04 am
Forum: General
Topic: movie15 package
Replies: 11
Views: 13850

movie15 package

Hi, I am struggling to get a movie (.avi) into my thesis.

Here is my problem.

To get hyperref to work with my images (80) in my thesis as .eps (for publication) I did the following:

\usepackage[dvipdfm, pagebackref]{hyperref}

It works when I compile it like this: latex --> dvi --> ps --> pdf ...