Date:Sat, 22 Sep 2001 18:12:57 +0300
Reply-To:Hebrew TeX list <[log in to unmask]>
Sender:Hebrew TeX list <[log in to unmask]>
From:Dan Kenigsberg <[log in to unmask]>
Subject:Re: Toledo's \bcaption
In-Reply-To:<[log in to unmask]> from "Tzafrir Cohen" at Sep 22,
2001 01:18:12 PM
Content-Type:text/plain; charset=us-ascii
>
> On Fri, 21 Sep 2001, Dan Kenigsberg wrote:
>
> > Hi.
> >
> > I am using Sivan Toledo's repackaged hebrew support to write my thesis.
> >
> > For each figure I define hebrew and english captions using \bcaption. Sadly,
> > both appear justified to the left under the figure.
> >
> > How can I place them in the center of their lines? Or justify the hebrew caption
> > to the right? Or remove the hebrew caption altogether (yet keep it in the hebrew
> > list of figures?)
>
> Maybe try taking the macro from hebtech.cls and trim it (remove the second
> line of text).
I am using simple report, rather than hebtech.
And anyways - I am not in the position to hack tex styles, if that is what you
ment.
>
> Shouldn't a figure caption be centered by default?
I thought so too, but if you uncomment the `hebrew', the caption is flushed to
the left.
\documentclass{report}
\usepackage[%hebrew,
english]{babel}
\begin{document}
\begin{figure}
Hello!
\caption{this is the word ``Hello''}
\end{figure}
\end{document}
Any ideas why this happens?