Como reduzir o espaço em branco dentro “

Como reduzir o espaço em branco dentro “

Alimentando

\documentclass{article}
\pagestyle{empty}
%\usepackage[slantedGreek,subscriptcorrection]{newtx}% this is what I use with many of other packages in a non-minimal example.
%% Text skips with glue being half of the value of the argument (cf. http://tex.stackexchange.com/q/657443, http://tex.stackexchange.com/a/657448, and http://tex.stackexchange.com/a/672701):
\newcommand{\flexibleHSkip}[1]{%
  \hskip#1
  plus.5\dimexpr\ifdim #1<0pt -\fi#1\relax
  minus.5\dimexpr\ifdim #1<0pt -\fi#1\relax
  \relax
}
\begin{document}\noindent
Consider the set \(Y\). Let \ldots\\
Consider the set \(Y\)\flexibleHSkip{-.1em}. \flexibleHSkip{.1em}Let \ldots\\
Consider the set \(Y\)\flexibleHSkip{-.1em}.\flexibleHSkip{.1em} Let \ldots\\
Consider the set \(Y\), and let \ldots\\
Consider the set \(Y\)\flexibleHSkip{-.1em}, \flexibleHSkip{.1em}and let \ldots\\
Consider the set \(Y\)\flexibleHSkip{-.1em},\flexibleHSkip{.1em} and let \ldots
\end{document}

para pdflatexrendimentos

saída com computador moderno

com fontes padrão (Computer Modern) e

saída com NewTX

com NewTX. As versões com espaço reduzido entre

Responder1

Eu simplesmente inseriria .o math, ele será retirado da fonte mathrm de qualquer maneira e permitirá que os kerns especificados pela fonte entrem em vigor.

insira a descrição da imagem aqui

\documentclass{article}

\begin{document}

$Y$. ABC

$Y.$ ABC


\end{document}

informação relacionada