Search found 3 matches

by DonutMan
Fri Apr 05, 2013 7:15 pm
Forum: Graphics, Figures & Tables
Topic: New Float Environment
Replies: 6
Views: 7809

New Float Environment

Hi all,

I would like to create a new float environment with a new counter and a different legend name.

So, typically I would like something like that :

\begin{figure}[h]
\centering
\includegraphics[width=12cm]{Figure.png}
\caption{My figure}
\end{figure}

Result: the Figure.png is displayed ...
by DonutMan
Thu Apr 04, 2013 6:56 pm
Forum: General
Topic: Recipe in a Book
Replies: 3
Views: 6457

Recipe in a Book

Hi all,

thank you very much for yours answers.

I didn't know xcookybooky package. It seems interesting even if the final result is less pretty than the recipe class.

In fact my question should have been this:

Since the recipe class defines a whole new document class, how could I do to use it as ...
by DonutMan
Wed Apr 03, 2013 6:10 pm
Forum: General
Topic: Recipe in a Book
Replies: 3
Views: 6457

Recipe in a Book

Hello,

I would like to insert recipe in a book so that I could refer to them as "Recipe 1", "Recipe 2" etc...

I found this code on the internet that I would like to adapt because I don't want to define a new document class. So I just want a new environnement definition in which I could write my ...