?? 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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -