Search found 9 matches

by betyaros
Tue May 06, 2008 12:51 pm
Forum: Document Classes
Topic: How can I rename a Listing caption
Replies: 7
Views: 12852

Re: How can I rename a Listing caption

Thank you, I learnt a lot.
by betyaros
Tue May 06, 2008 6:54 am
Forum: Document Classes
Topic: How can I rename a Listing caption
Replies: 7
Views: 12852

Re: How can I rename a Listing caption

By the way, how can I change the order of them? So I want to write "##. Something." instead of "Something ##." before the caption. (where ## are numbers)
by betyaros
Tue May 06, 2008 6:50 am
Forum: Document Classes
Topic: How can I rename a Listing caption
Replies: 7
Views: 12852

Re: How can I rename a Listing caption

ummm my god :oops: I mixed up the \usepackage and the \renewcommand commands. \usepackage should precedes \renewcommand.

Thank you - it's working :)
by betyaros
Mon May 05, 2008 8:02 pm
Forum: Document Classes
Topic: How can I rename a Listing caption
Replies: 7
Views: 12852

How can I rename a Listing caption

Some similar solution I need... but in this case I got the following error message :

Code: Select all

LaTeX Error: \lstlistingname undefined.
by betyaros
Mon May 05, 2008 7:59 pm
Forum: General
Topic: How to make flexible tables
Replies: 3
Views: 3623

Re: How to make flexible tables

Thank you, it was very helpful
by betyaros
Mon May 05, 2008 5:37 pm
Forum: Document Classes
Topic: How can I rename a Listing caption
Replies: 7
Views: 12852

How can I rename a Listing caption

Hi,

How can I rename the Listing prefix which is standing before the number of it? So I would like to rename "Listing ##" to "Something ##". I hope you understand me :)
by betyaros
Mon May 05, 2008 5:29 pm
Forum: General
Topic: How to make flexible tables
Replies: 3
Views: 3623

How to make flexible tables

I'm trying to make a table which contains figures and text together. The first column should contains figures and the second one contains text, but in this case, text in the second column is aligned to the bottom of the row.


\begin{table}
\centering
\begin{tabular}{|c|l|}\hline ...
by betyaros
Fri May 02, 2008 6:51 am
Forum: General
Topic: Floating figures in titlepage env
Replies: 3
Views: 2795

Re: Floating figures in titlepage env

Thank you, it's working now :) I didn't believe that it will be that easy...
by betyaros
Thu May 01, 2008 10:22 pm
Forum: General
Topic: Floating figures in titlepage env
Replies: 3
Views: 2795

Floating figures in titlepage env

Hi all!

I need some help. I'm writing my thesis and the title page must to be in form:


* *
University
figure Faculty
Department


title
author
consultant



date
* *


Where page corners are marked with stars. My code is there:


\begin{titlepage}
\center
\resizebox{5cm ...