Search found 29 matches

by lauraf
Fri Aug 13, 2010 10:18 pm
Forum: Graphics, Figures & Tables
Topic: \fbox with caption/subcaption packages
Replies: 4
Views: 9911

Re: \fbox with caption/subcaption packages

Thank you Axel, this works :)
by lauraf
Thu Aug 12, 2010 6:19 pm
Forum: Graphics, Figures & Tables
Topic: \fbox with caption/subcaption packages
Replies: 4
Views: 9911

\fbox with caption/subcaption packages

Thank you Thorsten for the clarification, and apologies for not making the post clear.

This is the list of files used, it is identical to yours:

*File List*
article.cls 2007/10/19 v1.4h Standard LaTeX document class
size11.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
babel.sty 2008 ...
by lauraf
Thu Aug 12, 2010 1:52 am
Forum: Graphics, Figures & Tables
Topic: \fbox with caption/subcaption packages
Replies: 4
Views: 9911

\fbox with caption/subcaption packages

Hi all,

I am using the caption/subcaption packages and \fbox for the same float. This adds a little extra space on the left side of the images, relative to the caption. The extra space disappears after I remove the \fbox, as shown below. I could not work out why this is or how to fix it. Any ideas ...
by lauraf
Wed Jun 30, 2010 1:53 am
Forum: Graphics, Figures & Tables
Topic: xypic: rotate text and arrow thickness
Replies: 4
Views: 5724

Re: xypic: rotate text and arrow thickness

Great, thank you!
by lauraf
Wed Jun 30, 2010 12:07 am
Forum: Graphics, Figures & Tables
Topic: xypic: rotate text and arrow thickness
Replies: 4
Views: 5724

xypic: rotate text and arrow thickness

Hi, many thanks for your reply.

Could you please tell me then how I can run this without using TeXShop? I have tried latex filename.tex from a terminal window, but this does not produce a pdf file.

Sorry if this is a basic question, but I don't really understand many of the technicalities --- like ...
by lauraf
Tue Jun 29, 2010 12:36 am
Forum: Graphics, Figures & Tables
Topic: xypic: rotate text and arrow thickness
Replies: 4
Views: 5724

xypic: rotate text and arrow thickness

Hello all,

I have created the following diagram with xypic, which I would now like to tweak:


\documentclass[a4paper, 11pt, final]{article}

\usepackage[english]{babel}
\usepackage[fleqn]{amsmath}
\usepackage[all]{xy}
\xyoption{line}
\xyoption{rotate}

\title{Minimum working example}

\date ...
by lauraf
Fri Apr 23, 2010 5:58 pm
Forum: General
Topic: problem with \def\fileversion, \def\filedate, and setspace
Replies: 3
Views: 2769

Re: problem with \def\fileversion, \def\filedate, and setspa

Great, thank you very much for the hints :)

Laura
by lauraf
Thu Apr 22, 2010 9:42 pm
Forum: General
Topic: problem with \def\fileversion, \def\filedate, and setspace
Replies: 3
Views: 2769

problem with \def\fileversion, \def\filedate, and setspace

Hi all,

I have been using \def\fileversion and \def\filedate as illustrated here:


\documentclass[a4paper, 11pt, final]{article}

% ----------------------------------------------------------------------
% HISTORY
% ----------------------------------------------------------------------
\def ...
by lauraf
Wed Nov 25, 2009 12:25 pm
Forum: Page Layout
Topic: headers in chapter with no sections
Replies: 2
Views: 1921

headers in chapter with no sections

Thank you Thorsten. This does the trick:

\pagestyle{fancy}
\renewcommand{\chaptermark}[1]%
{\markright{\MakeUppercase{\thechapter.\ #1}}{}}
\renewcommand{\sectionmark}[1]%
{\markright{\MakeUppercase{\thesection.\ #1}}}
\fancyhf{}
\fancyhead[R]{\bfseries\rightmark}
\fancyfoot[C]{\thepage ...
by lauraf
Tue Nov 24, 2009 9:22 pm
Forum: Page Layout
Topic: headers in chapter with no sections
Replies: 2
Views: 1921

headers in chapter with no sections

Hi all,

For my thesis, I am using fancyhdr with the following specifications:

\pagestyle{fancy}
\renewcommand{\chaptermark}[1]%
{\markboth{\MakeUppercase{\thechapter.\ #1}}{}}
\renewcommand{\sectionmark}[1]%
{\markright{\MakeUppercase{\thesection.\ #1}}}
\fancyhf{}
\fancyhead[RO]{\bfseries ...