Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 1.41 KB

README.md

File metadata and controls

59 lines (35 loc) · 1.41 KB

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: