Search found 4 matches

by dajense
Tue Jan 05, 2010 9:54 pm
Forum: Text Formatting
Topic: nomenclature again... abbreviations in document gone
Replies: 1
Views: 1379

nomenclature again... abbreviations in document gone

Hi,
I use the nomenclature package to create a page with all abbreviations. Now I noticed, that though the page with the abbreviations is there as it should be, all abbreviations I have marked inside the document are gone. They are still in the latex document, but they don't appear in the .pdf.

I ...
by dajense
Sun Jan 03, 2010 5:48 pm
Forum: Text Formatting
Topic: Display normal text within listings environment (SQL)
Replies: 0
Views: 2109

Display normal text within listings environment (SQL)

Hi,

I am using the listings environment to display some SQL statements. Some of these contain signal statements which print out messages. The problem is, that the message output is diplayed like_this_for_all_messages... So I need a way to display normal text within the listings enviornment. Any ...
by dajense
Thu Sep 03, 2009 5:28 pm
Forum: Graphics, Figures & Tables
Topic: manual numbering of tables
Replies: 2
Views: 46619

Re: manual numbering of tables

Thanks a lot to gmedina. That's exactly what I needed.
For others: Put
\renewcommand\thetable{4.5}
before the caption, else it woun't work. :D
by dajense
Thu Sep 03, 2009 3:54 pm
Forum: Graphics, Figures & Tables
Topic: manual numbering of tables
Replies: 2
Views: 46619

manual numbering of tables

Hi,
I need to refere to tables which numbers are set outside the document that I am writing. So I need to switch of the automatic numbering for specific tables and set those numbers myself. Labels should then point to the set number. I.E

First table in chapter 2 should be numbered: 1.3 and using ...