Torsdag 25. september 2003 00:19, skreiv Ingar Pareliussen: > Hi > > I have to have the table captions in bold, but keep the figure caption as > standard. > > I solve this now with \bf{table caption} i ERT. But I was hoping that there > were a more elegant way of changing the caption for Tables, but keeping the > figures caption unchanged.
After searching the comp.text.tex I found a solution that I could use with some modifications: In preamble: \def\tablecaption{table} [EMAIL PROTECTED] [EMAIL PROTECTED] {\bf #1: #2} \else \small \vskip 10pt plus4pt minus2pt {#1: #2} \fi} Ingar --