Mike Martell wrote:
Hi:
I have tables that are too large to output to one table. I am trying to
make the tables fit one page and have found tips to use in
ERT \resizebox{0.95\textwidth}{!}{%
When I do this, the table is the right size. However, the caption of the
table no longer shows up. Is t
Hi:
I have tables that are too large to output to one table. I am trying to
make the tables fit one page and have found tips to use in
ERT \resizebox{0.95\textwidth}{!}{%
When I do this, the table is the right size. However, the caption of the
table no longer shows up. Is there a way to resize t
D.Zorig schrieb:
But I couldn't change fonts of caption label to bold and caption text to
slanted as it supposed to.
I tried KOMA Script book class' own
\setkomafont{captionlabel}{\bfseries}
but couldn't get it change.
As said, you cannot mix caption commands of the caption package and of th
On Sun, Apr 27, 2008 at 9:29 PM, D. Zorig <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I'm sorry to keep bothering with same issue.
> With help of Bob Lounsbury and Uwe Stoher, I have right aligned caption
> label and centered caption text in the next line with following code.
>
> \usepackage{capti
Hi all,
I'm sorry to keep bothering with same issue.
With help of Bob Lounsbury and Uwe Stoher, I have right aligned caption
label and centered caption text in the next line with following code.
\usepackage{caption}
\DeclareCaptionFormat{custom}{\raggedleft\bfseries#1\par\centerlast\slshape#3\pa
Bob Lounsbury schrieb:
I've read KOMA Script manual. But I couldn't figure out how to customize
table caption.
But it is described there. To change e.g. the caption label to bold, use this
command in the preamble:
\setkomafont{captionlabel}{\bfseries}
I want to leave figur
On Fri, Apr 25, 2008 at 8:38 AM, D. Zorig <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I've read KOMA Script manual. But I couldn't figure out how to customize
> table caption.
> Now I understand table caption consists of following four parts.
> 1. Caption label
Hi all,
I've read KOMA Script manual. But I couldn't figure out how to customize
table caption.
Now I understand table caption consists of following four parts.
1. Caption label
2. Caption number
3. Caption delimiter
4. Caption text
I want to leave figure captions as they are and ch
Dnia sobota 04 lutego 2006 20:02, Rich Shepard napisał:
> On Sat, 4 Feb 2006, Cezary Morga wrote:
> > Could anyone tell me if there is a way to make floating table's caption
> > align to left? I can't find it anywhere.
>
>Put the cursor at the head of the caption, then from the menu system:
> L
if you use komascript, then try this in preamble:
\setcapindent{0pt}
else
go to www.texnik.de where there is a hint for left aligning captions.
martin
On 04/02/06, Rich Shepard <[EMAIL PROTECTED]> wrote:
>
> On Sat, 4 Feb 2006, Cezary Morga wrote:
>
> > Could anyone tell me if there is a wa
On Sat, 4 Feb 2006, Cezary Morga wrote:
Could anyone tell me if there is a way to make floating table's caption
align to left? I can't find it anywhere.
Put the cursor at the head of the caption, then from the menu system:
Layout->Paragraph->Alignment. Change that to "Center" in the combo bo
Hi there,
Could anyone tell me if there is a way to make floating table's caption align
to left? I can't find it anywhere.
--
Cezary Morga
GG# 169903 ICQ# 328-700-565
Jabber: thereidos(at)jabber.autocom.pl
http://thereidos.co.nr/
Thanks Andre'.
nirmal
Andre Poenitz wrote:
On Tue, Jan 20, 2004 at 08:37:56AM -0500, Nirmal Govind wrote:
That's intentional standard LaTeX behaviour.
You can change the [EMAIL PROTECTED] if you don't like it.
On Tue, Jan 20, 2004 at 08:37:56AM -0500, Nirmal Govind wrote:
> Hi.. I have a long caption for a table and the overflow from the
> first line of the caption is not centered on the second line.. any
> way to center the second line of the caption also?
That's intentional standard LaTeX behaviour.
Never mind the first part, I found the answer in Herbert's tips and
tricks page:
\usepackage{ccaption}
\captionstyle{\centerlastline}
nirmal
Hi.. I have a long caption for a table and the overflow from the
first line of the caption is not centered on the second line.. any
way to center the second line of the caption also?
Secondly, this table is alongside a figure using the table and
figure side-by-side tip on Herbert's page where t
Gordon Wells schrieb:
Thanks for the tips. Unfortunately I'm already using a modified mwbk
class and I'm a bit reluctant to change to another float system at this
should be anyway no problem ...
stage. I've managed to manually adjust caption width using the ccaption
package though. What I would li
(sorry, pressed send too quickly)
Hi
Thanks for the tips. Unfortunately I'm already using a modified mwbk
class and I'm a bit reluctant to change to another float system at this
stage. I've managed to manually adjust caption width using the ccaption
package though. What I would like to know is i
Gordon Wells schrieb:
I know I've posted this before, but there was no reply. I would like to
know if it is possible to make captions automatically adopt the width of
their respective figures and tables in particular. I guess this can be
hacked a bit using wrapfloats but they seem to be a bit unrel
Hi
I know I've posted this before, but there was no reply. I would like to
know if it is possible to make captions automatically adopt the width of
their respective figures and tables in particular. I guess this can be
hacked a bit using wrapfloats but they seem to be a bit unreliable.
Thanks in
Werner Pessenhofer wrote:
> When I change the caption to standard format, it works.
> I'm using Lyx 1.2.0.
give the caption
Herbert
--
http://www.lyx.org/help/
Hi !
I have a problem concerning to table captions in a table float:
In my document I have inserted several table floats with captions and
everything goes fine.
But the last float I've added cause following error message by compiling with
pdflatex:
pdfTeX warning (ext4): destination with the
On Wed, Oct 10, 2001 at 05:37:29PM +, E GCP wrote:
> Hi,
>
> How can I make the table caption (title) in a table float left justified?
> LyX always centers the title with respect to the page not the width of the
> table. I already tried Layout->Paragraph without success
Hi,
How can I make the table caption (title) in a table float left justified?
LyX always centers the title with respect to the page not the width of the
table. I already tried Layout->Paragraph without success.
Thanks,
Enri
Markus Mohr wrote:
>
> I have a rather longish table description and it looks like:
>
> Table: texttexttexttexttexttext
> texttexttexttexttext
>
> but I would like to have:
>
> Table: texttexttexttexttexttext
>texttexttexttexttext
>
> How do I achieve that?
package hangcaption
ftp:/
Hi!
Heres the next question: :)
I have a rather longish table description and it looks like:
Table: texttexttexttexttexttext
texttexttexttexttext
but I would like to have:
Table: texttexttexttexttexttext
texttexttexttexttext
How do I achieve that?
thanks for the help
marksu
On Fri, 28 Sep 2001, Markus Mohr wrote:
>(Float)Table:
>
>instead of:
>
>(Float)
> Table:
You can do the latter by moving the blinking cursor just after the
"Table:" text (and before the caption name) and pressing once Enter.
That way you should be
Hi!
I'm using 1.1.6fix3 with Debian/unstable. I try to have a table in a
table float with the caption below the table.
When I enter the table directly behind the 'Table:' text, I get:
(Float) Table:
instead of:
(Float)
Table:
Compiling that leads to two error
Arnd Geldermann wrote:
>
> Hallo Lyxers,
>
> I' am using a long table, all in all is longer than 1 page. I'am right
> that i couldn't use a float? But I need a caption with
> the right no. of the table. How can I deal with lyx features to solve
> the problem or do I need lyx code?
have a look a
Hallo Lyxers,
I' am using a long table, all in all is longer than 1 page. I'am right
that i couldn't use a float? But I need a caption with
the right no. of the table. How can I deal with lyx features to solve
the problem or do I need lyx code?
Can anybody help me. Thanks a lot.
On 15-May-99 Bas Rijniersce wrote:
> Hello,
>
> I'm using the latest (stable) Lyx release on RedHat Linux to write my
> thesis. I have some tables that I want to be left aligned. Using Layout
> -> Paragraph -> Alignment the table self is placed OK. But the caption
> stays centered on the page. I
Hello,
I'm using the latest (stable) Lyx release on RedHat Linux to write my
thesis. I have some tables that I want to be left aligned. Using Layout
-> Paragraph -> Alignment the table self is placed OK. But the caption
stays centered on the page. I have tried to do the same (L->P->A) voor
the ca
32 matches
Mail list logo