Skip to content

为浙江大学CS课程实验报告制作的LaTeX模版

License

Notifications You must be signed in to change notification settings

pan2013e/Report-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Report-Template

A simple LaTeX template for CS courses in Zhejiang University

Install on macOS

  • package minted requires python, pygments and its dependencies.

    Add minted.sty to the directory of your TeX distribution, generally /usr/local/texlive/YOUR-VERSION/texmf-dist/tex/latex/base, then run

    $ sudo texhash

    To install pygments,run

    $ sudo easy_install pip && pip3 install pygments

    You can run

    $ pygmentize

    to check if it functions well.

Usage

  • compile with XeLaTeX(简体中文) or pdfLaTeX(English)
  • add -shell-escape to compile options so that shell commands can be called while compiling
  • add -8bit to compile options so that TAB can be displayed correctly in minted environment

License

MIT License © Zhiyuan Pan

About

为浙江大学CS课程实验报告制作的LaTeX模版

Resources

License

Stars

Watchers

Forks

Packages

No packages published