2014년 3월 10일 월요일

Kubuntu 13.10에서 한글 설정

새로운 쿠분투가 나올 때 마다 항상 한글이 입력되게 설정하는 것이 가장 먼저 하는 일인 듯 싶다. 내 노트북 (Gigabyte U2442)에서는 이상하게 Kubuntu 13.04 64bit을 설치하면 한글 입력이 안되었었다. 웃긴 건 Ubuntu 13.04 64bit에서는 된다는 사실.

한글 입력이 필요하기에 할 수 없이 ubuntu 13.04 64bit을 사용해 왔다.

우분투도 좋긴 하지만, 쿠분투 화일 탐색기, Dolphin의 강력함 때문에 도저히 우분투에 정착할 수 없어서 13.10 버전이 나온김에 바로 설치를 진행.

Install 시에 한글을 선택해서 진행하면 이번 kubuntu 13.10 64bit 버전은 별 문제 없이 설치가 잘 진행 되었다. 하지만, 한/영 키가 안먹는 문제 발생!

Googling을 한 결과 다양한 방법이 있었지만, 내가 해결한 방법은 다음과 같다.

 

  1. 설치할 때 한국어를 선택해서 설치 진행. 
  2. 터미널을 열어 xev를 실행.
    실행하면 작은 흰색 박스가 나오고 키보드의 키를 누르면 터미널 창에 해당 키의 keycode를 알 수 있다.  키보드의 한/영 키와 한자 키를 눌러서 keycode를 확인. 내 노트북은 한/영키와 한자 키의 keycode가 각각 108 과 105 로 되어 있었다.


libreoffice 에서 타이핑이 갑자기 안되는 문제.

trial 1) http://forums.bodhilinux.com/index.php?/topic/1634-solved-ibus-not-working-with-libreoffice/

-- 실패..

- Latex editor-

Kile:

Good?  

Bad?

kile 설치:

1.  소프트웨어 관리자에서 kile 검색 후 설치.

2. texlive-latex-extra 검색 후 설치.

3. texlive-fonts-recommended 설치

4. Inverse Searching 기능 사용하기.

update)

Settings->Configure kile->Tools->Build-> Select a tool->PDFLaTex

In Okular: Settings -> Editor -> Kile, Command -> kile --line %l
It
seems that in order to make inverse search work, one should make sure
that the "Browse" tool is selected in Okular, not "Zoom" or "Selection".


http://docs.kde.org/stable/en/extragear-office/kile/quick_inverse.html

In Kile: Configure -> Tools -> Build ->Select a tool -> PDFLatTeX, Choose a configuration for the tool PDFLaTeX-> Modern

update)

Settings->Configure kile->Tools->Build-> Select a tool->PDFLaTex

In Okular: Settings -> Editor -> Kile, Command -> kile --line %l
 
It seems that in order to make inverse search work, one should make sure that the "Browse" tool is selected in Okular, not "Zoom" or "Selection".