跳转到内容

Guide to BibTeX Type MasterThesis

此内容尚不支持你的语言。

BibTeX is a reference management tool that is commonly used in LaTeX documents. The “masterthesis” BibTeX type is used for master’s theses. In this guide, we will explain the required and optional fields for the “masterthesis” BibTeX type.

需要一个简单的解决方案来管理您的BibTeX条目吗?探索CiteDrive!

  • 基于Web的现代参考文献管理
  • 与研究同行合作和分享
  • 与Overleaf集成
  • 全面的BibTeX/BibLaTeX支持
  • 直接从您的浏览器保存文章和网站
  • 从包含数千万参考文献的数据库中搜索新文章
尝试CiteDrive ► 观看演示

Required Fields

The “masterthesis” BibTeX type requires the following fields:

  • author: The author of the thesis.
  • title: The title of the thesis.
  • school: The name of the institution that awarded the degree.
  • year: The year the degree was awarded.

Optional Fields

In addition to the required fields, the “masterthesis” BibTeX type also has a number of optional fields that can be used to provide additional information. These fields include:

  • type: The type of the thesis, such as “Master’s thesis”.
  • address: The location of the institution.
  • month: The month the thesis was submitted.
  • note: Any additional information about the thesis.

Example

Here is an example of how to use the “masterthesis” BibTeX type:

@masterthesis{mythesis,
title = {A Study of Example},
author = {Jane Doe},
year = 2022,
month = {June},
address = {Example City, CA},
note = {Available at \url{https://example.com/thesis.pdf}},
school = {University of Example},
type = {Master's thesis}
}

In this example, the BibTeX entry defines a master’s thesis authored by Jane Doe titled “A Study of Example”. The degree was awarded in 2022 by the University of Example, and the thesis was submitted in June in Example City, CA. The type of the thesis is specified as “Master’s thesis”, and a note is included that provides a URL for the thesis.