Search found 5 matches

by Bliztz
Wed Oct 13, 2010 9:16 pm
Forum: General
Topic: +100 errors because of listings package
Replies: 8
Views: 12320

+100 errors because of listings package

I make it works ^^.

In case anyone else have the same problem just use this:

Code: Select all

\usepackage[utf8]{inputenc}
\usepackage{listings}
\lstset{
     inputencoding=utf8,
     extendedchars=false
}
TexnicCenter 2.0 and XeLaTex => PDF output profile
by Bliztz
Wed Oct 13, 2010 12:15 pm
Forum: General
Topic: +100 errors because of listings package
Replies: 8
Views: 12320

Re: +100 errors because of listings package

Thank you for your help, this solve the problem with the code I put within the lstlisting enviroment but I'm still having problems with the code I include using \lstinputlisting.

Saerching through google I've found the listingutf8 package, but I cant manage to make it works.

Is there maybe a fast ...
by Bliztz
Tue Oct 12, 2010 1:27 pm
Forum: General
Topic: +100 errors because of listings package
Replies: 8
Views: 12320

+100 errors because of listings package

This next file gives me 101 errors:


\documentclass[a4paper, 11pt]{book}
\usepackage[spanish,es-tabla]{babel}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}

\usepackage{color}
\definecolor{gray97}{gray}{.97}
\definecolor{gray75}{gray}{.75}
\definecolor{gray45}{gray}{.45}

\usepackage ...
by Bliztz
Mon Oct 11, 2010 8:13 pm
Forum: General
Topic: +100 errors because of listings package
Replies: 8
Views: 12320

+100 errors because of listings package

I've installed TexnicCenter 2.0 Alpha 3 and use utf8 as encoding, but still the same errors.

Leaving the enconding issue aside, what I wanna try to solve first are the listing package errors.

This document for example compiles with no errors (I included the same header as the one I'm actually ...
by Bliztz
Mon Oct 11, 2010 7:20 pm
Forum: General
Topic: +100 errors because of listings package
Replies: 8
Views: 12320

+100 errors because of listings package

First of all say hello because is my first post here, also I'd like to say sorry in advance because of my english (I'm spanish).

I'll explain my problem to see if someone here can help me with it. I need to include several code snippets from many languages in my document. For that purpose I'm using ...