Search found 35 matches

by laailalalaa
Sun Dec 16, 2012 9:55 pm
Forum: Text Formatting
Topic: Formatting for Text inside a Theorem
Replies: 2
Views: 3837

Re: Formatting for Text inside a Theorem

Works great, thanks a lot.
by laailalalaa
Tue Dec 04, 2012 4:09 pm
Forum: Decision Guidance
Topic: Editor for OS X with Folder Structure View
Replies: 1
Views: 81182

Editor for OS X with Folder Structure View

Hello,

I'm looking for an editor for OS X Lion (10.7+), that has a folder structure view functionality, similar to i.e. TexMaker, having an open source file, with multiple input or include commands. I'd like to be able to view the included files in a panel in the editor and just click on them to ...
by laailalalaa
Tue Nov 27, 2012 10:36 am
Forum: Text Formatting
Topic: Formatting for Text inside a Theorem
Replies: 2
Views: 3837

Formatting for Text inside a Theorem

Hello,

I defined an example "placeholder" using \newtheorem :
\newtheorem{example}{Example}
If I write an example like this:

\begin{example}[spheresmusic]
Consider s is a sphere so that ... .
\end{example}

How can I make the "s" look straight, how can I cancel the italic formatting just for ...
by laailalalaa
Mon Nov 05, 2012 10:30 am
Forum: Math & Science
Topic: Shape for a Set Symbol
Replies: 2
Views: 2912

Re: Shape for a Set Symbol

thanks:)
by laailalalaa
Sun Nov 04, 2012 9:15 pm
Forum: Math & Science
Topic: Shape for a Set Symbol
Replies: 2
Views: 2912

Shape for a Set Symbol

Hello,

I want to display the name (say B) of a set as a capital, italic slender letter. I tried \mathbf{B}, but it fattens the B.


Thanks
by laailalalaa
Wed Aug 29, 2012 4:29 pm
Forum: Text Formatting
Topic: curly braces between title and abstract
Replies: 2
Views: 4264

Re: curly braces between title and abstract

haha, worked, thanks!:)
by laailalalaa
Wed Aug 29, 2012 3:57 pm
Forum: Text Formatting
Topic: curly braces between title and abstract
Replies: 2
Views: 4264

curly braces between title and abstract

Hi,

I changed a bit the author related code from the ACM Proceedings template as follows (this appears after the title and before the abstract):
\numberofauthors{1}
\author{\alignauthor A B \hspace{0.8cm} C D \hspace{0.8cm} E F \hspace{0.8cm} G H \\ \vspace{0.6pt}
\affaddr{Univ} \\ \affaddr ...
by laailalalaa
Thu Jun 14, 2012 1:54 pm
Forum: General
Topic: minted | Caption and Numbering for Listings
Replies: 1
Views: 16505

minted | Caption and Numbering for Listings

Follow up to this post http://latex-community.org/forum/viewtopic.php?f=5&t=20649.

How can I add caption and numbering to all the source code listings I insert with the minted package? \caption and \label seem to work only with listings . The following example fails (with the output below ...
by laailalalaa
Thu Jun 14, 2012 1:31 pm
Forum: General
Topic: Code Listings that can be referenced
Replies: 4
Views: 5814

Re: Code Listings that can be referenced

Yep, worked, thanks. I'll come back a bit later with details on how I installed Pygments on Windows.
by laailalalaa
Wed Jun 13, 2012 9:01 am
Forum: General
Topic: Code Listings that can be referenced
Replies: 4
Views: 5814

Code Listings that can be referenced

I'm replacing images containing source code with, well, intext source code. Apart from aspect issues, I need to save a lot of space in the paper.

Here\s a min ex:

\documentclass[runningheads,a4paper]{llncs}
\usepackage{alltt}
\usepackage{listings}
\lstset{
basicstyle=\footnotesize\ttfamily ...