Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
NJUThesis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Wendi Zheng
NJUThesis
Commits
2b75059e
Commit
2b75059e
authored
3 years ago
by
Yu Xiong
Browse files
Options
Downloads
Patches
Plain Diff
fix: 修复了#39的数学字体问题
parent
ec3b69b4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
chapters/Mathematics.tex
+14
-0
14 additions, 0 deletions
chapters/Mathematics.tex
njuthesis.dtx
+11
-1
11 additions, 1 deletion
njuthesis.dtx
with
25 additions
and
1 deletion
chapters/Mathematics.tex
+
14
−
0
View file @
2b75059e
\chapter
{
数学公式与定理
}
\section
{
符号示例
}
Caligraphic letters:
$
\mathcal
{
A
}$
Mathbb letters:
$
\mathbb
{
A
}$
Mathfrak letters:
$
\mathfrak
{
A
}$
Math Sans serif letters:
$
\mathsf
{
A
}$
Math bold letters:
$
\mathbf
{
A
}$
Math bold italic letters:
$
\mathbi
{
A
}$
\section
{
公式示例
}
\begin{equation}
\label
{
eq:dewitt
}
\int
\mathrm
{
e
}^{
ax
}
\tanh
{
bx
}
\,
\mathrm
{
d
}
x =
...
...
This diff is collapsed.
Click to expand it.
njuthesis.dtx
+
11
−
1
View file @
2b75059e
...
...
@@ -864,6 +864,8 @@ through XeTeX.
%
% \subsubsection{数学}
%
% 符号表可以参考\url{https://www.caam.rice.edu/~heinken/latex/symbols.pdf}。单位请参考\pkg{siunitx}。
%
% 行内公式形如|$\mathrm{e}^{(a+2b)x}$|
%
% 带有编号的行间公式\env{equation}
...
...
@@ -1368,7 +1370,7 @@ through XeTeX.
% \pkg{unicode-math}指定了\hologo{XeTeX}和\hologo{LuaTeX}下所使用的数学字体。
% 用于配置数学环境的\pkg{mathtools}会与\pkg{unicode-math}发生冲突,此处手动消除其警告。
% \begin{macrocode}
\RequirePackage{amsmath,amsthm,mathtools,thmtools}
\RequirePackage{amsmath,
amssymb,
amsthm,mathtools,thmtools}
\RequirePackage[
warnings-off={
mathtools-colon,
...
...
@@ -2013,6 +2015,14 @@ through XeTeX.
%
%
% \subsection{定理环境}
%
% \begin{macro}{\mathbi}
% Math bold italic letters
% \begin{macrocode}
\def\mathbi#1{\textbf{\em #1}}
% \end{macrocode}
% \end{macro}
%
% \begin{macrocode}
\declaretheoremstyle[
%spaceabove=.5\thm@preskip,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment