Search found 10 matches

by petey
Tue Nov 13, 2012 8:13 pm
Forum: Text Formatting
Topic: exam | Custom Formatting for multiple Choice Questions
Replies: 1
Views: 3652

exam | Custom Formatting for multiple Choice Questions

Hi,

I'm using the exam class to create a multiple choice test.

For every question there are four choices and I would like the choices to be listed in rows of two. Right now I can only get latex to print the choices in one row (if the choices fills up more than one line it does not look nice) or in ...
by petey
Sun Nov 27, 2011 1:44 pm
Forum: Text Formatting
Topic: Vertical space, newtheorem and list
Replies: 1
Views: 1606

Vertical space, newtheorem and list

Hi,

I have created a new environment called "example" using \newtheorem.

My problems is when i write something like this

\begin{example}[Title of example]
\begin{enumerate}
\item This is a test
\end{enumerate
\end{example}


then the "This is a test" item will float to the "title of example ...
by petey
Sat Jul 17, 2010 11:34 am
Forum: Math & Science
Topic: A colored box around theorems and definitions
Replies: 6
Views: 9898

Re: A colored box around theorems and definitions

Done.

Thanks again for all the help and a great forum.

Best regards
petey
by petey
Fri Jul 16, 2010 6:51 pm
Forum: Math & Science
Topic: A colored box around theorems and definitions
Replies: 6
Views: 9898

Re: A colored box around theorems and definitions

Hi Stefan,

Thank you very much :D! It works perfectly.
by petey
Fri Jul 16, 2010 2:32 pm
Forum: Math & Science
Topic: A colored box around theorems and definitions
Replies: 6
Views: 9898

Re: A colored box around theorems and definitions

Hi Stefan,

Thanks! I tried them and they work as long as I don't put a theorem inside. Strange.

petey
by petey
Fri Jul 16, 2010 1:58 pm
Forum: Math & Science
Topic: A colored box around theorems and definitions
Replies: 6
Views: 9898

A colored box around theorems and definitions

Hi guys,

I would like to have a colored box around theorems and definitions. How can I do that ?

Thanks in advance.
petey
by petey
Sat Apr 03, 2010 8:29 pm
Forum: Text Formatting
Topic: ToC entries instead of ToC pages as links with hyperref
Replies: 2
Views: 1727

Re: ToC entries instead of ToC pages as links with hyperref

Thank you very much gmedina :-).
by petey
Sat Apr 03, 2010 7:03 pm
Forum: Text Formatting
Topic: ToC entries instead of ToC pages as links with hyperref
Replies: 2
Views: 1727

ToC entries instead of ToC pages as links with hyperref

I have a problem with the hyperref package.

I want hyperref to make links around the page references in the toc and not around the section titles.

Thanks in advance.
by petey
Sun Feb 28, 2010 12:36 am
Forum: General
Topic: Want a new command similar to \subsection
Replies: 2
Views: 1760

Re: Want a new command similar to \subsection

Thank you.

Your solution works perfectly :D. Thank you very much.
by petey
Sat Feb 27, 2010 9:35 pm
Forum: General
Topic: Want a new command similar to \subsection
Replies: 2
Views: 1760

Want a new command similar to \subsection

Hi,

I'm writing a document that contains exercises. I want a command named \exercise that looks exactly/similar to \subsection. It should look something like this:


Exercise 1
...
Exercise 2
....


I started out using \subsection with this:

\renewcommand{\thesubsection}{Exercise \arabic ...