Search found 3 matches

by juliusmeinl
Mon Mar 04, 2013 7:23 pm
Forum: Text Formatting
Topic: Text on same line as enumeration
Replies: 4
Views: 6994

Re: Text on same line as enumeration

Thank you very much, that was very useful!
I do not have that much experience with enumitem (and with LaTeX in general), but it's getting better almost daily ...
by juliusmeinl
Mon Mar 04, 2013 6:39 pm
Forum: Text Formatting
Topic: Text on same line as enumeration
Replies: 4
Views: 6994

Text on same line as enumeration

There you go:
\documentclass[11pt,a4paper,titlepage]{article}
\usepackage[utf8x]{inputenc}
\usepackage{ucs}
\usepackage[english]{babel}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{makeidx}
\usepackage{multicol}
\usepackage{enumitem}
\usepackage{marginnote ...
by juliusmeinl
Mon Mar 04, 2013 5:11 pm
Forum: Text Formatting
Topic: Text on same line as enumeration
Replies: 4
Views: 6994

Text on same line as enumeration

Hello everybody
I am making an exercise sheet for my maths students, and I'm having a problem with the enumeration.
I made an enumeration throughout several columns (using multicol). I would now like to have some text on the same line as the enumeration, so for instance the exercise number. I would ...