Current location - Education and Training Encyclopedia - Graduation thesis - How to write a paper with latex and realize superscript citation and co-citation of references in an article?
How to write a paper with latex and realize superscript citation and co-citation of references in an article?
To reference the natbib macro package \usepackage{natbib}, just use the default \cite command.

For superscript references, you can customize the following command \ newcommand \ myciteup {{\ setcitystyle {square, super} \ cite {# 1}} in the introduction area. Just quote \myciteup in the article.

Latex is very suitable for generating scientific and mathematical documents with high print quality. The system is also suitable for generating all other types of documents from simple letters to complete books.

Extended data:

LaTeX's relevant requirements stipulate that:

The basic TeX program of 1 and LaTeX is only composed of some primitive commands, which can complete simple typesetting operations and program design functions. TeX also allows you to define some more complex advanced commands with these original commands. In this way, a low-level block structure can be used to form a user-friendly environment.

2.LaTeX When the processor is running, the program reads the so-called format file, which contains all kinds of advanced commands written in the original language and the hyphenation arrangement of word segmentation. The handler processes the source file, which contains the real text to be processed and the formatting commands defined in the formatting file.

Creating a new format is what a knowledgeable programmer needs to do. The definition is written to the source file, and then processed by a special version of the TeX program called iniTeX. It stores these new formats in a compact way so that ordinary TeX programs can read them quickly.

Baidu encyclopedia-latex