Add new packages installed

This commit is contained in:
Mateus Pinto Rodrigues
2018-03-27 20:52:59 -03:00
parent e684741609
commit 2362e805bd
1493 changed files with 172412 additions and 4636 deletions

View 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: