Skip to content

kiyou/latex-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

latex-docker

GitHub Container Registry DockerHub

Dockerfile of Ubuntu-based TexLive environment for writing academic papers and documents

Dockerfile and stages

Dockerfile uses multi-stage builds:

  • stages:
    • base: Ubuntu-based TexLive environment for documents in English
    • fonts-extra: base with texlive-fonts-extra installed
    • jp: Ubuntu-based TexLive environment for documents in Japanese

Images

Base Docker Image

Packages

  • bash
  • git
  • make
  • vim
  • texlive (lualatex, bibtex)
  • texlive-extra-utils (texcount)
  • texlive-latex-extra
  • texlive-latex-recommended (lineno.sty)
  • texlive-fonts-recommended
  • texlive-publishers
  • texlive-plain-generic (ulem.sty)
  • texlive-bibtex-extra
  • biber
  • latexmk
  • latexdiff
  • lmodern (for conversion from markdown to pdf by pandoc)
  • inkscape
  • patch
  • pandoc
  • pandoc-citeproc
  • gs
  • texlive-lang-cjk (for Japanese typeset)
  • texlive-lang-japanese (for Japanese typeset)
  • texlive-fonts-extra (for some journals)

For Microsoft Visutal Studio Code

This repository includes .devcontainer/devcontainer.json for Microsoft Visutal Studio Code.

About

Dockerfile for latex including Japanese typesets for writing papers

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors