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

使用 upLaTeX 时,行开头的左标点在一些情况下没有被压缩 #674

Open
balthild opened this issue Aug 12, 2023 · 0 comments

Comments

@balthild
Copy link

image

如图所示,只有处于无缩进的段落开头的左标点被正确压缩了。

最小复现:

main.tex

\documentclass[a5paper,12pt]{article}

\usepackage[UTF8,scheme=plain,fontset=fandol,autoindent=true]{ctex}
\usepackage{showframe}

\begin{document}

\noindent 段落开头无缩进\par
\noindent “段落开头无缩进”\par
\noindent (段落开头无缩进)\par

\bigskip

段落开头有缩进\par
“段落开头有缩进”\par
(段落开头有缩进)\par

\bigskip

段落开头\\
“非段落的行开头”\\
(非段落的行开头)

\end{document}

latexmkrc

#!/usr/bin/env perl

@default_files = ('main.tex');

$pdf_mode = 3;
$latex = 'uplatex -file-line-error -kanji=utf8 -no-guess-input-enc %O %S';
$dvipdf = 'dvipdfmx %O -o %D %S';
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

1 participant