Enter Unicode mathematical symbols conveniently
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.
16.10 unicode unicode-entry
This question has an open bounty worth +50
reputation from Yrogirg ending in 7 days.
This question has not received enough attention.
Need a system wide solution, that works in various text editors, IDE's and in terminal windows. The idea is to allow more readable physical/scientific notation in source codes.
add a comment |
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.
16.10 unicode unicode-entry
This question has an open bounty worth +50
reputation from Yrogirg ending in 7 days.
This question has not received enough attention.
Need a system wide solution, that works in various text editors, IDE's and in terminal windows. The idea is to allow more readable physical/scientific notation in source codes.
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
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 withxdotool
, my answer here could be useful
– wjandrea
2 hours ago
@Kalle With the Compose key, you press Compose, then other keys in sequence, not at the same time.
– wjandrea
2 hours ago
add a comment |
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.
16.10 unicode unicode-entry
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.
16.10 unicode unicode-entry
16.10 unicode unicode-entry
edited Jun 5 '17 at 21:00
Kalle
asked May 29 '17 at 19:46
KalleKalle
123213
123213
This question has an open bounty worth +50
reputation from Yrogirg ending in 7 days.
This question has not received enough attention.
Need a system wide solution, that works in various text editors, IDE's and in terminal windows. The idea is to allow more readable physical/scientific notation in source codes.
This question has an open bounty worth +50
reputation from Yrogirg ending in 7 days.
This question has not received enough attention.
Need a system wide solution, that works in various text editors, IDE's and in terminal windows. The idea is to allow more readable physical/scientific notation in source codes.
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
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 withxdotool
, my answer here could be useful
– wjandrea
2 hours ago
@Kalle With the Compose key, you press Compose, then other keys in sequence, not at the same time.
– wjandrea
2 hours ago
add a comment |
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
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 withxdotool
, my answer here could be useful
– wjandrea
2 hours ago
@Kalle With the Compose key, you press Compose, then other keys in sequence, not at the same time.
– wjandrea
2 hours ago
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
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
2 hours ago
If you want to set up something with
xdotool
, my answer here could be useful– wjandrea
2 hours ago
@Kalle With the Compose key, you press Compose, then other keys in sequence, not at the same time.
– wjandrea
2 hours ago
@Kalle With the Compose key, you press Compose, then other keys in sequence, not at the same time.
– wjandrea
2 hours ago
add a comment |
0
active
oldest
votes
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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
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
2 hours ago
@Kalle With the Compose key, you press Compose, then other keys in sequence, not at the same time.
– wjandrea
2 hours ago