cloud icon indicating copy to clipboard operation
cloud copied to clipboard

install ko.tex for korean latex

Open haraldschilly opened this issue 12 years ago • 1 comments

Once Ubuntu is updated, this should work:

$ sudo apt-get install ko.tex ko.tex-extra ko.tex-extra-hfont

Maybe there are other latex packages, related to add support for additional languages?

haraldschilly avatar Dec 18 '13 16:12 haraldschilly

I made a 1-minute attempt, which completely failed (on Ubuntu 12.04):

salvus@compute1a:~$  sudo apt-get install ko.tex ko.tex-extra ko.tex-extra-hfont
[sudo] password for salvus:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ko.tex-extra-hfont
E: Couldn't find any package by regex 'ko.tex-extra-hfont'
salvus@compute1a:~$  sudo apt-get install ko.tex ko.tex-extra
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 ko.tex : Depends: ko.tex-base but it is not going to be installed
          Depends: tex-common (>= 1.18) but it is not going to be installed
 ko.tex-extra : Depends: tex-common but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
salvus@compute1a:~$  

williamstein avatar Feb 04 '14 01:02 williamstein