ZJU-experiment-report-template icon indicating copy to clipboard operation
ZJU-experiment-report-template copied to clipboard

An experiment report template for ZJUers with LaTeX

trafficstars

ZJU-experiment-report-template

image-20210616003225050

An experiment report template with LaTeX.

  • Compile : XeLaTeX
  • Language : 中文
  • University : ZJU
  • Auther : Peter_H
  • Blog : longqianh.com

Tools

  • Nice Latex Generators:

  • Image Batch Reformatting:

    • imagemagick: convert image format altogether

      • # for macOS
        brew install imagemagick 
        mogrify -format png *.bmp
        
      • # Terminal code for converting `bmp` file into `png`
        bash -c 'for image in *.bmp; do convert "$image" "${image%.bmp}.png"; echo “image $image converted to ${image%.bmp}.png ”; done'
        
    • Fotor: cutting and processing image online

  • Latex to docx:

    • pandoc

      • pandoc --pdf-engine xelatex template.tex -o output.docx
        

Todos: