Enter Unicode mathematical symbols conveniently





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







5















I want to conveniently enter Unicode symbols such as greek letters μ, ξ, ... and mathematical symbols such as ∀, ∃, ...



Using the character map is not convenient.



I would prefer to enter something like delta and have it converted to δ by pressing TAB or any other key similar to many LaTeX editors.



The background is, that I want to use eclipse for editing Julia code. But being able to do this with the operating system is better than making eclipse do that.



Autokey-gtk seems to do what I want. But I cant get it to run. Crashes each time an event is triggered.










share|improve this question

























  • If you use Atom, there is github.com/JunoLab/atom-latex-completions.

    – edwinksl
    May 31 '17 at 21:47













  • It should be possible to replace the unicode number in /usr/share/X11/locale/en_US.UTF-8/Compose with the latex command. (One day I'm going to try.)

    – Primo Petri
    Jun 2 '17 at 15:09






  • 1





    Not sure, but I guess the events in that file are all like this one: <Multi_key> <U11BC> <U11A8>. So Composite key and exactly 2 other keys.

    – Kalle
    Jun 5 '17 at 20:28













  • If you want to set up something with xdotool, my answer here could be useful

    – wjandrea
    Feb 25 at 1:28











  • @Kalle With the Compose key, you press Compose, then other keys in sequence, not at the same time.

    – wjandrea
    Feb 25 at 1:29


















5















I want to conveniently enter Unicode symbols such as greek letters μ, ξ, ... and mathematical symbols such as ∀, ∃, ...



Using the character map is not convenient.



I would prefer to enter something like delta and have it converted to δ by pressing TAB or any other key similar to many LaTeX editors.



The background is, that I want to use eclipse for editing Julia code. But being able to do this with the operating system is better than making eclipse do that.



Autokey-gtk seems to do what I want. But I cant get it to run. Crashes each time an event is triggered.










share|improve this question

























  • If you use Atom, there is github.com/JunoLab/atom-latex-completions.

    – edwinksl
    May 31 '17 at 21:47













  • It should be possible to replace the unicode number in /usr/share/X11/locale/en_US.UTF-8/Compose with the latex command. (One day I'm going to try.)

    – Primo Petri
    Jun 2 '17 at 15:09






  • 1





    Not sure, but I guess the events in that file are all like this one: <Multi_key> <U11BC> <U11A8>. So Composite key and exactly 2 other keys.

    – Kalle
    Jun 5 '17 at 20:28













  • If you want to set up something with xdotool, my answer here could be useful

    – wjandrea
    Feb 25 at 1:28











  • @Kalle With the Compose key, you press Compose, then other keys in sequence, not at the same time.

    – wjandrea
    Feb 25 at 1:29














5












5








5








I want to conveniently enter Unicode symbols such as greek letters μ, ξ, ... and mathematical symbols such as ∀, ∃, ...



Using the character map is not convenient.



I would prefer to enter something like delta and have it converted to δ by pressing TAB or any other key similar to many LaTeX editors.



The background is, that I want to use eclipse for editing Julia code. But being able to do this with the operating system is better than making eclipse do that.



Autokey-gtk seems to do what I want. But I cant get it to run. Crashes each time an event is triggered.










share|improve this question
















I want to conveniently enter Unicode symbols such as greek letters μ, ξ, ... and mathematical symbols such as ∀, ∃, ...



Using the character map is not convenient.



I would prefer to enter something like delta and have it converted to δ by pressing TAB or any other key similar to many LaTeX editors.



The background is, that I want to use eclipse for editing Julia code. But being able to do this with the operating system is better than making eclipse do that.



Autokey-gtk seems to do what I want. But I cant get it to run. Crashes each time an event is triggered.







unicode unicode-entry






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 28 at 10:12







Kalle

















asked May 29 '17 at 19:46









KalleKalle

138213




138213













  • If you use Atom, there is github.com/JunoLab/atom-latex-completions.

    – edwinksl
    May 31 '17 at 21:47













  • It should be possible to replace the unicode number in /usr/share/X11/locale/en_US.UTF-8/Compose with the latex command. (One day I'm going to try.)

    – Primo Petri
    Jun 2 '17 at 15:09






  • 1





    Not sure, but I guess the events in that file are all like this one: <Multi_key> <U11BC> <U11A8>. So Composite key and exactly 2 other keys.

    – Kalle
    Jun 5 '17 at 20:28













  • If you want to set up something with xdotool, my answer here could be useful

    – wjandrea
    Feb 25 at 1:28











  • @Kalle With the Compose key, you press Compose, then other keys in sequence, not at the same time.

    – wjandrea
    Feb 25 at 1:29



















  • If you use Atom, there is github.com/JunoLab/atom-latex-completions.

    – edwinksl
    May 31 '17 at 21:47













  • It should be possible to replace the unicode number in /usr/share/X11/locale/en_US.UTF-8/Compose with the latex command. (One day I'm going to try.)

    – Primo Petri
    Jun 2 '17 at 15:09






  • 1





    Not sure, but I guess the events in that file are all like this one: <Multi_key> <U11BC> <U11A8>. So Composite key and exactly 2 other keys.

    – Kalle
    Jun 5 '17 at 20:28













  • If you want to set up something with xdotool, my answer here could be useful

    – wjandrea
    Feb 25 at 1:28











  • @Kalle With the Compose key, you press Compose, then other keys in sequence, not at the same time.

    – wjandrea
    Feb 25 at 1:29

















If you use Atom, there is github.com/JunoLab/atom-latex-completions.

– edwinksl
May 31 '17 at 21:47







If you use Atom, there is github.com/JunoLab/atom-latex-completions.

– edwinksl
May 31 '17 at 21:47















It should be possible to replace the unicode number in /usr/share/X11/locale/en_US.UTF-8/Compose with the latex command. (One day I'm going to try.)

– Primo Petri
Jun 2 '17 at 15:09





It should be possible to replace the unicode number in /usr/share/X11/locale/en_US.UTF-8/Compose with the latex command. (One day I'm going to try.)

– Primo Petri
Jun 2 '17 at 15:09




1




1





Not sure, but I guess the events in that file are all like this one: <Multi_key> <U11BC> <U11A8>. So Composite key and exactly 2 other keys.

– Kalle
Jun 5 '17 at 20:28







Not sure, but I guess the events in that file are all like this one: <Multi_key> <U11BC> <U11A8>. So Composite key and exactly 2 other keys.

– Kalle
Jun 5 '17 at 20:28















If you want to set up something with xdotool, my answer here could be useful

– wjandrea
Feb 25 at 1:28





If you want to set up something with xdotool, my answer here could be useful

– wjandrea
Feb 25 at 1:28













@Kalle With the Compose key, you press Compose, then other keys in sequence, not at the same time.

– wjandrea
Feb 25 at 1:29





@Kalle With the Compose key, you press Compose, then other keys in sequence, not at the same time.

– wjandrea
Feb 25 at 1:29










1 Answer
1






active

oldest

votes


















3





+25









If you use Visual Studio Code, install latex-input extension.



It works as following:



enter image description here






share|improve this answer
























  • This looks pretty! Maybe worth a try. However, I do not really want to switch IDE for this.

    – Kalle
    Feb 28 at 21:01













  • looks nice, but in the case your language has repl (python/haskell), it is also nice to have the same in the terminal

    – Yrogirg
    Feb 28 at 22:13











  • nice way to demonstrate it!

    – muclux
    Mar 3 at 6:47












Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f920141%2fenter-unicode-mathematical-symbols-conveniently%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









3





+25









If you use Visual Studio Code, install latex-input extension.



It works as following:



enter image description here






share|improve this answer
























  • This looks pretty! Maybe worth a try. However, I do not really want to switch IDE for this.

    – Kalle
    Feb 28 at 21:01













  • looks nice, but in the case your language has repl (python/haskell), it is also nice to have the same in the terminal

    – Yrogirg
    Feb 28 at 22:13











  • nice way to demonstrate it!

    – muclux
    Mar 3 at 6:47
















3





+25









If you use Visual Studio Code, install latex-input extension.



It works as following:



enter image description here






share|improve this answer
























  • This looks pretty! Maybe worth a try. However, I do not really want to switch IDE for this.

    – Kalle
    Feb 28 at 21:01













  • looks nice, but in the case your language has repl (python/haskell), it is also nice to have the same in the terminal

    – Yrogirg
    Feb 28 at 22:13











  • nice way to demonstrate it!

    – muclux
    Mar 3 at 6:47














3





+25







3





+25



3




+25





If you use Visual Studio Code, install latex-input extension.



It works as following:



enter image description here






share|improve this answer













If you use Visual Studio Code, install latex-input extension.



It works as following:



enter image description here







share|improve this answer












share|improve this answer



share|improve this answer










answered Feb 28 at 16:18









Ping Chu HungPing Chu Hung

69719




69719













  • This looks pretty! Maybe worth a try. However, I do not really want to switch IDE for this.

    – Kalle
    Feb 28 at 21:01













  • looks nice, but in the case your language has repl (python/haskell), it is also nice to have the same in the terminal

    – Yrogirg
    Feb 28 at 22:13











  • nice way to demonstrate it!

    – muclux
    Mar 3 at 6:47



















  • This looks pretty! Maybe worth a try. However, I do not really want to switch IDE for this.

    – Kalle
    Feb 28 at 21:01













  • looks nice, but in the case your language has repl (python/haskell), it is also nice to have the same in the terminal

    – Yrogirg
    Feb 28 at 22:13











  • nice way to demonstrate it!

    – muclux
    Mar 3 at 6:47

















This looks pretty! Maybe worth a try. However, I do not really want to switch IDE for this.

– Kalle
Feb 28 at 21:01







This looks pretty! Maybe worth a try. However, I do not really want to switch IDE for this.

– Kalle
Feb 28 at 21:01















looks nice, but in the case your language has repl (python/haskell), it is also nice to have the same in the terminal

– Yrogirg
Feb 28 at 22:13





looks nice, but in the case your language has repl (python/haskell), it is also nice to have the same in the terminal

– Yrogirg
Feb 28 at 22:13













nice way to demonstrate it!

– muclux
Mar 3 at 6:47





nice way to demonstrate it!

– muclux
Mar 3 at 6:47


















draft saved

draft discarded




















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f920141%2fenter-unicode-mathematical-symbols-conveniently%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?