Let's try it because Linux can be used with Chrome OS. As a prerequisite, make the Linux beta version available.
Open a terminal and enter the following:
$ sudo apt update
$ sudo apt upgrade
$ sudo apt install texlive-lang-cjk xdvik-ja evince
$ sudo apt install texlive-fonts-recommended texlive-fonts-extra
Enter the following command in the directory containing the desired .tex file (let's call it hoge.tex). The extension can be omitted.
$ platex hoge.tex
Enter the following command for the generated .dvi file. The extension can be omitted.
$ dvipdfmx hoge.dvi
Recommended Posts