Search found 7 matches

by sladicg
Sun May 09, 2010 8:01 pm
Forum: Text Formatting
Topic: Frame around alltt in listing
Replies: 0
Views: 2370

Frame around alltt in listing

Hi!
Does anyone know how to add frame around alltt section. I need to use alltt because I'm using math expressions.

In the listing without math expressions I use Verbatim like this:

\usepackage{listing}
...
\begin{listing}
\begin{Verbatim}[resetmargins=true, frame=single]
Somn text without math ...
by sladicg
Wed Mar 24, 2010 3:06 pm
Forum: Graphics, Figures & Tables
Topic: Space between tables
Replies: 1
Views: 1255

Space between tables

I have only two tables on one page. One table is aligned on the top of the page, and other is aligned on the bottom of the page. Between them there is empty space. I want that second table is aligned just below first instead at the end of the page. I try several combination of [htpb] for each of ...
by sladicg
Tue Mar 16, 2010 7:52 am
Forum: Text Formatting
Topic: Justify line
Replies: 4
Views: 13124

Re: Justify line

Thanks, \linebreak solve my problem!
by sladicg
Mon Mar 15, 2010 2:25 pm
Forum: Text Formatting
Topic: Justify line
Replies: 4
Views: 13124

Justify line

Hi!

I have a problem how to fully justify (left and right) a line of text in a paragraph. Line looks like this:

Some text before new line \newline some text after newline command

The problem is that text before \newline is not fully justified (left and right), it is only left justified. Text ...
by sladicg
Wed Feb 17, 2010 3:03 pm
Forum: Text Formatting
Topic: Unbold algorithm caption
Replies: 3
Views: 4988

Re: Unbold algorithm caption

Thanks, this solve my problem.
by sladicg
Mon Feb 15, 2010 2:38 pm
Forum: Text Formatting
Topic: Unbold algorithm caption
Replies: 3
Views: 4988

Unbold algorithm caption

Hi!
Can anybody tell me how to unbold algorithm caption?

When I use algorithmic and algorithm packages, I got following caption:
Algorithm 1: My first algorithm

What I want is to replace bold " Algorithm " with unbold "Algorithm" and to replace ":" with ".", e.g.
Algorithm 1. My first algorithm ...
by sladicg
Mon Dec 21, 2009 2:46 pm
Forum: Graphics, Figures & Tables
Topic: Figures in Title page
Replies: 1
Views: 1549

Figures in Title page

Hi!

I want to place something like this on top of my title page:

figure1 some_tex figure2

The figure1 is aligned left
The some_text is aligned center and contains 3 lines
The figure2 is aligned right

Can someone help me with this?

Thanks in advance.