This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
rpi:raspberrypi [2020/04/22 14:45] nanjo |
rpi:raspberrypi [2020/04/30 05:03] (current) nanjo [Initial setup (apt)] |
||
|---|---|---|---|
| Line 61: | Line 61: | ||
| https://www.raspberrypi.org/documentation/configuration/raspi-config.md\\ | https://www.raspberrypi.org/documentation/configuration/raspi-config.md\\ | ||
| ssh接続をした状態で、\\ | ssh接続をした状態で、\\ | ||
| - | ''sudo rasps-config''\\ | + | ''sudo raspi-config''\\ |
| として、下の項目を設定する。 | として、下の項目を設定する。 | ||
| - Update ...raspi-configそのものを最新にupdate | - Update ...raspi-configそのものを最新にupdate | ||
| Line 76: | Line 76: | ||
| ==== Initial setup (apt)==== | ==== Initial setup (apt)==== | ||
| ssh接続した状態で | ssh接続した状態で | ||
| - | - ''apt update'' | + | - ''sudo apt update'' |
| - | - ''apt upgrade'' | + | - ''sudo apt upgrade'' |
| - ''exit''でssh接続解除。 | - ''exit''でssh接続解除。 | ||
| ==== VNC接続 ==== | ==== VNC接続 ==== | ||
| Line 135: | Line 135: | ||
| (setq YaTeX-kanji-code nil) | (setq YaTeX-kanji-code nil) | ||
| (setq YaTeX-latex-message-code 'utf-8) | (setq YaTeX-latex-message-code 'utf-8) | ||
| - | (setq tex-command "pdflatex") | + | (setq tex-command "platex") |
| (setq dvi2-command "evince") | (setq dvi2-command "evince") | ||
| (setq YaTeX-inhibit-prefix-letter t) | (setq YaTeX-inhibit-prefix-letter t) | ||
| (setq bibtex-command "bibtex") | (setq bibtex-command "bibtex") | ||
| + | (prefer-coding-system 'utf-8) | ||
| </file> | </file> | ||