Skip to content

Commit e616ac1

Browse files
committed
2 parents d4447ef + 2d1b2f6 commit e616ac1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/content/docs/types/mastersthesis.mdx

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ sidebar:
66

77
import CiteDrive from '@components/CiteDrive.astro';
88

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.
1010

1111
<CiteDrive/>
1212

1313
## Required Fields
1414

15-
The "masterthesis" BibTeX type requires the following fields:
15+
The "mastersthesis" BibTeX type requires the following fields:
1616

1717
- `author`: The author of the thesis.
1818
- `title`: The title of the thesis.
@@ -21,7 +21,7 @@ The "masterthesis" BibTeX type requires the following fields:
2121

2222
## Optional Fields
2323

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:
2525

2626
- `type`: The type of the thesis, such as "Master's thesis".
2727
- `address`: The location of the institution.
@@ -30,12 +30,12 @@ In addition to the required fields, the "masterthesis" BibTeX type also has a nu
3030

3131
## Example
3232

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:
3434

3535

3636

3737
```bibtex
38-
@masterthesis{mythesis,
38+
@mastersthesis{mythesis,
3939
title = {A Study of Example},
4040
author = {Jane Doe},
4141
year = 2022,
@@ -48,4 +48,4 @@ Here is an example of how to use the "masterthesis" BibTeX type:
4848
4949
```
5050

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

Comments
 (0)