
Then, in the introduction area, change the style parameter of the biblatex macro package to caspervector, and specify the encoding format as utf8 format. You can open these bbx and cbx style files in TexStudio.

Locate reference style file * * * bbx file * * * and reference style file * * * cbx file * * *.Ĭopy these files to the current working directory (i.e.

Save to the corresponding path (you can set it yourself), then unzip and open the tex folder.
#Texstudio biblatex download
There is no need to download CasperVector.ĭownload a compressed package of style files. Note: for versions above TexLive2016, you can directly quote biblatex seasonal style=gb7714-2015. Let's introduce a style file prepared by CasperVector that conforms to the national standard 7714. If you need more styles, you need to write corresponding style files. Because the reference database needs to be recompiled, you need to clean up the auxiliary files generated by the last compilation first. You can also use the reference flag to list the specified unreferenced documents. The parameter * indicates all references that are not cited. Use the nocite command to list references that are not cited. Then we compile again and check the results:Īs you can see, the title has been changed to the "references" we set. In the folder, you only need these two files. Note that when compiling again, you need to clean up the auxiliary files first. This can be modified by using the title Parameter in the parameters of the printbibliography command.įor example, change to Chinese "references". Note that the title of the References in the compilation result is English "References". View the final result of compilation execution: (2) Then use the biber back-end program to compile the auxiliary file and generate the bbl file. (1) The first is the compilation of xelatex to generate aux auxiliary files. Pay attention to the compilation process. Use the printbibliography command to output a list of references where needed.Īfter we write the above operations, compile and execute. Similarly, we can cite references in different ways: Note that in the curly brackets are the citation marks that need to quote references. In the body area, you can use the corresponding cite command to reference references in different ways, such as unformatted references, bracketed references, superscript references, etc. Note that the file suffix bib cannot be omitted! In the introduction area, use the addbibresource command to add the reference database. In the tex file, we can use the usepackage command to introduce the biblatex macro package.įor example, specify the style as numeric and the backend as biber. Save the references needed in the same directory as the tex file, with the suffix of bib. The reference database file contains the basic information of the references. Prepare reference database files and bib files. (2) Set the "default document tool" in the "build" operation to * * * Biber***

In order to use the biber sorting engine in TexStudio, you need to set TexStudio accordingly.

The biber tool also supports typesetting based on localized sorting.įor example, you can specify sorting by Pinyin by parameter or by stroke by parameter. Writing and maintenance are relatively simple. These files are a kind of reference files written by the reference files of TEX and libibex macro. These files are compiled by the reference files of TEX and libibex macro. Its basic idea is still "one-time management, multiple use". This lecture mainly explains the method of using BibLaTeX tool to typeset references in LaTeX.
