確 率 人
松浦將國個人の備忘録兼掲示板です.
How to enable scrolling in xterm (Lubuntu 24)
Please see here.
1. Make a file XTerm in your home directory.
$ cd ~ $ touch XTerm2. For example, edit the file XTerm and let it be as follows:
XTerm*Background: DarkViolet XTerm*Foreground: white XTerm*SaveLines: 2000 XTerm*faceName: courier XTerm*faceSize: 18 XTerm*rightScrollBar: true XTerm*ScrollBar: true XTerm*scrollTtyOutput: false XTerm*VT100.Translations: #override \ Shift CtrlV: insert-selection(CLIPBOARD) \n\ Shift Ctrl V: insert-selection(PRIMARY) \n\ Shift : select-start() \n\ Shift : select-extend() \n\ Shift : select-end(CLIPBOARD) \n\
How to check the speed of your CPU on Linux terminal
Please see here for further details.
If you want to watch every 0.1 seconds, then execute the following command.
$ watch -n.1 "grep \"^[c]pu MHz\" /proc/cpuinfo"If you want to watch every second, then execute the following command.
$ watch -n1 "grep \"^[c]pu MHz\" /proc/cpuinfo"
jumoline.sty
LaTeX文書で複数行にわたって下線を引きたい場合はjumoline.styを使うべし.GitHubにソースもある(https://github.com/kmuto/pandoc2review/blob/main/samples/reviewsample/sty/jumoline.sty)し,ダウンロードもできる.これをスタイルファイルの入ったディレクトリへコピーしてコマンドmktexlsrを実行する.以下はホームディレクトリ~にjumoline.styがあった場合のdebian 12の例.
$ sudo cp -i ~/jumoline.sty /usr/share/texlive/texmf-di st/tex/latex/tools/ $ sudo mktexlsrこれでプリアンブルに
\usepackage{jumoline}を追記すれば,地の文で
\Underline{下線を引く.下線を引く.下線を引く.下線を引く. 下線を引く.下線を引く.下線を引く.下線を引く.下線を引く. 下線を引く.下線を引く.下線を引く.下線を引く.下線を引く. 下線を引く.下線を引く.}としても,複数行にまたがった下線が引かれる. 2024.9.22追記:\Underline{}内に数式モードが含まれるとエラーが発生するようだ.
HEICファイルをJPGファイルまたはPNGファイルにするには?
ubuntu系であればheif-convertを使うらしい.詳しくは以下を参照.
https://virment.com/install-libheif-to-convert-heic-to-jpg/
Subscribe to:
Posts (Atom)