Fonts & Character Setsjapanese in bibliography

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
N1CKV4R8
Posts: 1
Joined: Tue Oct 11, 2016 3:22 pm

japanese in bibliography

Post by N1CKV4R8 »

Hi, i have the following problem : i need to reference some japanese author in bibliography. I tried this solution (i fouond this on stack overflow)

Code: Select all

%----------------------
\usepackage{polyglossia}
\setdefaultlanguage{english}
\usepackage{xeCJK}
%\setCJKmainfont{Hiragino Mincho Pro}

Code: Select all

%----------------------

\usepackage[utf8]{inputenc} % Required for inputting international characters
\usepackage[T1]{fontenc} % Output font encoding for international characters
and used xelatex as compiler instead of pdflatex. This way looks like working but some japanes character are missing or displayed as cirled F.

What can i do ??

Thank you!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: japanese in bibliography

Post by Johannes_B »

Welcome,

the first code block you posted is ok. The second will not work for XeLaTeX.

Can you please prepare a small document that shows just that name you need? It is much easier for us to reprouce your issue.
The reason you see circles might be pretty simple: the font does not have those characters and switching to another font might help.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply