Ubuntu 9.10: ptexlive path
#sudo gedit /etc/profile.d/texlive.sh
export PATH=/usr/local/texlive/p2008/bin/x86_64-unknown-linux-gnu:$PATH
Ubuntu 9.10 happy hacking keyboard re-assign
Ubuntu 9.10 may need to remove Super_L for using Super_L as a new Control_L.
# gedit .Xmodmap
remove mod4 = Super_L
keycode 133 = Control_L
add Control = Control_L
Memo: imagemagick convert command
convert a.pdf b.jpg
Chrome for Ubuntu (not crossover chromium)
http://dev.chromium.org/getting-involved/dev-channel
download .deb package.
Ubuntu ALC1200 sound setting
#sudo gedit /etc/modprobe.d/alsa-base.conf
add this line,
options snd-hda-intel model=intel probe_mask=1
then reboot.
model: which vender made.
probe_mask=1: this option is needed for ALC1200.
Firefox 3.5 color profile management (ICC)
Put on the address bar “about:config”.
Continue with attention.
Locate “gfx.color_management.display_profile”.
Double click it.
The string is “C:\\WINDOWS\\system32\\spool\\drivers\\color\\sRGB Color Space Profile.icm”.
Restart Firefox.
You can test ICC profile at
http://www.color.org/version4ready.xalter
Citation(JP):
http://capcake.com/capblog/archives/2009/07/firefox-35color-management.php
Install Adobe Reader 32bit to Ubuntu 64bit
This example is for Adobe Reader 9.1.2.
Get .deb package.
# sudo dpkg --force-architecture -i AdbeRdr9.1.2-1_i386linux_enu.deb
# nspluginwrapper -i /opt/Adobe/Reader9/Browser/intellinux/nppdf.so
citation(JP):
http://blogs.yahoo.co.jp/tiplinux/10078449.html
LaTeX: Embed Otf fonts for dvipdfmx
Get otf packages for LaTeX.
Windows -> Use preset Meadow
http://www.bookshelf.jp/pukiwiki/pukiwiki.php?%C0%DF%C4%EA%BA%D1%A4%DFMeadow%A4%F2%BB%C8%A4%C3%A4%C6%A4%DF%A4%E8%A4%A6
Ubuntu -> Use synaptic and install some otf packages.
Make custom.map
rml H KozMinPr6N-Regular.otf
gbm H KozGoPr6N-Medium.otf
rmlv V KozMinPr6N-Regular.otf
gbmv V KozGoPr6N-Medium.otf
otf-ujmr-h UniJIS-UTF16-H KozMinPr6N-Regular.otf
otf-ujmr-v UniJIS-UTF16-V KozMinPr6N-Regular.otf
otf-cjmr-h Identity-H KozMinPr6N-Regular.otf
otf-cjmr-v Identity-V KozMinPr6N-Regular.otf
hminr-h H KozMinPr6N-Regular.otf
hminr-v V KozMinPr6N-Regular.otf
otf-ujgr-h UniJIS-UTF16-H KozGoPr6N-Medium.otf
otf-ujgr-v UniJIS-UTF16-V KozGoPr6N-Medium.otf
otf-cjgr-h Identity-H KozGoPr6N-Medium.otf
otf-cjgr-v Identity-V KozGoPr6N-Medium.otf
hgothr-h H KozGoPr6N-Medium.otf
hgothr-v V KozGoPr6N-Medium.otf
Search Koz*.otf
How to do with dvipdfmx
Put custom.map, KozMinPr6N-Regular.otf and KozGoPr6N-Medium.otf into where the tex file is.
$ platex ***.tex
$ dvipdfmx -f custom.map ***.dvi
(*** means the filename)
citation(JP);
http://d.hatena.ne.jp/cobodo/20090217
November 5, 2009
November 1, 2009
September 22, 2009