Tagged Questions
2
votes
1answer
153 views
CJK spacing suddenly no longer works
I have been using CJK script in my documents successfully for some time, but today it suddenly stopped working properly. I did update some packages through TeX Live today, and recently I reinstalled a ...
9
votes
4answers
982 views
Displaying pinyin over Chinese characters, without impacting word spacing
I want to display pinyin (romanized form) over Chinese characters. However, the two methods I know (using stackrel or tabular both change the spacing between characters. This demonstrates the problem:
...
6
votes
1answer
149 views
Temporarily changing the spacing between Chinese text and numerals
When mixing Chinese text and non-math mode numbers together within a sentence, narrow numbers are given the same amount of space as characters:
\documentclass{article}
\usepackage{ctexcap}
...
4
votes
1answer
415 views
How to write spaces between Korean words with XeCJK?
I'm just trying to get LaTeX output spaces between Korean words.
At the moment all it can do is to give long chains of syllables just like
in Chinese or in Japanese, ignoring all the spaces I set.
...