Skip to content

定义和定理格式问题 #105

Answered by note286
pkeke asked this question in Q&A
Mar 27, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

首先,你给出的排版效果是否合理请咨询你的导师,我无法解答。其次,我已经在 #87 中回答你了啊;关于定理的设置,我也在 #40 (comment) 给出了一些样例。

\documentclass{xdupgthesis}
\xdusetup{info/bib-resource=reference.bib}
\usepackage{amsthm}
\newtheoremstyle{xdu}{3pt}{3pt}{}{}{\bfseries}{}{.5em}{\qquad\thmname{#1}\thmnumber{ #2}\thmnote{ #3}}
\theoremstyle{xdu}
\newtheorem{definition}{定义}[chapter]
\begin{document}
\chapter{title}
测试测试测试测试测试测试测试测试测试测试测试测试测试测试
测试测试测试测试测试测试测试测试测试测试测试测试测试测试
\begin{definition}[\parencite{key}]
测试测试测试测试测试测试测试测试测试测试测试测试测试测试
测试测试测试测试测试测试测试测试测试测试测试测试测试测试
\end{definition}
测试测试测试测试测试测试测试测试测试测试测试测试测试测试
测试测试测试测试测试测试测试测试测试测试测试测试测试测试
\end{document}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@pkeke
Comment options

Answer selected by note286
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants