sagemath / cloud

*MOVED TO* https://github.com/sagemathinc/cocalc
https://cocalc.com
Other
137 stars 31 forks source link

install ko.tex for korean latex #70

Open haraldschilly opened 10 years ago

haraldschilly commented 10 years ago

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?

williamstein commented 10 years ago

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:~$