Search found 8 matches

by pozzyx
Mon Oct 03, 2011 4:51 pm
Forum: General
Topic: \refname and \refstepcounter
Replies: 0
Views: 2336

\refname and \refstepcounter

Hello,

I'm trying to do subsections like:
2.1 V1 - xxx
xxxxxxxx
2.2 V2 - yyy
xxxxxxxxx
2.3 V3 - zzz
xxxxxxxxxx

for the number y from Vy, I used a counter :

\newcounter{mycounter}
...
\subsubsection{V\arabic{mycounter} - xxx}
\label{xxx}
\refstepcounter{mycounter}
xxxxxxxxxxxx

\subsubsection{V ...
by pozzyx
Sun Jul 04, 2010 6:43 pm
Forum: Graphics, Figures & Tables
Topic: Placing a big figure
Replies: 8
Views: 9086

Re: Placing a big figure

It works with scaling !!!


Thank you a lot !!!
by pozzyx
Fri Jul 02, 2010 9:48 pm
Forum: Graphics, Figures & Tables
Topic: Placing a big figure
Replies: 8
Views: 9086

Placing a big figure

Sorry but doesn't work by me with !h
my result
my result
test.png (14.44 KiB) Viewed 9063 times
by pozzyx
Fri Jul 02, 2010 8:46 pm
Forum: Graphics, Figures & Tables
Topic: Placing a big figure
Replies: 8
Views: 9086

Placing a big figure

Thanks for helping me :D

Ok sorry for the bad post :D

The "hp" doesn't work neighter, my picture is in attachment

Here is a more complete code :
\documentclass[a4paper,12pt, titlepage]{article}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[normalem]{ulem}
\usepackage[french ...
by pozzyx
Thu Jul 01, 2010 8:32 pm
Forum: Graphics, Figures & Tables
Topic: Placing a big figure
Replies: 8
Views: 9086

Placing a big figure

Hello everybody,

I'm having some trouble to place a big figure on my document (class article).

The picture is bigger than one page. I've something like this :

\subsubsection{TITLE 1}
11111111111111111111111111111111111111111...
\subsubsection{TITLE 2}
22222222222222222222222222222222222222222 ...
by pozzyx
Sat Jun 19, 2010 8:00 pm
Forum: Graphics, Figures & Tables
Topic: listoffigures like section and NOT section*
Replies: 5
Views: 5301

Re: listoffigures like section and NOT section*

ok thank you I'll keep it unnumbered ;)

Thanks for your help !!
by pozzyx
Fri Jun 18, 2010 1:08 pm
Forum: Graphics, Figures & Tables
Topic: listoffigures like section and NOT section*
Replies: 5
Views: 5301

Re: listoffigures like section and NOT section*

Yes but in this case the number will not be shown on the page of the list of figure before the title
by pozzyx
Fri Jun 18, 2010 12:28 pm
Forum: Graphics, Figures & Tables
Topic: listoffigures like section and NOT section*
Replies: 5
Views: 5301

listoffigures like section and NOT section*

Hello everybody

I'm new to latex and I've a little problem.

I had at the end of my document a listoffigures but this listoffigures hasn't a number like my other sections and it doesn't appear (with a number) in the tableofcontent.

I've tried :
\addcontentsline{toc}{section}{Liste des figures ...