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
535775c0
Commit
535775c0
authored
3 years ago
by
Yu Xiong
Browse files
Options
Downloads
Patches
Plain Diff
chore: 修复了无法编译版本历史的问题
parent
531b2d12
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/build.yml
+1
-1
1 addition, 1 deletion
.github/workflows/build.yml
latexmkrc
+2
-14
2 additions, 14 deletions
latexmkrc
with
3 additions
and
15 deletions
.github/workflows/build.yml
+
1
−
1
View file @
535775c0
...
@@ -73,7 +73,7 @@ jobs:
...
@@ -73,7 +73,7 @@ jobs:
-
name
:
Zip Release Source
-
name
:
Zip Release Source
run
:
|
run
:
|
zip -r njuthesis-$VERSION.zip .vscode chapters/
latexmkrc
conf.txsprofile LICENSE Makefile njuthesis-sample.bib njuthesis.cls njuthesis-sample.tex njuvisual.sty README.md
zip -r njuthesis-$VERSION.zip .vscode chapters/ conf.txsprofile LICENSE Makefile njuthesis-sample.bib njuthesis.cls njuthesis-sample.tex njuvisual.sty README.md
-
name
:
Zip CTAN Source
-
name
:
Zip CTAN Source
run
:
|
run
:
|
...
...
This diff is collapsed.
Click to expand it.
latexmkrc
+
2
−
14
View file @
535775c0
# Latexmk configuration file for njuthesis documentation.
# vim: set ft=perl:
# vim: set ft=perl:
# Use XeLaTeX to compile.
# Use XeLaTeX to compile.
$pdf_mode
=
5
;
$pdf_mode
=
5
;
$xelatex
=
"
xelatex -shell-escape -file-line-error -halt-on-error -interaction=nonstopmode -no-pdf -synctex=1 %O %S
";
$xelatex
=
"
xelatex -shell-escape -file-line-error -halt-on-error -interaction=nonstopmode -no-pdf -synctex=1 %O %S
";
$xdvipdfmx
=
"
xdvipdfmx -q -E -o %D %O %S
";
$xdvipdfmx
=
"
xdvipdfmx -q -E -o %D %O %S
";
$bibtex_use
=
1.5
;
$bibtex_use
=
1.5
;
# Clean auxiliary files .
$clean_ext
=
"
hd loe ptc run.xml synctex.gz thm xdv
";
$clean_ext
=
"
hd loe ptc run.xml synctex.gz thm xdv
";
# Process index.
# Process index.
...
@@ -25,16 +26,3 @@ $makeindex_silent_switch = "-q";
...
@@ -25,16 +26,3 @@ $makeindex_silent_switch = "-q";
# Show CPU time used.
# Show CPU time used.
$show_time
=
1
;
$show_time
=
1
;
# Process glossary (change history).
add_cus_dep
('
glo
',
'
gls
',
0
,
'
makeglo2gls
');
sub
makeglo2gls
{
system
("
zhmakeindex -s gglo.ist -o
\"
$_
[0].gls
\"
\\
-t
\"
$_
[0].glg
\"
\"
$_
[0].glo
\"
");
}
add_cus_dep
('
nlo
',
'
nls
',
0
,
'
nlo2nls
');
sub
nlo2nls
{
system
("
makeindex -s nomencl.ist -o
\"
$_
[0].nls
\"
\"
$_
[0].nlo
\"
");
}
push
@generated_exts
,
'
nlo
',
'
nls
';
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