Search found 14 matches

by davidfall
Fri Nov 11, 2011 5:43 pm
Forum: Document Classes
Topic: ToC Formatting of custom Document Class
Replies: 2
Views: 3418

ToC Formatting of custom Document Class

Hi again,
After extensive trial and error, I have been able to produce a semi-good solution! Boldface on chapters, proper indention and vertical spacing between blocks of chapter are now working. However, now I get dotted lines on all tocline. As the chapters is boldfaced this doesn't come out very ...
by davidfall
Fri Nov 11, 2011 12:07 pm
Forum: Document Classes
Topic: ToC Formatting of custom Document Class
Replies: 2
Views: 3418

Re: ToC Formatting of custom Document Class

Hi again,
Sorry for bumping, but can anyone help me?
Let me know if you latex-oracales need something more from me!

/D
by davidfall
Mon Nov 07, 2011 5:07 pm
Forum: Document Classes
Topic: ToC Formatting of custom Document Class
Replies: 2
Views: 3418

ToC Formatting of custom Document Class

Hi,

I'm currently struggling with a modification of a custom class, created for thesis on my university. I have been able to modify the ToC so that I obtain indentations for section etc. But would like to develop this further so that each chapter is bold and that content of each chapter is ...
by davidfall
Fri Nov 04, 2011 11:19 am
Forum: Graphics, Figures & Tables
Topic: Customize Figure and Table Numbering
Replies: 4
Views: 4189

Customize Figure and Table Numbering

Hi,

Sorry for not coming back with the document class. Found the solution myself.
It strange, tried to sort this out for long time before posting here. Gave up and had some other stuff to take care of. Today I browsed through the .cls again before coming back here and found the very simple solution ...
by davidfall
Wed Nov 02, 2011 1:16 pm
Forum: Graphics, Figures & Tables
Topic: Customize Figure and Table Numbering
Replies: 4
Views: 4189

Re: Customize Figure and Table Numbering

Thanks Stefan,
But I have already tried that...
For strange reason such change does not affect the numbering style.
I've browsed through the *cls for the document class; does not seem to be anything to do with the numbering there... Could it be some kind of package conflict?

Bests,
David
by davidfall
Wed Nov 02, 2011 11:56 am
Forum: Graphics, Figures & Tables
Topic: Customize Figure and Table Numbering
Replies: 4
Views: 4189

Customize Figure and Table Numbering

Hi all,

I am running into problem compiling a thesis using a University specific (chapter-based) documentclass. It seems to be default that figures (and tables) are numbered Figure thechapter.thesection.figure

Problem is that I have figures placed directly in the section, i.e.

\chapter{On ...
by davidfall
Wed Oct 19, 2011 11:47 pm
Forum: Graphics, Figures & Tables
Topic: beamer, tikZ | Scale Mindmap to fit
Replies: 3
Views: 9353

beamer, tikZ | Scale Mindmap to fit

First suggestion worked perfect.
Again I'm thankful to the board!

Best regards and welcome to the board
Thanks! Best place to get a good answer!

By the way: I also managed to squeeze in some more functionality. The mindmap "unfold" while going forward in the presentation. Maybe, I didn't do it ...
by davidfall
Wed Oct 19, 2011 3:09 pm
Forum: Graphics, Figures & Tables
Topic: beamer, tikZ | Scale Mindmap to fit
Replies: 3
Views: 9353

beamer, tikZ | Scale Mindmap to fit

Hi,

I have a problem doing a mindmap for a beamer presentation using the tikz library mindmap. As my mindmap does not fit using the small mindmap option I also have to scale it down somehow... In the provided example I added the scaling factor 0.75 on the entire tikz environment. This does the ...
by davidfall
Wed Aug 24, 2011 1:09 pm
Forum: Graphics, Figures & Tables
Topic: Sub-captions not for all Sub-floats
Replies: 2
Views: 1667

Re: Sub-captions not for all Sub-floats

I will make improvement in my future posts. Sorry for that...

And on your second suggestion. Brilliant! I'm hitting my self hard in the face. :oops:
by davidfall
Wed Aug 24, 2011 10:12 am
Forum: Graphics, Figures & Tables
Topic: Sub-captions not for all Sub-floats
Replies: 2
Views: 1667

Sub-captions not for all Sub-floats

Hi,

Got in to trouble creating a figure containing multiple pictures/plots.
My idea was to show three photos each with one plot underneath.

Started out with:
\begin{figure}[hhh]
\begin{center}
\vbox{
\hbox{
\subfloat{\includegraphics[clip=true, trim=0cm 0cm 0cm 0cm ,width=60mm, height=25mm ...