以色列伊朗爆冲突风险大增 外媒:双方走到战争门槛前
百度 选拔对象除符合公务员法和党政领导干部选拔任用工作条例等外,还必须满足以下条件:事业编制人员必须在乡镇(场、街道)工作满5年以上;年龄45周岁以下,具有大专以上学历。
The protrusion tag has no summary.
57 questions
5
votes
1
answer
115
views
Wrong protrusion with microtype and ltxdoc
Why does microtype give wrong protrusion here? At least it looks wrong. Commenting out microtype, the second row is shifted to the right and we have alignment again.
\DocumentMetadata{lang=en-UK}
\...
3
votes
1
answer
108
views
Hanging/protrusion for cyrillic text in ConTeXt
I try to activate hanging/protrusion for text in Ukrainian, but no success.
Could sombedy help me? where I made a mistake?
\mainlanguage[ukrainian] % Language = Ukrainian
\setupcolors[cmyk=yes]
\...
1
vote
1
answer
39
views
ConTeXt caption alignment and protrusion
I am trying to create a long, hyphenated caption in ConTeXt. I wish the hyphen to protrude slightly from the margin, like the paragraphs.
In the standard paragraph, I use \setupalign[hz,hanging], but ...
10
votes
0
answers
153
views
lists, peek operations and microtype trouble
LaTeX's peek operations are a bit of a black box for me and I'm struggle to get microtype protrusion to behave in a custom list which has a peek operation at the beginning of it.
The following silly ...
2
votes
0
answers
82
views
Protrusion \lpcode and \rpcode for otf font feature characters?
Using lualatex, Linux, TeXlive 2023.
Without using microtype I can directly set character protrusions using \lpcode and \rpcode. This works for me, since I use a custom OpenType font with known ...
3
votes
0
answers
141
views
OpenType case-senstive forms break microtype's protrusion for hyphens
By enabling the OpenType feature case-senstive forms ([Letters=Uppercase]), vertically lifted brackets, hyphens, or parentheses for example) via setmainfont with fontspec, I loose the protrusion for ...
2
votes
1
answer
108
views
Indentation/protrusion of first line in redefined quote with microtype
MWE:
\documentclass{article}
\usepackage{microtype}
\renewenvironment{quote}
{\list{}{\leftmargin0.5cm \rightmargin0cm}
\item\relax\fontsize{9.8pt}{11.4pt}\selectfont}
{\endlist}
\begin{document}
\...
2
votes
1
answer
158
views
Activate microtype-Protrusion for superscript old style numbers with LuaLaTex
I’ve been playing around with microtype’s protusion-capabilities and LuaLaTeX, but faced a problem regarding old-style superscript numbers. The regular numbers protrude. This code
\documentclass{...
2
votes
1
answer
356
views
Microtype quotation marks in itemize not aligned properly at begin of an item
A fellow LaTeX user ran into a problem using quotations inside an itemize/enumerate environment. When using automatic quotation marks from csquotes at the beginning of an item, the quotation mark is ...
5
votes
0
answers
212
views
Closing quotation marks don't protrude into the right margin of bibliography with biblatex
I like how the microtype package handles character protrusion when I compile my LaTeX documents with LuaLaTeX. But I have noticed that this doesn't seem to work properly in the bibliography that the ...
1
vote
0
answers
68
views
pdftex character protrusion without latex: what happened to protcode.tex?
If one uses pdftex, not pdflatex, and wants character protrusion, it used to be that one would input protcode.tex. That was present in texlive2015, but disappeared by texlive2019. The pdftex manual (...
1
vote
0
answers
92
views
Why does my .otf font not like microtype's protrusion?
And, more importantly, what can I do to fix it? No MWE, since it happens every time I use a particular font (and not when I don't or disable microtype's protrusion). These are the warnings I get:
... ...
2
votes
0
answers
123
views
ConTeXt: Protrusion inside enumeration
I cannot get protrusion to work inside enumerations. I’m creating a presentation, and most of the content is inside an itemize environment. I have searched all over, in the wiki, the ’Fonts out of ...
3
votes
0
answers
82
views
ConTeXt: Protrusion does not work with the \quotation macro
For some reason, protrusion is not applied when using the \quotation macro. See the following example:
\setuppapersize[S3]
\showframe
\definefontfeature [default] [default] [protrusion=quality]
\...
1
vote
1
answer
84
views
microtype justification not working on unnumbered section
I am trying to write a paper using \twocolumn and \microtype. Justification looks pretty good in the text, but not in the section (it protrudes into the second column). How can I stop that?
Thank you!
...