Hello, guys:
I am a LaTeX newbie and have a stupid question.
Consider the following two minimal working examples:
%===================================================
Example 1: use pdflatex test1.tex
% test1.tex
\documentclass{article}
\usepackage[whole]{bxcjkjatype}
\begin{document}
【ゴジラ2014】
\end{document}
%===================================================
Example 2: use ptex2pdf -u -l test2.tex
% test2.tex
\documentclass[uplatex]{jsarticle}
\begin{document}
【ゴジラ2014】
\end{document}
%===================================================
Question:
It seems that there is additional space between 【 and ゴ
in the output file test2.pdf compared with test1.pdf. How to remedy this?
I am using texlive 2013 :) Thank you
Sincerely,
Yuan-Tai