Skip to content

range3/texlive-ja-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TeXLive-ja

Win11 + WSL2 + docker + vscode (Dev Containers + LaTex Workshop)で日本語TeXLive環境構築

How to Use

  1. push "Use this template" button and create a new repository

  1. (optional) enable a GitHub workflow for auto build and release PDF (see below)
  2. git clone your repository
  3. open vscode then use the dev container

See Documentation (Japanese) for detail.

Example of building IPSJ tech-jsample.tex

Auto build LaTeX and release PDF

Push git tags starting with "v" to automatically build main.tex and release PDF of the result

  • To allow github workflow to do automatic releases, the following settings are required
    • Settings > Actions > General > Workflow permissions
      • set "Read and write permissions"

Pre-build Docker image