Showing posts with label TexMakerX. Show all posts
Showing posts with label TexMakerX. Show all posts

Friday, August 06, 2010

Make TexMakerX correctly render Chinese

TexMakerX supports three render modes.
  1. Mode 1 supports mono-spaced fonts only.
  2. Mode 2 supports non-mono-spaced fonts.
  3. Mode 3 supports right-to-left texts.

Using the default settings, when you type Chinese into the editor, probably it won't render the Chinese correctly: the cursor will stay in the half-way point of the whole text. This is caused by the first rendering mode. To solve the problem, simply switch to Mode 2. The steps to trigger Mode 2 are
  1. Go to Option and choose Configure TexMakerX.
  2. Select Editor on the left. On the right, in the field of Editor Font Family, choose any font that is not mono-spaced, or Chinese.
  3. Click OK.

Now, the editor should display the Chinese correctly. To trigger the Mode 3 of TexMakerX, an RTL (right-to-lef) unicode marker is necessary for each line.

For more details, refer to https://sourceforge.net/projects/texmakerx/forums/forum/907839/topic/3793474/index/page/1.

Chinese version:

正确地让TexMakerX渲染中文字体

Friday, December 11, 2009

Enable forward/Inverse search with DVI in TexMakerX

TexMakerX is a fork of TexMaker with many enhanced features. However, following the user manual, you cannot enable the forward/Inverse search function. Ok, let's make it short, here is the workaround.

First, follow the instruction given at http://www.xm1math.net/texmaker/doc.html#SECTION37 or TexMakerX user manual.

Then change the latex command line to
latex --src -interaction=nonstopmode %.tex

Now, enjoy.