Search found 12 matches

by Xiphias
Tue Sep 08, 2015 9:27 am
Forum: Page Layout
Topic: Non-English language in the question environment.
Replies: 3
Views: 4138

Re: Non-English language in the question environment.

Thanks for all the help. i got what I needed :)
by Xiphias
Mon Sep 07, 2015 1:45 pm
Forum: Page Layout
Topic: Non-English language in the question environment.
Replies: 3
Views: 4138

Non-English language in the question environment.

So I am using the question environment for my document since it contains a lot of math problems.

When I wanted to move my code from sharlatex.com to my locale Texmaker the question environment went from Norwegian "Oppgave" to "Exercise" instead. Is there some pre-amble code I can use to force it to ...
by Xiphias
Tue Aug 18, 2015 9:50 am
Forum: Math & Science
Topic: Norwegian comma vs period for decimal numbers.
Replies: 3
Views: 12347

Re: Norwegian comma vs period for decimal numbers.

icomma package is a thing of beauty. thanks! :)
by Xiphias
Mon Aug 17, 2015 8:21 am
Forum: Math & Science
Topic: Norwegian comma vs period for decimal numbers.
Replies: 3
Views: 12347

Norwegian comma vs period for decimal numbers.

Most of the world will write a decimal number like this: "0.36704 or .36704" and write a large number like this: "3,000,000"

In Norway (and probably other places in Europe), however, we write a decimal number like this: "0,36704 (and never ,36704)" and a large number like this: "3 000 000"

If I ...
by Xiphias
Sun Aug 16, 2015 10:30 pm
Forum: General
Topic: Formatting a page with many small math problems
Replies: 15
Views: 12446

Re: Formatting a page with many small math problems

That worked :)

Thanks for all the help from all of you!
by Xiphias
Fri Aug 14, 2015 2:43 pm
Forum: General
Topic: Formatting a page with many small math problems
Replies: 15
Views: 12446

Formatting a page with many small math problems

I want the nice environment of tasks in terms of spacing and being able to sort problems without having to change any numbers, but I would like to be able to have the questions be numbered according to sections as this will end up as a longer compendium.

Here is some current minimal code ...
by Xiphias
Fri Aug 14, 2015 12:31 pm
Forum: General
Topic: Formatting a page with many small math problems
Replies: 15
Views: 12446

Re: Formatting a page with many small math problems

I don't want to be naggy, but that did not do anything it seems.
by Xiphias
Fri Aug 14, 2015 10:30 am
Forum: General
Topic: Formatting a page with many small math problems
Replies: 15
Views: 12446

Formatting a page with many small math problems

Hmmm, that is having an effect. I did \numberwithin{question}{section} which reset the counter per section. But it did not change the numbering of questions from "1, 2, 3,..." to "1.1, 1.2, 1.3..." It just started as "1, 2, 3..." for the next section.
by Xiphias
Fri Aug 14, 2015 9:11 am
Forum: General
Topic: Formatting a page with many small math problems
Replies: 15
Views: 12446

Re: Formatting a page with many small math problems

A small follow up question. Is it possible to have questions be numbered with "1.1 , 1.2 ..." instead of "1, 2, 3 ..."?
by Xiphias
Thu Aug 13, 2015 12:19 pm
Forum: General
Topic: Formatting a page with many small math problems
Replies: 15
Views: 12446

Re: Formatting a page with many small math problems

I used memoir to get bigger font size by default. This is also probably possible in article environment, but I did not know how.