Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
jjtorrens
GitHub Repository: jjtorrens/learnlatex.github.io
Path: blob/main/ja/language-02.md
3168 views
---
layout: "lesson" lang: "ja" title: "縦書き" description: "" next: "extra-01" toc-anchor-text: "Anchor" toc-description: "Description"
---

pLaTeX

% !TEX platex \documentclass{tarticle} \title{p\LaTeX\ } \author{} \begin{document} \maketitle \begin{abstract} 稿ムp\LaTeX{}使 p\LaTeX{}\TeX{}\ldots \end{abstract} \section{} \end{document}

upLaTeX

% !TEX uplatex \documentclass[uplatex]{utarticle} \title{up\LaTeX\ } \author{} \begin{document} \maketitle \begin{abstract} 稿ムup\LaTeX{}使 up\LaTeX{}\TeX{}\ldots \end{abstract} \section{} \end{document}

LuaLaTeX

% !TEX lualatex \documentclass{ltjtarticle} \title{Lua\LaTeX\ } \author{} \begin{document} \maketitle \begin{abstract} 稿ムLua\LaTeX{}使 Lua\LaTeX{}\TeX{}\ldots \end{abstract} \section{} \end{document}