トップ 差分 一覧 ソース 検索 ヘルプ RSS ログイン

tips-Latex-tate

  LaTex で縦書き

%% \documentclass[12pt]{jarticle}

\documentclass[12pt]{jsarticle} %% 縦書き %%
%% 縦書き %%
\usepackage{plext}
%% 
\usepackage{color} %% 色指定 %%
\begin{document}

\pbox<t>{\colorbox{yellow}{\textcolor{red}{商品名}}}\colorbox{yellow}{\textcolor{red}{金額}}

\end{document}


Tips