How to enter dashes in hyphenation? Announcing the arrival of Valued Associate #679: Cesar...
Suing a Police Officer Instead of the Police Department
Eigenvalues of the Laplacian of the directed De Bruijn graph
Why is arima in R one time step off?
How do I deal with an erroneously large refund?
Was Objective-C really a hindrance to Apple software development?
Where to find documentation for `whois` command options?
How was Lagrange appointed professor of mathematics so early?
Simulate round-robin tournament draw
What happened to Viserion in Season 7?
How to translate "red flag" into Spanish?
TV series episode where humans nuke aliens before decrypting their message that states they come in peace
VBA: Single line if statement with multiple actions
Does using the Inspiration rules for character defects encourage My Guy Syndrome?
What's the difference between using dependency injection with a container and using a service locator?
Raising a bilingual kid. When should we introduce the majority language?
`FindRoot [ ]`::jsing: Encountered a singular Jacobian at a point...WHY
Why is water being consumed when my shutoff valve is closed?
Why did Europeans not widely domesticate foxes?
Why isn't everyone flabbergasted about Bran's "gift"?
How can I wire a 9-position switch so that each position turns on one more LED than the one before?
Cisco DHCP Router
What's called a person who work as someone who puts products on shelves in stores?
SQL Server placement of master database files vs resource database files
Why aren't road bicycle wheels tiny?
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 29 secs 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