答案1
该类(和memoir
的超集book
)有多种方法来生成我所说的report
article
匿名分裂因为它们导致文本中出现未编号和未标题的中断。
% anondivprob.tex SE 631043
\documentclass{memoir}
\usepackage{pifont}
\newcommand{\sometext}{Just some random text to help fill things up
without necessarily making any sense. }
\newcommand{\twice}{\sometext \sometext}
\renewcommand{\pfbreakdisplay}{{*}\\ {*}\quad{*}} % triangle of *s
\begin{document}
\twice
\fancybreak{\pfbreakdisplay}
\twice
\fancybreak{{*}\\{* * *}\\{*}}
\twice And a bit more to make the last line longer.
\fancybreak{\ensuremath{\clubsuit\quad\diamondsuit\quad\clubsuit}}
\twice
\fancybreak{\ding{167}\quad\ding{167}\quad\ding{167}} % \ding from pifont package
\twice
\fancybreak{\pfbreakdisplay}
\twice
\end{document}
有关详细信息,请阅读手册(texdoc memoir
)第 6.7 节 花哨的匿名中断。虽然只有几页,但解释了许多在这个答案中不可能发生的事情。例如,你可以在页面中间有一个缺行或两行的断行,但如果断行在分页符处,那么你就可以通过文本/图形指示那里确实有一个有意的匿名断行。
答案2
此字符的 unicode 为 ASTERISM #x2042。您可以在 XeTeX 中从 Linux Libertine 输入它
\documentclass[french]{article}
\usepackage{fontspec}
\usepackage{babel}
\begin{document}
« savent bien la porter »
\begin{center}
{\fontspec{Linux Libertine O}⁂}\par
\end{center}
Avant toute chose si on s'adressait à lui pour une guérison.
\end{document}
编辑
例如,有很多关于星群的答案