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
Iterations
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
NJU LUG
NJU LaTeX Templates
NJUThesis
Commits
4c922a3a
Commit
4c922a3a
authored
3 years ago
by
Yu Xiong
Browse files
Options
Downloads
Patches
Plain Diff
fix: 修改了章节的引用方式,至少没有英文了
parent
ff2e2dc5
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
njuthesis.tex
+5
-4
5 additions, 4 deletions
njuthesis.tex
profile/reference.sty
+6
-1
6 additions, 1 deletion
profile/reference.sty
with
11 additions
and
5 deletions
njuthesis.tex
+
5
−
4
View file @
4c922a3a
...
...
@@ -93,6 +93,7 @@
\end{lstlisting}
\section
{
图片示例
}
\label
{
sec:figures
}
\begin{figure}
[htbp]
\includegraphics
[width=0.5\textwidth]
{
njuname
}
\caption
{
南京大学名称
}
...
...
@@ -109,18 +110,18 @@
\subsection
{
文字环绕图像
}
% wrapfigure后面不能有空行
\begin{wrapfigure}
{
r
}{
0cm
}
\label
{
fig:njulogo
}
\includegraphics
[width=.3\textwidth]
{
njulogo
}
\caption
{
环绕图像测试
}
\label
{
fig:njulogo
}
\end{wrapfigure}
\zhlipsum
[4][name=xiangyu]
你可以使用
\lstinline
|wrapfigure|环境插入图片,
如
\cref
{
fig:njulogo
}
,代码如下:
你可以使用
\lstinline
|wrapfigure|环境插入图片,
类似于
\cref
{
sec:figures
}
的普通图片插入方法
,代码如下:
\begin{lstlisting}
[language=TeX]
\begin{wrapfigure}
{
r
}{
0cm
}
\label
{
fig:njulogo
}
\begin{wrapfigure}
{
r
}{
0cm
}
\includegraphics
[width=.3\textwidth]
{
njulogo
}
\caption
{
环绕图像测试
}
\label
{
fig:njulogo
}
\end{wrapfigure}
\end{lstlisting}
...
...
This diff is collapsed.
Click to expand it.
profile/reference.sty
+
6
−
1
View file @
4c922a3a
...
...
@@ -47,4 +47,9 @@
\crefname
{
definition
}{
定义
}{
定义
}
\crefname
{
figure
}{
图
}{
图
}
\crefname
{
table
}{
表
}{
表
}
\crefname
{
equation
}{
公式
}{
公式
}
\ No newline at end of file
\crefname
{
equation
}{
公式
}{
公式
}
\crefname
{
chapter
}{
§
}{
§
}
\crefname
{
section
}{
§
}{
§
}
\crefname
{
subsection
}{
§
}{
§
}
\crefname
{
subsubsection
}{
§
}{
§
}
\ No newline at end of file
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