Search found 5 matches

by Noceo
Thu Jan 23, 2014 1:12 pm
Forum: Fonts & Character Sets
Topic: Convert UTF-8 to ISO-8859-1 (Latin-1)
Replies: 4
Views: 63264

Re: Convert UTF-8 to ISO-8859-1 (Latin-1)

Thank you Johannes, I will swith to UTF-8 then. Luckily the problems I had converting away from UTF-8, doesn't seem to occur when I'm converting towards it. Thanks again for the assistance.
by Noceo
Wed Jan 22, 2014 4:03 pm
Forum: Fonts & Character Sets
Topic: Convert UTF-8 to ISO-8859-1 (Latin-1)
Replies: 4
Views: 63264

Convert UTF-8 to ISO-8859-1 (Latin-1)

Hey there,

Following a new installation, I accidentally managed to create a few files in UTF-8, rather than ISO-8859-1 (also known as Latin-1 I think?) which I normally use. Now I can't by any means seem to convert these files to ISO-8859-1 encoding, no matter what I do. I tried the following with ...
by Noceo
Thu Apr 05, 2012 5:08 pm
Forum: General
Topic: listings | Problem with Line Breaks
Replies: 4
Views: 10435

Re: listings | Problem with Line Breaks

Why is the internet so much smarter than me? :geek:

Thanks a lot for the help, really appreciate it!
by Noceo
Thu Apr 05, 2012 8:38 am
Forum: General
Topic: listings | Problem with Line Breaks
Replies: 4
Views: 10435

listings | Problem with Line Breaks

Hey again,
Sorry for missing that part, I was a bit frustrated yesterday. I made a working example, and it still makes the same error.

% Dokument 'indstillinger'
\documentclass[a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[danish]{babel}
\usepackage{times}
\usepackage{graphics ...
by Noceo
Wed Apr 04, 2012 8:06 pm
Forum: General
Topic: listings | Problem with Line Breaks
Replies: 4
Views: 10435

listings | Problem with Line Breaks

Hi,

I need to include a bunch of Matlab code in my report, and found a template for \lstset settings using Google (see code in the end of the post). I then added the breaklines=true in order to avoid problems with long lines. The thing is though, that it keeps writing "breaklines" every time it ...