📄 generate-images
字号:
#!/bin/sh#Work in progress - not yet working! (arjen)tmp=/tmp/temp-pic.pnmall="myaccess_odbc mydsn_example mydsn_test_fail mydsnmyaccess mydsn_icon mydsn_test_success myflowchartmyarchitecture mydsn_setup mydsn_trace"new=""set -xcd Images# for c in $all; do cp empty.png $c.pdf; done; exitfor c in $newdo # For HTML version# giftopnm ../Raw-Flags/$c.gif | \# pnmscale -xsize 30 > $tmp# pnmpaste $tmp 1 1 ../Images/flag-background.pnm > $c.pnm# rm -f $tmp # For web version# ppmtogif $c.pnm > $c.gif # or cjpeg -optimize -quality 70 -outfile $c.jpg # For PDF version (this coredumps. use empty file until fixed) # pnmtopng -verbose $c.pnm > $c.png cp ../Images/empty.png $c.pdf # For TeX version giftopnm ../Raw-Flags/$c.gif | \ pnmscale -xsize 30 | \ pnmtops -noturn > $c.eps # For text version echo -n "" > $c.txtdone
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -