Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turn of the splitting of a word onto the next line #2805

Closed
healytpk opened this issue Mar 11, 2024 · 1 comment
Closed

Turn of the splitting of a word onto the next line #2805

healytpk opened this issue Mar 11, 2024 · 1 comment

Comments

@healytpk
Copy link

Let's say a paper contains a very long word such as antidisestablishmentarianism. If this word is near the right-hand side of the screen, it will be split into two lines, something like:

With regard to the young child's understanding of antidisest-
ablishmentarianism, we have ascertained that the child has
no understanding of the term.

I want to disable the splitting of words for the entire document -- I don't find it cosmetically attractive and I find that it hinders a person's reading. In rare cases it can introduce ambiguity where two words are distinguished only by a hyphen.

@tabatkins
Copy link
Collaborator

This is being caused by the Bikeshed default styles having hyphens: auto; on <body>. Feel free to turn it off with the following style block in your document:

<style>
body {
  hyphens: manual;
}
</style>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants