Ubuntu 9.10: ptexlive path

Posted On November 5, 2009

Filed under Ubuntu
Tags: ,

Comments Dropped leave a response

#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

Posted On November 1, 2009

Filed under Ubuntu
Tags: ,

Comments Dropped leave a response

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

Posted On September 22, 2009

Filed under Ubuntu, Windows
Tags: , ,

Comments Dropped leave a response

convert a.pdf b.jpg

Chrome for Ubuntu (not crossover chromium)

Posted On September 6, 2009

Filed under Ubuntu
Tags: ,

Comments Dropped leave a response

Ubuntu ALC1200 sound setting

Posted On August 9, 2009

Filed under Ubuntu
Tags: ,

Comments Dropped leave a response

#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)

Posted On August 8, 2009

Filed under Ubuntu, Windows
Tags: , ,

Comments Dropped leave a response

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

Posted On July 31, 2009

Filed under Ubuntu
Tags: ,

Comments Dropped one response

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

Ubuntu: making NTFS partition with Gparted

Posted On May 2, 2009

Filed under Debian, Ubuntu
Tags: ,

Comments Dropped leave a response

#sudo apt-get install ntfsprogs

Ubuntu: happy hacking keyboard

Posted On March 17, 2009

Filed under Ubuntu
Tags: ,

Comments Dropped leave a response

pc105

LaTeX: Embed Otf fonts for dvipdfmx

Posted On March 16, 2009

Filed under LaTeX, Ubuntu, Windows
Tags:

Comments Dropped leave a response

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

Next Page »