「Latex2ε 美文書作成入門」という書籍に従って、windowsマシンにインストールしてみた。
まだ、「第3章Latex2εの基本」のあたり
日本語フォントを使うためには、コマンドプロンプトで(windowsの場合)
kanji-config-updmap-sys ipaex
とする必要あり。
ipaexは別のものに替えることも可能とのこと 2017/8/31追記
谷本の備忘録・雑記帳・work
CATEGORY ARCHIVE
「Latex2ε 美文書作成入門」という書籍に従って、windowsマシンにインストールしてみた。
まだ、「第3章Latex2εの基本」のあたり
日本語フォントを使うためには、コマンドプロンプトで(windowsの場合)
kanji-config-updmap-sys ipaex
とする必要あり。
ipaexは別のものに替えることも可能とのこと 2017/8/31追記
理由不明もWindows 8.1にvirtualboxをinstallしようとすると、fatal errorとなり失敗。 Install途中でUSBの設定箇所をinstall対象からはずしたところ、installできた。
My installation trial of virtualbox into windows8.1 failed as fatal error. So I omitted USB support from installation conditions and succeeded the installation
.
chocolatey is a similar tool for windows like as apt-get in debian
Install is very easy. refer
https://chocolatey.org/
available package lists are here
https://chocolatey.org/packages
simle DNS
―――- server side ――
$ sudo apt-get update
$ sudo apt-get install dnsmasq
$ sudo nano /etc/hosts
192.168.2.199 windows7pro
192.168.2.197 debian
192.168.2.198 centos6
192.168.2.192 ubuntu
――― linux client side ――
add
dns-nameserver ‘IP of setted dnsmasq server’
なお、一番先頭にもってこないと、debian以外はうまくいかず
――――-added on 2016/3/13 ――――――
Don’t forget updating of /etc/resolv.conf
――――――――――――――――――――
――― windows client side ――
properties でDNSに追加
詳細設定のDNSのところで、さらに、
a single period (.) を追加が必要
―added on 2016/3/13――――――
at command prompt, the following command may be necessary ipconfig /flushdns
―added on 2016/3/19―――――――-
If and When the dnsmasq server is rebooted, “ipconfig/flushdns” may be necessary.
Though I don’t know why.
―-added on 2016/4/11―――――――
I don’t know the reason,but windows side couldn’t resolve right IP address. Restarting of Windows was necessary.