Search found 4 matches

by Cherrys
Thu Sep 10, 2015 8:42 pm
Forum: Texmaker and TeXstudio
Topic: Set UTF8 as default encoding
Replies: 1
Views: 20585

Set UTF8 as default encoding

Hi

Whenever I try to open a latex document that's written in UTF8 encoding (which I need for accents and stuff), I get an error message saying that it can't be decoded with the default encoding (windows-1252), and suggests to open it with UTF8. If I do that, everything works fine. But I still get ...
by Cherrys
Wed Sep 11, 2013 8:17 am
Forum: Text Formatting
Topic: Pairs of Functions in enumerated List
Replies: 4
Views: 6655

Pairs of Functions in enumerated List

The \makebox is perfect, thanks a lot!

As for the exercises/exams packages, I'm already using some :)
by Cherrys
Tue Sep 10, 2013 8:49 pm
Forum: Text Formatting
Topic: Pairs of Functions in enumerated List
Replies: 4
Views: 6655

Re: Pairs of Functions in enumerated List

Well, I'm coding exercises for students, and sometime, "enumerated" items are only texts, sometimes only equations, sometimes some of both. And in some cases, the indentation I'm trying to get is welcomed. So basically, I use enumerate because that way I get a single enumeration style for all my ...
by Cherrys
Thu Sep 05, 2013 5:57 pm
Forum: Text Formatting
Topic: Pairs of Functions in enumerated List
Replies: 4
Views: 6655

Pairs of Functions in enumerated List

Hello,

I'd like to use an indentation with two or more columns inside an enumeration, so that the two columns have the same indentation, and the left side corresponds to the right side. For example, I have a list of exercises, each requiring two functions f and g , and I'd like to have the f ...