Questions tagged [cjk]
{cjk} is about typesetting documents in Chinese/Japanese/Korean.
365 questions
2 votes
0 answers
33 views
Best approach to include CJK characters for submission to arXiv
The arXiv platform does not support XeTeX. So pdfLaTeX seems to be the only option. Usually ctex package works well. However ctex has no default font for pdfLaTeX on Linux. I suppose the arXiv ...
2 votes
1 answer
44 views
babel “onchar=ids fonts” not detecting Chinese text, in XeLaTeX?
I’m writing a multilingual document with English and Chinese. I’d like to use XeLaTeX with Babel’s onchar=ids fonts option to automatically detect language based on the source text, rather than ...
3 votes
0 answers
55 views
\setminted{breaklines=true, breakanywhere=true} of "mint" package in VSCode cause duplicated Chinese characters
With mint package, the setting of \setminted{breaklines=true, breakanywhere=true} will cause Chinese character duplicated in VScode but not in overleaf.com or texworks editor. For example, \...
4 votes
3 answers
259 views
(LuaLaTeX) Issue with Cyrillic and Japanese Fonts Conflict
Background: I am transitioning from XeLaTeX to LuaLaTeX to explore its features. However, I'm encountering the following challenge with font configuration, specifically: I would like to use a single ...
1 vote
0 answers
119 views
How to write Bopomofo/Zhuyin in BLOCK FORM
Many people know the script Bopomofo from the internet as an example of one of the early attemps of transcribing Chinese languages into an alphabet or a syllabary in the style of Latin, Cyrillic, ...
2 votes
2 answers
150 views
Font C70/bsmi/m/n/8.03/35=bsmiu35 at 8.03pt not loadable: Metric (TFM) file not found
I have a LaTex document compiling using pdflatex. Package CJKutf8 is used. Here are the minimal codes: \documentclass[pdflatex,sn-mathphys-num]{sn-jnl} \usepackage{graphicx}% \usepackage{multirow}% \...
0 votes
0 answers
63 views
Compatibility issue between AMS classes, babel with CJK, and TikZ externalize in LuaTeX
I am experiencing an error while using amsart with babel for CJK support and the TikZ external library in LuaHBTeX. My document setup is as follows: \documentclass{amsart} % similar error with amsbook,...
0 votes
1 answer
89 views
How to increase the font size of CJK text specifically while using luatex-ja?
I need to increase the font size of the CJK text specifically (not the ruby text above it though), and not change the font size of the English text. Any leads on how to make it work? here's a minimal ...
0 votes
2 answers
113 views
LuaTex : zhuyin ruby characters are not rendering correctly
I need to write Chinese and Japanese text, with Zhuyin being used for ruby text in Chinese (traditional), and Hiragana for Japanese. The ruby text for Japanese (Hiragana) is working fine but the ...
1 vote
0 answers
237 views
CJK typesetting: how to list available fonts (linux)?
I'm trying to learn how to write Chinese in LaTeX (using TeXstudio on Debian Linux) - I've found this example, which works: %!TEX program = xelatex \documentclass[a4paper,10pt]{article} \usepackage{...
2 votes
1 answer
100 views
LuaLaTeX strange error with Noto CJK and babel onchar=ids fonts
I am converting a multilingual project to LuaLaTeX when it gave a strange error in a chemfig command: ! LaTeX Error: Command \rmfamily invalid in math mode. See the LaTeX manual or LaTeX Companion ...
1 vote
1 answer
317 views
ACM Paper Submission containing Chinese characters does not allow xeCJK package and does not support XeTeX Compiler
Using the ACM Template - acmsmall version 2.1 (latest version at the moment of writing), the ACM upload system does not support XeTeX compiler; only LaTeX compiler is supported. Here are my codes (...
0 votes
1 answer
107 views
how to get the character ideographic comma [closed]
Kindly suggest how to get the ideographic comma (https://www.compart.com/en/unicode/U+3001) in XeLaTeX/LuaLaTeX
1 vote
1 answer
166 views
Where does \label write to?
Sorry this is a basic question. I do not know where does \label write the data to? In my previous installation of MikTex 2.9 I can use \CJKnumber{\ref{X}} to reference a previously defined number X ...
3 votes
1 answer
215 views
LuaLaTeX - Pinyin over rare Chinese characters
I know that using the xpinyin package can solve this, but I need to use Lualatex, which is not supported. At first I used the following code: \documentclass{ctexart} \usepackage{amsmath} \newcommand\...