Add new packages installed
This commit is contained in:
42
elpa/auctex-12.1.0/tests/japanese/preview-error-test.tex
Normal file
42
elpa/auctex-12.1.0/tests/japanese/preview-error-test.tex
Normal file
@@ -0,0 +1,42 @@
|
||||
% Please check that all preview images in this buffer come out at the
|
||||
% correct position. I.e., preview images should hide each \section
|
||||
% command.
|
||||
% When done, type C-M-c or M-x exit-recursive-edit.
|
||||
%
|
||||
% If the image is at the beginning of the line and "\section{xxx}" is
|
||||
% placed far rightward of the image, then the result should be considered
|
||||
% as fail.
|
||||
% In addition, if the image covers "\section{xxx}" only partially, the
|
||||
% result should be considered as fail, too.
|
||||
% On the contrary, if the text shown in the image is garbled while the
|
||||
% position of the image is correct, then the result should be considered as
|
||||
% OK. That means that your ghostscript is not configured to handle
|
||||
% Japanese postscript font names correctly and the functionality of
|
||||
% preview-latex is just fine.
|
||||
\documentclass{jarticle}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\section{<EFBFBD>\(1)}
|
||||
|
||||
\section{<EFBFBD>\{a}}
|
||||
|
||||
\section{\(<EFBFBD>\\|\)}
|
||||
|
||||
\section{<EFBFBD>A<EFBFBD>[<5B>X}
|
||||
|
||||
\section{<EFBFBD>^}
|
||||
|
||||
% The comment "%<25>\" will be displayed rightward to the image on the next
|
||||
% line. That is a normal outcome and should be considered as OK.
|
||||
\section{<EFBFBD><EFBFBD>} %<25>\
|
||||
|
||||
\end{document}
|
||||
|
||||
%%% Local Variables:
|
||||
%%% coding: shift_jis
|
||||
%%% mode: japanese-latex
|
||||
%%% TeX-master: t
|
||||
%%% TeX-engine: ptex
|
||||
%%% TeX-PDF-mode: nil
|
||||
%%% End:
|
||||
Reference in New Issue
Block a user