An experiment report template with LaTeX.
- Compile : XeLaTeX
- Language : 中文
- University : ZJU
- Auther : Peter_H
- Blog : longqianh.com
-
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 --pdf-engine xelatex template.tex -o output.docx
-
-
- {markdown} environment
- attach mathpix tool
- easily include svg
latex to word