You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/types/mastersthesis.mdx
+6-6
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@ sidebar:
6
6
7
7
importCiteDrivefrom'@components/CiteDrive.astro';
8
8
9
-
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.
9
+
BibTeX is a reference management tool that is commonly used in LaTeX documents. The "mastersthesis" BibTeX type is used for master's theses. In this guide, we will explain the required and optional fields for the "mastersthesis" BibTeX type.
10
10
11
11
<CiteDrive/>
12
12
13
13
## Required Fields
14
14
15
-
The "masterthesis" BibTeX type requires the following fields:
15
+
The "mastersthesis" BibTeX type requires the following fields:
16
16
17
17
-`author`: The author of the thesis.
18
18
-`title`: The title of the thesis.
@@ -21,7 +21,7 @@ The "masterthesis" BibTeX type requires the following fields:
21
21
22
22
## Optional Fields
23
23
24
-
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:
24
+
In addition to the required fields, the "mastersthesis" BibTeX type also has a number of optional fields that can be used to provide additional information. These fields include:
25
25
26
26
-`type`: The type of the thesis, such as "Master's thesis".
27
27
-`address`: The location of the institution.
@@ -30,12 +30,12 @@ In addition to the required fields, the "masterthesis" BibTeX type also has a nu
30
30
31
31
## Example
32
32
33
-
Here is an example of how to use the "masterthesis" BibTeX type:
33
+
Here is an example of how to use the "mastersthesis" BibTeX type:
34
34
35
35
36
36
37
37
```bibtex
38
-
@masterthesis{mythesis,
38
+
@mastersthesis{mythesis,
39
39
title = {A Study of Example},
40
40
author = {Jane Doe},
41
41
year = 2022,
@@ -48,4 +48,4 @@ Here is an example of how to use the "masterthesis" BibTeX type:
48
48
49
49
```
50
50
51
-
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.
51
+
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.
0 commit comments