Search found 2 matches

by sarox
Thu Dec 04, 2008 9:55 pm
Forum: General
Topic: Subfigure and labeling
Replies: 1
Views: 2071

Subfigure and labeling

Hi All,

I have some issue with the subfigure packag and the labeling.
The code hereafter looks fine for me, anyhow I got 4 errors: "Undefined control sequence".

If I remove the 2 label commands inside the subfigure (\label{fig:SelezionaAsl} and \label{fig:SelezionaRag}), everything works fine ...
by sarox
Wed May 02, 2007 2:35 pm
Forum: Document Classes
Topic: listings package and blank space
Replies: 1
Views: 25509

listings package and blank space

Dear All,

I'm using the listings package to insert some code in some my documents. An example of the tex code in below:


\documentclass [10pt ,a4paper, oneside]{article}

\usepackage{listings} %per la stampa del codice

\newenvironment{C}
{\lstset{language=[ANSI]C++,
basicstyle=\small\ttfamily ...