We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
如图所示,只有处于无缩进的段落开头的左标点被正确压缩了。
最小复现:
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';
The text was updated successfully, but these errors were encountered:
No branches or pull requests
如图所示,只有处于无缩进的段落开头的左标点被正确压缩了。
最小复现:
main.tex
latexmkrc
The text was updated successfully, but these errors were encountered: