
Search found 9 matches
- Fri Dec 19, 2008 4:16 pm
- Forum: General
- Topic: Right aligning a list in right-to-left languages
- Replies: 10
- Views: 7026
Re: Right aligning a list in right-to-left languages
Thanks
Works like a charm!

- Thu Dec 18, 2008 3:21 pm
- Forum: General
- Topic: Right aligning a list in right-to-left languages
- Replies: 10
- Views: 7026
Right aligning a list in right-to-left languages
Here's some reduced code with output. The extra space is visible between lines 1 and 2.
\documentclass[12pt, titlepage]{article}
\usepackage{cjhebrew}
\newcommand{\RItem}{\vspace{\itemsep}\par\hspace{-\leftmargin}%
\makebox[\labelwidth][r]{\RLabel}\hspace{\labelsep}}
\newenvironment ...
\documentclass[12pt, titlepage]{article}
\usepackage{cjhebrew}
\newcommand{\RItem}{\vspace{\itemsep}\par\hspace{-\leftmargin}%
\makebox[\labelwidth][r]{\RLabel}\hspace{\labelsep}}
\newenvironment ...
- Thu Dec 18, 2008 1:14 pm
- Forum: General
- Topic: Right aligning a list in right-to-left languages
- Replies: 10
- Views: 7026
Right aligning a list in right-to-left languages
I found a small bug in the code. The numbered list reverses numbers such as 123 to 312. I found a fix though:
RLabel should be defined as
\newcommand{\RLabel}{\refstepcounter{enumi}\cjLR{\normalfont\theenumi}}%
The cjhebrew command \cjLR reverses the number.
Also i noticed another problem ...
RLabel should be defined as
\newcommand{\RLabel}{\refstepcounter{enumi}\cjLR{\normalfont\theenumi}}%
The cjhebrew command \cjLR reverses the number.
Also i noticed another problem ...
- Thu Dec 18, 2008 1:07 pm
- Forum: General
- Topic: Putting a character above another character
- Replies: 5
- Views: 13530
Putting a character above another character
Thanks for the tips! :)
I tested your ideas, and after getting inspired even more I came across the perfect and most flexible solution: The picture environment!
\begin{picture}(width,height)%
\put(x-coordinate,y-coordinate){The object you want there.}%
\end{picture}%
The hebrew worked ...
I tested your ideas, and after getting inspired even more I came across the perfect and most flexible solution: The picture environment!
\begin{picture}(width,height)%
\put(x-coordinate,y-coordinate){The object you want there.}%
\end{picture}%
The hebrew worked ...
- Tue Dec 16, 2008 9:01 pm
- Forum: General
- Topic: Putting a character above another character
- Replies: 5
- Views: 13530
Putting a character above another character
Hello,
I'm looking for a way to put a character above another character, like putting a circle over A, such as in Å. Specifically, i'm trying to find out how to put characters over hebrew characters. I'm writing hebrew using a package called cjhebrew . Below is a picture of what i'm thinking about ...
I'm looking for a way to put a character above another character, like putting a circle over A, such as in Å. Specifically, i'm trying to find out how to put characters over hebrew characters. I'm writing hebrew using a package called cjhebrew . Below is a picture of what i'm thinking about ...
- Tue Dec 16, 2008 12:06 pm
- Forum: General
- Topic: Right aligning a list in right-to-left languages
- Replies: 10
- Views: 7026
Right aligning a list in right-to-left languages
Awesome! Thanks Juanjo! :) It works perfectly. This case has been solved.
For other people reading this in the future:
When using cjhebrew, if you want to insert "regular" latin text into the items in the list you can use the following code:
\cjLR{
\begin{normalfont}
I'm a piece of regular ...
For other people reading this in the future:
When using cjhebrew, if you want to insert "regular" latin text into the items in the list you can use the following code:
\cjLR{
\begin{normalfont}
I'm a piece of regular ...
- Tue Dec 02, 2008 6:11 pm
- Forum: General
- Topic: Right aligning a list in right-to-left languages
- Replies: 10
- Views: 7026
Re: Right aligning a list in right-to-left languages
I'm able to easily produce reversed text using the package cjhebrew. However, i'm not able to float the list to the right, nor put the list bullets on the right.
Perhaps it is possible to modify the enumerate environment?
Perhaps it is possible to modify the enumerate environment?
- Fri Nov 28, 2008 2:02 am
- Forum: General
- Topic: Right aligning a list in right-to-left languages
- Replies: 10
- Views: 7026
Re: Right aligning a list in right-to-left languages
Does anybody have any idea?
- Mon Nov 24, 2008 10:20 am
- Forum: General
- Topic: Right aligning a list in right-to-left languages
- Replies: 10
- Views: 7026
Right aligning a list in right-to-left languages
Hey there,
I'm trying to make a regular bulleted list (with "enumerate"), that suits right-to-left languages such as hebrew. I'm a new latex user, and I haven't figured out how to do it.
I'd like it to be a mirror image of a normal list. This means that the item tokens are furthest to the right ...
I'm trying to make a regular bulleted list (with "enumerate"), that suits right-to-left languages such as hebrew. I'm a new latex user, and I haven't figured out how to do it.
I'd like it to be a mirror image of a normal list. This means that the item tokens are furthest to the right ...