How to enter dashes in hyphenation? Announcing the arrival of Valued Associate #679: Cesar...
Is there a possibility to generate a list dynamically in Latex?
What do you call an IPA symbol that lacks a name (e.g. ɲ)?
Specify the range of GridLines
What happened to Viserion in Season 7?
Does using the Inspiration rules for character defects encourage My Guy Syndrome?
Why do people think Winterfell crypts is the safest place for women, children & old people?
What was Apollo 13's "Little Jolt" after MECO?
Co-worker works way more than he should
What is /etc/mtab in Linux?
How to begin with a paragraph in latex
Is it appropriate to mention a relatable company blog post when you're asked about the company?
What is the purpose of the side handle on a hand ("eggbeater") drill?
Does Prince Arnaud cause someone holding the Princess to lose?
In search of the origins of term censor, I hit a dead end stuck with the greek term, to censor, λογοκρίνω
Israeli soda type drink
What's the difference between using dependency injection with a container and using a service locator?
Is there a way to fake a method response using Mock or Stubs?
My admission is revoked after accepting the admission offer
Why does Java have support for time zone offsets with seconds precision?
/bin/ls sorts differently than just ls
Protagonist's race is hidden - should I reveal it?
Is a self contained air-bullet cartridge feasible?
SQL Server placement of master database files vs resource database files
What *exactly* is electrical current, voltage, and resistance?
How to enter dashes in hyphenation?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30 pm US/Eastern)Adequate hyphenation of words already containing a hyphenHyphenation problem with — versus textemdashGlobal setting of hyphenation for words containing dashesHyphenation of words containing apostrophesHow to get hyphenation output?How disable hyphenation but keep my hyphenation rulesHow are hyphenation patterns written?Hyphenation penaltyHow to prevent hyphenation at _Apply hyphenation to words containing dashes only
I have an extra file for all my hyphenations.
Alas, the command hyphenation does not understand the = notation for "dash that stays after hyphenation here".
Is there any way to get hyphenation to handle that?
Here is an except from my file:
hyphenation{Hash-ta-bel-le}
hyphenation{Hash-ta-bel-len}
hyphenation{De-fault-ope-ra-tio-nen}
hyphenation{De-fault-ope-ra-tion}
hyphenation{Sig-nal=und=Slot=Kon-zept}
hyphenation{Lauf-zeit-in-for-ma-tio-nen}
hyphenation{Lauf-zeit-in-for-ma-tion}
hyphenation{Sig-nal=Slot=Ver-bin-dung}
hyphenation{Sig-nal=Slot=Ver-bin-dungen}
hyphenation{De-fault=But-ton}
All lines with an = produce an error like this
(./latex/trennung.tex
! Not a letter.
l.81 hyphenation{Sig-nal=
und=Slot=Kon-zept}
?
pdftex punctuation hyphenation
add a comment |
I have an extra file for all my hyphenations.
Alas, the command hyphenation does not understand the = notation for "dash that stays after hyphenation here".
Is there any way to get hyphenation to handle that?
Here is an except from my file:
hyphenation{Hash-ta-bel-le}
hyphenation{Hash-ta-bel-len}
hyphenation{De-fault-ope-ra-tio-nen}
hyphenation{De-fault-ope-ra-tion}
hyphenation{Sig-nal=und=Slot=Kon-zept}
hyphenation{Lauf-zeit-in-for-ma-tio-nen}
hyphenation{Lauf-zeit-in-for-ma-tion}
hyphenation{Sig-nal=Slot=Ver-bin-dung}
hyphenation{Sig-nal=Slot=Ver-bin-dungen}
hyphenation{De-fault=But-ton}
All lines with an = produce an error like this
(./latex/trennung.tex
! Not a letter.
l.81 hyphenation{Sig-nal=
und=Slot=Kon-zept}
?
pdftex punctuation hyphenation
2
hyphenationtakes as argument strings separated by spaces; the strings consist of letters and hyphens. With LuaTeX the syntax is extended, but not with classicalpdflatex, allowing something likesig-nal{-}{}{-}und{-}{}{-}Slot{-}{}{-}Kon-zept
– egreg
Oct 8 '17 at 20:09
@egreg Really? How sad. No pdflatex alternative?
– towi
Oct 8 '17 at 20:19
add a comment |
I have an extra file for all my hyphenations.
Alas, the command hyphenation does not understand the = notation for "dash that stays after hyphenation here".
Is there any way to get hyphenation to handle that?
Here is an except from my file:
hyphenation{Hash-ta-bel-le}
hyphenation{Hash-ta-bel-len}
hyphenation{De-fault-ope-ra-tio-nen}
hyphenation{De-fault-ope-ra-tion}
hyphenation{Sig-nal=und=Slot=Kon-zept}
hyphenation{Lauf-zeit-in-for-ma-tio-nen}
hyphenation{Lauf-zeit-in-for-ma-tion}
hyphenation{Sig-nal=Slot=Ver-bin-dung}
hyphenation{Sig-nal=Slot=Ver-bin-dungen}
hyphenation{De-fault=But-ton}
All lines with an = produce an error like this
(./latex/trennung.tex
! Not a letter.
l.81 hyphenation{Sig-nal=
und=Slot=Kon-zept}
?
pdftex punctuation hyphenation
I have an extra file for all my hyphenations.
Alas, the command hyphenation does not understand the = notation for "dash that stays after hyphenation here".
Is there any way to get hyphenation to handle that?
Here is an except from my file:
hyphenation{Hash-ta-bel-le}
hyphenation{Hash-ta-bel-len}
hyphenation{De-fault-ope-ra-tio-nen}
hyphenation{De-fault-ope-ra-tion}
hyphenation{Sig-nal=und=Slot=Kon-zept}
hyphenation{Lauf-zeit-in-for-ma-tio-nen}
hyphenation{Lauf-zeit-in-for-ma-tion}
hyphenation{Sig-nal=Slot=Ver-bin-dung}
hyphenation{Sig-nal=Slot=Ver-bin-dungen}
hyphenation{De-fault=But-ton}
All lines with an = produce an error like this
(./latex/trennung.tex
! Not a letter.
l.81 hyphenation{Sig-nal=
und=Slot=Kon-zept}
?
pdftex punctuation hyphenation
pdftex punctuation hyphenation
edited 13 mins ago
Jonas Stein
3,35042746
3,35042746
asked Oct 8 '17 at 20:00
towitowi
1,16021126
1,16021126
2
hyphenationtakes as argument strings separated by spaces; the strings consist of letters and hyphens. With LuaTeX the syntax is extended, but not with classicalpdflatex, allowing something likesig-nal{-}{}{-}und{-}{}{-}Slot{-}{}{-}Kon-zept
– egreg
Oct 8 '17 at 20:09
@egreg Really? How sad. No pdflatex alternative?
– towi
Oct 8 '17 at 20:19
add a comment |
2
hyphenationtakes as argument strings separated by spaces; the strings consist of letters and hyphens. With LuaTeX the syntax is extended, but not with classicalpdflatex, allowing something likesig-nal{-}{}{-}und{-}{}{-}Slot{-}{}{-}Kon-zept
– egreg
Oct 8 '17 at 20:09
@egreg Really? How sad. No pdflatex alternative?
– towi
Oct 8 '17 at 20:19
2
2
hyphenation takes as argument strings separated by spaces; the strings consist of letters and hyphens. With LuaTeX the syntax is extended, but not with classical pdflatex, allowing something like sig-nal{-}{}{-}und{-}{}{-}Slot{-}{}{-}Kon-zept– egreg
Oct 8 '17 at 20:09
hyphenation takes as argument strings separated by spaces; the strings consist of letters and hyphens. With LuaTeX the syntax is extended, but not with classical pdflatex, allowing something like sig-nal{-}{}{-}und{-}{}{-}Slot{-}{}{-}Kon-zept– egreg
Oct 8 '17 at 20:09
@egreg Really? How sad. No pdflatex alternative?
– towi
Oct 8 '17 at 20:19
@egreg Really? How sad. No pdflatex alternative?
– towi
Oct 8 '17 at 20:19
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2ftex.stackexchange.com%2fquestions%2f395202%2fhow-to-enter-dashes-in-hyphenation%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 TeX - LaTeX Stack Exchange!
- 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%2ftex.stackexchange.com%2fquestions%2f395202%2fhow-to-enter-dashes-in-hyphenation%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
2
hyphenationtakes as argument strings separated by spaces; the strings consist of letters and hyphens. With LuaTeX the syntax is extended, but not with classicalpdflatex, allowing something likesig-nal{-}{}{-}und{-}{}{-}Slot{-}{}{-}Kon-zept– egreg
Oct 8 '17 at 20:09
@egreg Really? How sad. No pdflatex alternative?
– towi
Oct 8 '17 at 20:19