Search found 5 matches

by coandrei
Thu Jul 01, 2010 12:55 pm
Forum: Graphics, Figures & Tables
Topic: figure: \caption command modification
Replies: 1
Views: 1486

figure: \caption command modification

How could I modify second caption command (maybe some renewcommand?) to not produce 'Figure 2. The pressure...' but ' Note: The pressure ...'

Any other hint to solve this, is welcome.

\begin{figure}[ht]
\centering
\caption{The temporal variation of the NWM-derived (black) and the insitu ...
by coandrei
Mon Jun 28, 2010 8:17 pm
Forum: BibTeX, biblatex and biber
Topic: Alter citation formula 'and' & 'et al.'
Replies: 0
Views: 1198

Alter citation formula 'and' & 'et al.'

Hello guys,

How could I alter the citation format and get rid of 'and' & 'et al.'. Is there anyway? My professor REALLY wants to have them changed to the local (i.e., Romanian) language.

Rothacher and Schmid, 2006
Görres et al., 2006

Thank you
by coandrei
Sat Jul 04, 2009 5:10 pm
Forum: Text Formatting
Topic: \listoffigures and \listoftables do not change line
Replies: 3
Views: 5035

\listoffigures and \listoftables do not change line

Same problem here. I use MikTex 2.4. I have a project created, eps figures included and I use Latex => PS => PDF profile when I build the project.
Any help or hint would be apreciated

This MWE returns my problem.
\documentclass[a4paper,12pt]{report}
\usepackage[T1]{fontenc}
\usepackage[latin9 ...
by coandrei
Tue Jun 30, 2009 7:22 am
Forum: Graphics, Figures & Tables
Topic: one-page table
Replies: 3
Views: 2716

one-page table

There was nothing wrong with my solution but the table was on a separate file. When I inserted the code instead using \include{tab:mytable} (as it was before) everything went as expected. Thus, I think that include command was breaking the text. Somehow, this feature might be turned off. However, I ...
by coandrei
Mon Jun 29, 2009 2:05 pm
Forum: Graphics, Figures & Tables
Topic: one-page table
Replies: 3
Views: 2716

one-page table

Hi there,

I have the following table in my document and I would like the text to be continuous no matter where the table is inserted. Currently, the page before the table contains only 4 lines of text. I hope you understood what I meant.
Or is it another better way to solve this?
Thank you ...