Search found 4 matches

by gcomte10
Fri Aug 24, 2012 12:51 pm
Forum: Text Formatting
Topic: 'There's no line here to end' in titlepage
Replies: 1
Views: 7675

'There's no line here to end' in titlepage

I've found the problem: \\[2cm] on line 18, it has to be after something. So I've moved it to after \end{minipage}.
Problem solved!
by gcomte10
Fri Aug 24, 2012 12:32 pm
Forum: Text Formatting
Topic: 'There's no line here to end' in titlepage
Replies: 1
Views: 7675

'There's no line here to end' in titlepage

Hello,

It seems to be an error at line 0 of title.tex... The message of this error is "There's no line here to end". I don't understand why...

Here is stage.tex:
\documentclass[12pt,a4paper]{article}

\usepackage[T1]{fontenc}
\usepackage[frenchb]{babel}
\usepackage{graphicx}

\newcommand{\HRule ...
by gcomte10
Thu Aug 02, 2012 11:00 am
Forum: Graphics, Figures & Tables
Topic: hyperref | Let Label point to Top of a Figure
Replies: 4
Views: 2604

Re: hyperref | Let Label point to Top of a Figure

Thank you very much!

@ localghost (nice name^^), in the pdf file you gave me, the links are either red either pink. Did you use the hyperref package to make this? Because my links are 'framed' (not sure of the english word here) in red. Do you know how to change it?
by gcomte10
Fri Jul 27, 2012 5:39 pm
Forum: Graphics, Figures & Tables
Topic: hyperref | Let Label point to Top of a Figure
Replies: 4
Views: 2604

hyperref | Let Label point to Top of a Figure

Hello everyone,

When I put the label in the caption for a figure, if I click on the link to this label ( hyperref is used), the PDF viewer will go to the caption itself and, because the caption is under the figure, I have to scroll up to see the figure.

Is there a way to put the label at the top ...