`microtype`: Set Minimum Width of a Space Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar ManaraHow can I make my text never go over the right margin by always hyphenating or breaking on word-boundaries?XeLaTeX and MicrotypeXeTeX, microtype and fontspecmicrotype character codeStrange linebreaks with microtype & LuaLaTexSet tracking amount with microtypeHow to set default tracking with MicrotypeLualatex can't load microtypeIntersentence space after parenthesis with microtype spacing=trueMicrotype package produces warning when using LuaTexLuaLaTex and microtype - error - can anybody help?
The weakest link
What does a straight horizontal line above a few notes, after a changed tempo mean?
What makes accurate emulation of old systems a difficult task?
What *exactly* is electrical current, voltage, and resistance?
How does the mezzoloth's teleportation work?
Older movie/show about humans on derelict alien warship which refuels by passing through a star
Is this homebrew arcane communication device abusable?
What is the best way to deal with NPC-NPC combat?
A strange hotel
How much cash can I safely carry into the USA and avoid civil forfeiture?
How to find if a column is referenced in a computed column?
How to keep bees out of canned beverages?
"Whatever a Russian does, they end up making the Kalashnikov gun"? Are there any similar proverbs in English?
Multiple fireplaces in an apartment building?
Is it acceptable to use working hours to read general interest books?
Was Dennis Ritchie being too modest in this quote about C and Pascal?
Multiple options vs single option UI
What is this word supposed to be?
Crossed out red box fitting tightly around image
Why does Arg'[1. + I] return -0.5?
finding a tangent line to a parabola
How do I reattach a shelf to the wall when it ripped out of the wall?
Has a Nobel Peace laureate ever been accused of war crimes?
Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?
`microtype`: Set Minimum Width of a Space
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraHow can I make my text never go over the right margin by always hyphenating or breaking on word-boundaries?XeLaTeX and MicrotypeXeTeX, microtype and fontspecmicrotype character codeStrange linebreaks with microtype & LuaLaTexSet tracking amount with microtypeHow to set default tracking with MicrotypeLualatex can't load microtypeIntersentence space after parenthesis with microtype spacing=trueMicrotype package produces warning when using LuaTexLuaLaTex and microtype - error - can anybody help?
Problem Description
I am a newbie. I use microtype
package. I would like to set the minimum width of a space to a width of a regular space. However, with default settings, it is shrinked too much and I think it makes the text less readable.
Minimal Working Example
%%%%% Preamble %%%%%
documentclass[10pt]book
% usepackage[a4paper]geometry
usepackage[
paperheight=7cm,
paperwidth=21cm,
top=1in,
bottom=1in,
right=1in,
left=1in,
portrait]geometry
usepackage[slovak]babel
usepackagemicrotype
usepackagexcolor
% Font family
usepackage[math-style=ISO, bold-style=ISO, partial=upright, nabla=upright]unicode-math
setmainfontLibertinus Serif
% Paragraph and line settings
setlengthparindent0em % Set paragraph indentation
setlengthparskip0.08in % Paragraph spacing
renewcommandbaselinestretch1.0 % Line expandafterselectlanguageexpandaftercvlang
% Custom commands
newcommandparagraphStyle[1]%
par
begingroup
setlengthparindent0pt%
setlengthparskip0.16in%
renewcommandbaselinestretch1.0%
fontsize20pt24ptselectfont
noindentcolorblack!100%
bfseriesignorespaces #1par
endgroup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
begindocument
pagestyleempty
paragraphStyle
Pripomenieme si Pánovo zmŕtvychvstanie, budeme počúvať
enddocument
Output
xetex luatex microtype
add a comment |
Problem Description
I am a newbie. I use microtype
package. I would like to set the minimum width of a space to a width of a regular space. However, with default settings, it is shrinked too much and I think it makes the text less readable.
Minimal Working Example
%%%%% Preamble %%%%%
documentclass[10pt]book
% usepackage[a4paper]geometry
usepackage[
paperheight=7cm,
paperwidth=21cm,
top=1in,
bottom=1in,
right=1in,
left=1in,
portrait]geometry
usepackage[slovak]babel
usepackagemicrotype
usepackagexcolor
% Font family
usepackage[math-style=ISO, bold-style=ISO, partial=upright, nabla=upright]unicode-math
setmainfontLibertinus Serif
% Paragraph and line settings
setlengthparindent0em % Set paragraph indentation
setlengthparskip0.08in % Paragraph spacing
renewcommandbaselinestretch1.0 % Line expandafterselectlanguageexpandaftercvlang
% Custom commands
newcommandparagraphStyle[1]%
par
begingroup
setlengthparindent0pt%
setlengthparskip0.16in%
renewcommandbaselinestretch1.0%
fontsize20pt24ptselectfont
noindentcolorblack!100%
bfseriesignorespaces #1par
endgroup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
begindocument
pagestyleempty
paragraphStyle
Pripomenieme si Pánovo zmŕtvychvstanie, budeme počúvať
enddocument
Output
xetex luatex microtype
Do you want to change this for your paragraph or generally for the font?
– Ulrike Fischer
2 hours ago
@UlrikeFischer, I’d like to set it globally.
– tukusejssirs
1 hour ago
add a comment |
Problem Description
I am a newbie. I use microtype
package. I would like to set the minimum width of a space to a width of a regular space. However, with default settings, it is shrinked too much and I think it makes the text less readable.
Minimal Working Example
%%%%% Preamble %%%%%
documentclass[10pt]book
% usepackage[a4paper]geometry
usepackage[
paperheight=7cm,
paperwidth=21cm,
top=1in,
bottom=1in,
right=1in,
left=1in,
portrait]geometry
usepackage[slovak]babel
usepackagemicrotype
usepackagexcolor
% Font family
usepackage[math-style=ISO, bold-style=ISO, partial=upright, nabla=upright]unicode-math
setmainfontLibertinus Serif
% Paragraph and line settings
setlengthparindent0em % Set paragraph indentation
setlengthparskip0.08in % Paragraph spacing
renewcommandbaselinestretch1.0 % Line expandafterselectlanguageexpandaftercvlang
% Custom commands
newcommandparagraphStyle[1]%
par
begingroup
setlengthparindent0pt%
setlengthparskip0.16in%
renewcommandbaselinestretch1.0%
fontsize20pt24ptselectfont
noindentcolorblack!100%
bfseriesignorespaces #1par
endgroup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
begindocument
pagestyleempty
paragraphStyle
Pripomenieme si Pánovo zmŕtvychvstanie, budeme počúvať
enddocument
Output
xetex luatex microtype
Problem Description
I am a newbie. I use microtype
package. I would like to set the minimum width of a space to a width of a regular space. However, with default settings, it is shrinked too much and I think it makes the text less readable.
Minimal Working Example
%%%%% Preamble %%%%%
documentclass[10pt]book
% usepackage[a4paper]geometry
usepackage[
paperheight=7cm,
paperwidth=21cm,
top=1in,
bottom=1in,
right=1in,
left=1in,
portrait]geometry
usepackage[slovak]babel
usepackagemicrotype
usepackagexcolor
% Font family
usepackage[math-style=ISO, bold-style=ISO, partial=upright, nabla=upright]unicode-math
setmainfontLibertinus Serif
% Paragraph and line settings
setlengthparindent0em % Set paragraph indentation
setlengthparskip0.08in % Paragraph spacing
renewcommandbaselinestretch1.0 % Line expandafterselectlanguageexpandaftercvlang
% Custom commands
newcommandparagraphStyle[1]%
par
begingroup
setlengthparindent0pt%
setlengthparskip0.16in%
renewcommandbaselinestretch1.0%
fontsize20pt24ptselectfont
noindentcolorblack!100%
bfseriesignorespaces #1par
endgroup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
begindocument
pagestyleempty
paragraphStyle
Pripomenieme si Pánovo zmŕtvychvstanie, budeme počúvať
enddocument
Output
xetex luatex microtype
xetex luatex microtype
asked 2 hours ago
tukusejssirstukusejssirs
1169
1169
Do you want to change this for your paragraph or generally for the font?
– Ulrike Fischer
2 hours ago
@UlrikeFischer, I’d like to set it globally.
– tukusejssirs
1 hour ago
add a comment |
Do you want to change this for your paragraph or generally for the font?
– Ulrike Fischer
2 hours ago
@UlrikeFischer, I’d like to set it globally.
– tukusejssirs
1 hour ago
Do you want to change this for your paragraph or generally for the font?
– Ulrike Fischer
2 hours ago
Do you want to change this for your paragraph or generally for the font?
– Ulrike Fischer
2 hours ago
@UlrikeFischer, I’d like to set it globally.
– tukusejssirs
1 hour ago
@UlrikeFischer, I’d like to set it globally.
– tukusejssirs
1 hour ago
add a comment |
2 Answers
2
active
oldest
votes
You can use the WordSpace option to adjust the space. The value is a scale factor (3 is too much and only used for the demo here). It is also possible to adjust the stretch and shrink value individually, see the documentation of fontspec.
documentclass[10pt]book
usepackage[slovak]babel
usepackagemicrotype
usepackagexcolor
% Font family
usepackage[math-style=ISO, bold-style=ISO, partial=upright, nabla=upright]unicode-math
setmainfontLibertinus Serif[WordSpace=3]
begindocument
Pripomenieme si Pánovo zmŕtvychvstanie, budeme počúvať
enddocument
add a comment |
documentclass[10pt]book
% usepackage[a4paper]geometry
usepackage[
paperheight=7cm,
paperwidth=21cm,
top=1in,
bottom=1in,
right=1in,
left=1in,
portrait]geometry
usepackage[slovak]babel
usepackagemicrotype
usepackagexcolor
% Font family
usepackage[math-style=ISO, bold-style=ISO, partial=upright, nabla=upright]unicode-math
setmainfontLibertinus Serif
% Paragraph and line settings
setlengthparindent0em % Set paragraph indentation
setlengthparskip0.08in % Paragraph spacing
renewcommandbaselinestretch1.0 % Line expandafterselectlanguageexpandaftercvlang
% Custom commands
newcommandparagraphStyle[1]%
par
begingroup
setlengthparindent0pt%
setlengthparskip0.16in%
setlengthspaceskip12pt plus 2pt minus 2pt % word space
setlengthxspaceskip14pt plus 4pt minus 2pt % end of sentence space
renewcommandbaselinestretch1.0%
fontsize20pt24ptselectfont
noindentcolorblack!100%
bfseriesignorespaces #1par
endgroup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
begindocument
pagestyleempty
paragraphStyle
Pripomenieme si Pánovo zmŕtvychvstanie, budeme počúvať
enddocument
Could you explain that(x)spaceskip
? I think the space between words are now too wide. Is there a way to dynamically check/get the width of a space in particular font and set that width as minimal space width?
– tukusejssirs
1 hour ago
This is better:setlengthspaceskip7pt plus 2pt minus 2pt nsetlengthxspaceskip14pt plus 4pt minus 2pt
, however, I have no idea what I am doing. ;)
– tukusejssirs
1 hour ago
And this solution moves the test in that particular line out into right margin (see here).
– tukusejssirs
1 hour ago
Thesloppy
fixed the overflow.
– tukusejssirs
1 hour ago
add a comment |
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%2f487573%2fmicrotype-set-minimum-width-of-a-space%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can use the WordSpace option to adjust the space. The value is a scale factor (3 is too much and only used for the demo here). It is also possible to adjust the stretch and shrink value individually, see the documentation of fontspec.
documentclass[10pt]book
usepackage[slovak]babel
usepackagemicrotype
usepackagexcolor
% Font family
usepackage[math-style=ISO, bold-style=ISO, partial=upright, nabla=upright]unicode-math
setmainfontLibertinus Serif[WordSpace=3]
begindocument
Pripomenieme si Pánovo zmŕtvychvstanie, budeme počúvať
enddocument
add a comment |
You can use the WordSpace option to adjust the space. The value is a scale factor (3 is too much and only used for the demo here). It is also possible to adjust the stretch and shrink value individually, see the documentation of fontspec.
documentclass[10pt]book
usepackage[slovak]babel
usepackagemicrotype
usepackagexcolor
% Font family
usepackage[math-style=ISO, bold-style=ISO, partial=upright, nabla=upright]unicode-math
setmainfontLibertinus Serif[WordSpace=3]
begindocument
Pripomenieme si Pánovo zmŕtvychvstanie, budeme počúvať
enddocument
add a comment |
You can use the WordSpace option to adjust the space. The value is a scale factor (3 is too much and only used for the demo here). It is also possible to adjust the stretch and shrink value individually, see the documentation of fontspec.
documentclass[10pt]book
usepackage[slovak]babel
usepackagemicrotype
usepackagexcolor
% Font family
usepackage[math-style=ISO, bold-style=ISO, partial=upright, nabla=upright]unicode-math
setmainfontLibertinus Serif[WordSpace=3]
begindocument
Pripomenieme si Pánovo zmŕtvychvstanie, budeme počúvať
enddocument
You can use the WordSpace option to adjust the space. The value is a scale factor (3 is too much and only used for the demo here). It is also possible to adjust the stretch and shrink value individually, see the documentation of fontspec.
documentclass[10pt]book
usepackage[slovak]babel
usepackagemicrotype
usepackagexcolor
% Font family
usepackage[math-style=ISO, bold-style=ISO, partial=upright, nabla=upright]unicode-math
setmainfontLibertinus Serif[WordSpace=3]
begindocument
Pripomenieme si Pánovo zmŕtvychvstanie, budeme počúvať
enddocument
answered 1 hour ago
Ulrike FischerUlrike Fischer
201k9309695
201k9309695
add a comment |
add a comment |
documentclass[10pt]book
% usepackage[a4paper]geometry
usepackage[
paperheight=7cm,
paperwidth=21cm,
top=1in,
bottom=1in,
right=1in,
left=1in,
portrait]geometry
usepackage[slovak]babel
usepackagemicrotype
usepackagexcolor
% Font family
usepackage[math-style=ISO, bold-style=ISO, partial=upright, nabla=upright]unicode-math
setmainfontLibertinus Serif
% Paragraph and line settings
setlengthparindent0em % Set paragraph indentation
setlengthparskip0.08in % Paragraph spacing
renewcommandbaselinestretch1.0 % Line expandafterselectlanguageexpandaftercvlang
% Custom commands
newcommandparagraphStyle[1]%
par
begingroup
setlengthparindent0pt%
setlengthparskip0.16in%
setlengthspaceskip12pt plus 2pt minus 2pt % word space
setlengthxspaceskip14pt plus 4pt minus 2pt % end of sentence space
renewcommandbaselinestretch1.0%
fontsize20pt24ptselectfont
noindentcolorblack!100%
bfseriesignorespaces #1par
endgroup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
begindocument
pagestyleempty
paragraphStyle
Pripomenieme si Pánovo zmŕtvychvstanie, budeme počúvať
enddocument
Could you explain that(x)spaceskip
? I think the space between words are now too wide. Is there a way to dynamically check/get the width of a space in particular font and set that width as minimal space width?
– tukusejssirs
1 hour ago
This is better:setlengthspaceskip7pt plus 2pt minus 2pt nsetlengthxspaceskip14pt plus 4pt minus 2pt
, however, I have no idea what I am doing. ;)
– tukusejssirs
1 hour ago
And this solution moves the test in that particular line out into right margin (see here).
– tukusejssirs
1 hour ago
Thesloppy
fixed the overflow.
– tukusejssirs
1 hour ago
add a comment |
documentclass[10pt]book
% usepackage[a4paper]geometry
usepackage[
paperheight=7cm,
paperwidth=21cm,
top=1in,
bottom=1in,
right=1in,
left=1in,
portrait]geometry
usepackage[slovak]babel
usepackagemicrotype
usepackagexcolor
% Font family
usepackage[math-style=ISO, bold-style=ISO, partial=upright, nabla=upright]unicode-math
setmainfontLibertinus Serif
% Paragraph and line settings
setlengthparindent0em % Set paragraph indentation
setlengthparskip0.08in % Paragraph spacing
renewcommandbaselinestretch1.0 % Line expandafterselectlanguageexpandaftercvlang
% Custom commands
newcommandparagraphStyle[1]%
par
begingroup
setlengthparindent0pt%
setlengthparskip0.16in%
setlengthspaceskip12pt plus 2pt minus 2pt % word space
setlengthxspaceskip14pt plus 4pt minus 2pt % end of sentence space
renewcommandbaselinestretch1.0%
fontsize20pt24ptselectfont
noindentcolorblack!100%
bfseriesignorespaces #1par
endgroup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
begindocument
pagestyleempty
paragraphStyle
Pripomenieme si Pánovo zmŕtvychvstanie, budeme počúvať
enddocument
Could you explain that(x)spaceskip
? I think the space between words are now too wide. Is there a way to dynamically check/get the width of a space in particular font and set that width as minimal space width?
– tukusejssirs
1 hour ago
This is better:setlengthspaceskip7pt plus 2pt minus 2pt nsetlengthxspaceskip14pt plus 4pt minus 2pt
, however, I have no idea what I am doing. ;)
– tukusejssirs
1 hour ago
And this solution moves the test in that particular line out into right margin (see here).
– tukusejssirs
1 hour ago
Thesloppy
fixed the overflow.
– tukusejssirs
1 hour ago
add a comment |
documentclass[10pt]book
% usepackage[a4paper]geometry
usepackage[
paperheight=7cm,
paperwidth=21cm,
top=1in,
bottom=1in,
right=1in,
left=1in,
portrait]geometry
usepackage[slovak]babel
usepackagemicrotype
usepackagexcolor
% Font family
usepackage[math-style=ISO, bold-style=ISO, partial=upright, nabla=upright]unicode-math
setmainfontLibertinus Serif
% Paragraph and line settings
setlengthparindent0em % Set paragraph indentation
setlengthparskip0.08in % Paragraph spacing
renewcommandbaselinestretch1.0 % Line expandafterselectlanguageexpandaftercvlang
% Custom commands
newcommandparagraphStyle[1]%
par
begingroup
setlengthparindent0pt%
setlengthparskip0.16in%
setlengthspaceskip12pt plus 2pt minus 2pt % word space
setlengthxspaceskip14pt plus 4pt minus 2pt % end of sentence space
renewcommandbaselinestretch1.0%
fontsize20pt24ptselectfont
noindentcolorblack!100%
bfseriesignorespaces #1par
endgroup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
begindocument
pagestyleempty
paragraphStyle
Pripomenieme si Pánovo zmŕtvychvstanie, budeme počúvať
enddocument
documentclass[10pt]book
% usepackage[a4paper]geometry
usepackage[
paperheight=7cm,
paperwidth=21cm,
top=1in,
bottom=1in,
right=1in,
left=1in,
portrait]geometry
usepackage[slovak]babel
usepackagemicrotype
usepackagexcolor
% Font family
usepackage[math-style=ISO, bold-style=ISO, partial=upright, nabla=upright]unicode-math
setmainfontLibertinus Serif
% Paragraph and line settings
setlengthparindent0em % Set paragraph indentation
setlengthparskip0.08in % Paragraph spacing
renewcommandbaselinestretch1.0 % Line expandafterselectlanguageexpandaftercvlang
% Custom commands
newcommandparagraphStyle[1]%
par
begingroup
setlengthparindent0pt%
setlengthparskip0.16in%
setlengthspaceskip12pt plus 2pt minus 2pt % word space
setlengthxspaceskip14pt plus 4pt minus 2pt % end of sentence space
renewcommandbaselinestretch1.0%
fontsize20pt24ptselectfont
noindentcolorblack!100%
bfseriesignorespaces #1par
endgroup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
begindocument
pagestyleempty
paragraphStyle
Pripomenieme si Pánovo zmŕtvychvstanie, budeme počúvať
enddocument
answered 2 hours ago
David CarlisleDavid Carlisle
501k4211471897
501k4211471897
Could you explain that(x)spaceskip
? I think the space between words are now too wide. Is there a way to dynamically check/get the width of a space in particular font and set that width as minimal space width?
– tukusejssirs
1 hour ago
This is better:setlengthspaceskip7pt plus 2pt minus 2pt nsetlengthxspaceskip14pt plus 4pt minus 2pt
, however, I have no idea what I am doing. ;)
– tukusejssirs
1 hour ago
And this solution moves the test in that particular line out into right margin (see here).
– tukusejssirs
1 hour ago
Thesloppy
fixed the overflow.
– tukusejssirs
1 hour ago
add a comment |
Could you explain that(x)spaceskip
? I think the space between words are now too wide. Is there a way to dynamically check/get the width of a space in particular font and set that width as minimal space width?
– tukusejssirs
1 hour ago
This is better:setlengthspaceskip7pt plus 2pt minus 2pt nsetlengthxspaceskip14pt plus 4pt minus 2pt
, however, I have no idea what I am doing. ;)
– tukusejssirs
1 hour ago
And this solution moves the test in that particular line out into right margin (see here).
– tukusejssirs
1 hour ago
Thesloppy
fixed the overflow.
– tukusejssirs
1 hour ago
Could you explain that
(x)spaceskip
? I think the space between words are now too wide. Is there a way to dynamically check/get the width of a space in particular font and set that width as minimal space width?– tukusejssirs
1 hour ago
Could you explain that
(x)spaceskip
? I think the space between words are now too wide. Is there a way to dynamically check/get the width of a space in particular font and set that width as minimal space width?– tukusejssirs
1 hour ago
This is better:
setlengthspaceskip7pt plus 2pt minus 2pt nsetlengthxspaceskip14pt plus 4pt minus 2pt
, however, I have no idea what I am doing. ;)– tukusejssirs
1 hour ago
This is better:
setlengthspaceskip7pt plus 2pt minus 2pt nsetlengthxspaceskip14pt plus 4pt minus 2pt
, however, I have no idea what I am doing. ;)– tukusejssirs
1 hour ago
And this solution moves the test in that particular line out into right margin (see here).
– tukusejssirs
1 hour ago
And this solution moves the test in that particular line out into right margin (see here).
– tukusejssirs
1 hour ago
The
sloppy
fixed the overflow.– tukusejssirs
1 hour ago
The
sloppy
fixed the overflow.– tukusejssirs
1 hour ago
add a comment |
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%2f487573%2fmicrotype-set-minimum-width-of-a-space%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
Do you want to change this for your paragraph or generally for the font?
– Ulrike Fischer
2 hours ago
@UlrikeFischer, I’d like to set it globally.
– tukusejssirs
1 hour ago