Search found 25 matches

by Stefanie
Tue Jan 19, 2010 5:36 pm
Forum: Graphics, Figures & Tables
Topic: Box around multiple cells
Replies: 1
Views: 2035

Box around multiple cells

Does anyone know if it is possible to use boxes in a tabular environment?
E.g. if I have

\begin{tabular}{ccc}
A & B & C \\
D & E & F \\
\end{tabular}

I would like to draw a box around A and B, and around E and F to show that they are grouped together. \fbox{A & B} doesn't work, because fbox ...
by Stefanie
Tue Jun 23, 2009 2:49 pm
Forum: Text Formatting
Topic: Heavier exclamation mark to draw attention in beamer
Replies: 2
Views: 8338

Heavier exclamation mark to draw attention in beamer

I'm writing a presentation in beamer and I want to use a somewhat heavier exclamation mark than the default one, to draw attention to the following text. Something like this
http://warc.calpoly.edu/images/diagrams/alert-icon_matrix/bw_w_inner_shapes/bw_exclamationmark.gif
or like the topic icon ...
by Stefanie
Fri Jun 12, 2009 12:10 pm
Forum: General
Topic: gb4e, beamer and the \pause command
Replies: 1
Views: 2983

Re: gb4e, beamer and the \pause command

People on the Ling-TeX mailing list gave me the answer:

\resetcounteronoverlays{exx}
by Stefanie
Fri Jun 12, 2009 11:55 am
Forum: General
Topic: gb4e, beamer and the \pause command
Replies: 1
Views: 2983

gb4e, beamer and the \pause command

I'm using gb4e for numbered examples, and I noticed an annoying bug. The numbering goes wrong when I use the \pause command in a beamer document. Working example (run with pdflatex):

\documentclass[a4paper,12pt]{beamer}
\usepackage{gb4e}
\begin{document}
\begin{frame}
\begin{exe}
\ex First example ...
by Stefanie
Tue Feb 03, 2009 2:15 pm
Forum: Others
Topic: Vim-Latexsuite
Replies: 0
Views: 2655

Vim-Latexsuite

I'm a big fan of the vi keybindings and that's why I always use gvim + vim-latexsuite to edit my latex files. It does the job really well, but apparently the development of vim-latexsuite has stopped. Is this true?

Do you think this means that the package will quickly become obsolete? If this is ...
by Stefanie
Tue Feb 03, 2009 2:04 pm
Forum: General
Topic: New to LaTeX --- Can you review my document?
Replies: 4
Views: 3065

Re: New to LaTeX --- Can you review my document?

i don't know if this is the stuff you're looking for, but i use the fancyhdr package a lot for customized headers and footers.
by Stefanie
Sun Feb 01, 2009 5:59 pm
Forum: General
Topic: A very long arrow
Replies: 4
Views: 70626

Re: A very long arrow

thank you gmedina, that was exactly what i was looking for. tikz and the picture environment are too complicated for what i had in mind (and difficult to get right). this solution is much quicker.
by Stefanie
Sun Feb 01, 2009 3:34 pm
Forum: General
Topic: A very long arrow
Replies: 4
Views: 70626

A very long arrow

Hi guys,

i need to insert a very long arrow in my latex document, almost as long as the width of my text. do you know about a latex command which can do that? i don't mind using an extra package.
by Stefanie
Sun Nov 30, 2008 6:08 pm
Forum: Document Classes
Topic: Beamer: how not to print the logo on a specific frame
Replies: 2
Views: 4199

Beamer: how not to print the logo on a specific frame

I am using beamer for a presentation and I would like to omit the logo from some specific frames. is there a command i can use at the beginning of the frame? I defined the logo by inserting \logo{\includegraphics[width=1.5cm]{mylogo.jpg}} in the preamble.
thanks,

stefanie
by Stefanie
Mon Oct 13, 2008 2:10 pm
Forum: Document Classes
Topic: Beamer + BibTeX = new section "References" -> how to avoid?
Replies: 5
Views: 42049

Beamer + BibTeX = new section "References" -> how to avoid?

Hi Stefanie,

the default behavior of beamer is that no section would be produced for the bibliography. The section was introduced by natbib. In your first post and that minimal example natbib was not mentioned, that made the example useless. Nobody guessed that natbib was loaded. A minimal example ...