Search found 4 matches

by macgyver
Tue Dec 15, 2009 1:21 am
Forum: Text Formatting
Topic: Format list of figures
Replies: 3
Views: 3726

Format list of figures

Here is a minimal working example.
\documentclass[11pt,a4paper,english]{report}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage[font=small,labelfont={bf,sf},tableposition=top]{caption}
\usepackage{tocloft}
\setlength{\cftfignumwidth}{1.9em} % Modify number width in LoF
\begin{document ...
by macgyver
Tue Dec 15, 2009 12:00 am
Forum: Text Formatting
Topic: Format list of figures
Replies: 3
Views: 3726

Format list of figures

Hi everyone.
I'm facing some trouble formatting the list of figures for my thesis and I would really appreciate it if someone could help me resolve it.

I would like to decrease the size available for the title of the figure while at the same time
- the title retains the same distance from the ...
by macgyver
Sat Nov 07, 2009 1:14 pm
Forum: Graphics, Figures & Tables
Topic: Tikz edge label spacing from line
Replies: 2
Views: 15026

Re: Tikz edge label spacing from line

Thank you so much for your advice and help! I really appreciate it!
by macgyver
Fri Nov 06, 2009 2:55 pm
Forum: Graphics, Figures & Tables
Topic: Tikz edge label spacing from line
Replies: 2
Views: 15026

Tikz edge label spacing from line

Hi everyone!

I would like to move the labels of the edges a little more to the left/right/below because they are clipping part of the edges.

I’ve used \tikzstyle{LabelStyle}=[right/left/above/below] however the spacing provided is not enough.

Here is a minimal working example showing the problem ...