Open nemo, 編輯 -> 偏好設定 -> 行為 -> 單擊以開啟項目
2022年7月15日 星期五
2022年7月12日 星期二
Octave plot and print with latex code
#Maybe need to do this first:
#sudo ln -s /usr/bin/latex /usr/local/bin
x = 1:10;
plot (x, x.^2)
title ("$x^2$", "interpreter", "latex")
print -svgconvert 'test_latex.pdf'
#sudo ln -s /usr/bin/latex /usr/local/bin
x = 1:10;
plot (x, x.^2)
title ("$x^2$", "interpreter", "latex")
print -svgconvert 'test_latex.pdf'
訂閱:
意見 (Atom)
-
cf: https://www.tenforums.com/tutorials/101274-uninstall-printer-driver-windows-10-a.html Open cmd in administer mode Run printmanagement...
-
cf: https://forums.raspberrypi.com/viewtopic.php?t=278033 For linux: First run the command: route -n It will show the metrics of the i...
-
cf: https://askubuntu.com/questions/1276111/error-upgrading-grub-efi-amd64-signed-special-device-old-ssd-does-not-exist sudo mv /var/cache...