Building a LaTeX environment on Chrome OS

Target readers

Premise

Let's try it because Linux can be used with Chrome OS. As a prerequisite, make the Linux beta version available.

work

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

How to use

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

Source

Recommended Posts

Building a LaTeX environment on Chrome OS
Building a Python environment on Mac
Building a Python environment on Ubuntu
Building a Python environment on a Sakura VPS server
Building an environment for "Tello_Video" on Mac OS X
A story about building an IDE environment with WinPython on an old Windows OS.
Build a machine learning Python environment on Mac OS
Building a TensorFlow environment that uses GPU on Windows 10
Build a Python development environment on Mac OS X
Building a Python virtual environment
Procedure for building a CDK environment on Windows (Python)
Building a Python environment for programming beginners (Mac OS)
Building a Python virtual environment
Create a Python development environment on OS X Lion
Building a Jupyter Lab development environment on WSL2 using Anaconda3
Building a Python environment on a Mac and using Jupyter lab
Until building a Python development environment using pyenv on Ubuntu 20.04
Building a kubernetes environment with ansible 2
Create a Python environment on Mac (2017/4)
Building a virtual environment with Python 3
Create a Linux environment on Windows 10
Create a python environment on centos
Build a python3 environment on CentOS7
Building a kubernetes environment with ansible 1
A story about putting Chrome OS (not Chromium) on surface GO
Building a development environment with Maven on Google App Engine [Java]
Building an environment to run ChainerMN on a GPU instance on AWS
Everything from building a Python environment to running it on Windows
[Pyenv] Building a python environment with ubuntu 16.04
Django Crispy Tutorial (Environment Building on Mac)
Building a Python3 environment with Amazon Linux2
Build a python environment on MacOS (Catallina)
Create a python environment on your Mac
Building a virtual environment using homebrew + pyenv-virtualenv
Note on building your own Miniconda environment
Building a Python 3.6 environment with Windows + PowerShell
[Mac] Building a virtual environment for Python
Creating a python virtual environment on Windows
I installed Kivy on a Mac environment
GeoDjango + SQLite environment construction on OS X
Building a conda environment for ROS users
I built a TensorFlow environment on windows10
Build a Python + OpenCV environment on Cloud9
Building a Python development environment for AI development
Building an environment for "Tello_Video" on Raspbian
Building an environment for "Tello_Video" on Windows
Procedure for building a kube environment on amazon linux2 (aws) ~ (with bonus)
Build a LAMP environment on your local Docker
Selenium + WebDriver (Chrome) + Python | Building environment for scraping
Build a WardPress environment on AWS with pulumi
Simply build a Python 3 execution environment on Windows
Build a Django environment on Raspberry Pi (MySQL)
Build a python environment with ansible on centos6
Building a Python environment with WLS2 + Anaconda + PyCharm
Build a Python environment on Mac (Mountain Lion)
Building an environment for matplotlib + cartopy on Mac
Build a Python development environment on your Mac
[Python] Web development preparation (building a virtual environment)
Think about building a Python 3 environment in a Mac environment
[Venv] Create a python virtual environment on Ubuntu
Build a Kubernetes environment for development on Ubuntu