Search found 8 matches

by drorata
Thu May 13, 2010 1:04 pm
Forum: General
Topic: Formula sheet
Replies: 3
Views: 3876

Re: Formula sheet

Thanks gmedina for the link seems like I could use it. It is more or less what I was looking for.
by drorata
Wed May 12, 2010 11:05 am
Forum: General
Topic: Formula sheet
Replies: 3
Views: 3876

Formula sheet

Dear all,

I want to typeset a formula sheet and I don't really know where to start.

It should be something rather dense, and thus I guess that the normal document classes won't fit. Do you know of any class that can be useful? Or should I dig into the page layout, and play around with font sizes ...
by drorata
Fri Mar 12, 2010 4:54 pm
Forum: Document Classes
Topic: Compiling BEAMER slides
Replies: 2
Views: 4360

Re: Compiling BEAMER slides

Thanks for the quick reply!

As I have updated, for me the problem was real, and the solution worked fine.

As far as I understood, this is sort of a known issue.
by drorata
Fri Mar 12, 2010 4:03 pm
Forum: Document Classes
Topic: Compiling BEAMER slides
Replies: 2
Views: 4360

Compiling BEAMER slides

Dear all,

today I tried to create a new presentation using BEAMER and I got an error. Here is the code I used:


\documentclass[ucs,9pt,hyperref={pdfpagelabels=false}]{beamer}
\usepackage{default}
\title{Title}
\author{Me}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{Origins ...
by drorata
Thu Feb 11, 2010 10:11 am
Forum: Text Formatting
Topic: Removing line break in itemize/enumerate environment
Replies: 4
Views: 16209

Removing line break in itemize/enumerate environment

By just adding paralist nothing changed. Having look at the package manual didn't help. Do you know to direct me to the exact solution?

I'm attaching a minimal example:

\documentclass{article}
\usepackage{amsthm}
\newtheorem{theorem}{Theorem}
\begin{document}
Example

\begin{itemize}
\item ...
by drorata
Wed Feb 10, 2010 6:26 pm
Forum: Text Formatting
Topic: Removing line break in itemize/enumerate environment
Replies: 4
Views: 16209

Removing line break in itemize/enumerate environment

Dear all,

Consider the following example:


\begin{itemize}
\item First item
\item Second item
\item \begin{definition}[A definition]
The definition's body
\end{definition}
\end{itemize}


This results in a line break right after the last bulletin, and before the definition's title.

How can ...
by drorata
Mon Jul 14, 2008 3:39 pm
Forum: General
Topic: Spliting page into two columns
Replies: 3
Views: 25292

Spliting page into two columns

Thanks for the quick answer! I've already found a solution, using tabular . For example:


\begin{tabular}{|p{0.47\linewidth}|p{0.4\linewidth}|}
\hline
\begin{enumerate}
\item First item
\item Second item
\end{enumerate} &
\begin{itemize}
\item one can get rid of the lines
\item one can put ...
by drorata
Mon Jul 14, 2008 9:36 am
Forum: General
Topic: Spliting page into two columns
Replies: 3
Views: 25292

Spliting page into two columns

Dear all,

I'm trying very hard for the last few hours and so far with no success...

I would like to split only part of a page into two columns, s.t. at one side will contain text (math text) and on the other one a corresponding figure. I'm attaching an example of how I would like it to be which ...