DLUTThesis

(★ 20)

A LaTeX Thesis Template for Dalian University of Technology

DLUTThesis Latest Version Download

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

biber

View Details ▼

A backend bibliography processor for the `biblatex` package.
See also: `latexmk`.

biber {{path/to/file.bcf}}

Generate bibliography data using a BibLaTeX Control File:

biber {{path/to/file.bcf}} {{[-g|--configfile]}} {{path/to/config_file}}

Generate bibliography data using a configuration file:

biber {{path/to/file.bcf}} {{[-D|--debug]}}

Enable debugging:

🔍

latex

View Details ▼

Compile a DVI document from LaTeX source files.

latex {{source.tex}}

Compile a DVI document:

latex -output-directory={{path/to/directory}} {{source.tex}}

Compile a DVI document, specifying an output directory:

latex -halt-on-error {{source.tex}}

Compile a DVI document, exiting on each error:

// repository documentation