Skip to content

Commit

Permalink
Add entrytypes: report and thesis
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-skywalker authored and zepinglee committed Mar 19, 2024
1 parent 44bd13b commit c15ad64
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
10 changes: 7 additions & 3 deletions thuthesis-author-year.bst
Original file line number Diff line number Diff line change
Expand Up @@ -2073,7 +2073,7 @@ FUNCTION {map}

FUNCTION {manual} { monograph }

FUNCTION {mastersthesis}
FUNCTION {thesis}
{ "D" set.entry.mark
monograph
}
Expand All @@ -2088,7 +2088,9 @@ FUNCTION {online}
electronic
}

FUNCTION {phdthesis} { mastersthesis }
FUNCTION {mastersthesis} { thesis }

FUNCTION {phdthesis} { thesis }

FUNCTION {proceedings}
{ "C" set.entry.mark
Expand All @@ -2105,11 +2107,13 @@ FUNCTION {standard}
misc
}

FUNCTION {techreport}
FUNCTION {report}
{ "R" set.entry.mark
misc
}

FUNCTION {techreport} { report }

FUNCTION {unpublished} { misc }

FUNCTION {default.type} { misc }
Expand Down
10 changes: 7 additions & 3 deletions thuthesis-bachelor.bst
Original file line number Diff line number Diff line change
Expand Up @@ -2063,7 +2063,7 @@ FUNCTION {map}

FUNCTION {manual} { monograph }

FUNCTION {mastersthesis}
FUNCTION {thesis}
{ "D" set.entry.mark
monograph
}
Expand All @@ -2078,7 +2078,9 @@ FUNCTION {online}
electronic
}

FUNCTION {phdthesis} { mastersthesis }
FUNCTION {mastersthesis} { thesis }

FUNCTION {phdthesis} { thesis }

FUNCTION {proceedings}
{ "C" set.entry.mark
Expand All @@ -2095,11 +2097,13 @@ FUNCTION {standard}
misc
}

FUNCTION {techreport}
FUNCTION {report}
{ "R" set.entry.mark
misc
}

FUNCTION {techreport} { report }

FUNCTION {unpublished} { misc }

FUNCTION {default.type} { misc }
Expand Down
10 changes: 7 additions & 3 deletions thuthesis-numeric.bst
Original file line number Diff line number Diff line change
Expand Up @@ -2063,7 +2063,7 @@ FUNCTION {map}

FUNCTION {manual} { monograph }

FUNCTION {mastersthesis}
FUNCTION {thesis}
{ "D" set.entry.mark
monograph
}
Expand All @@ -2078,7 +2078,9 @@ FUNCTION {online}
electronic
}

FUNCTION {phdthesis} { mastersthesis }
FUNCTION {mastersthesis} { thesis }

FUNCTION {phdthesis} { thesis }

FUNCTION {proceedings}
{ "C" set.entry.mark
Expand All @@ -2095,11 +2097,13 @@ FUNCTION {standard}
misc
}

FUNCTION {techreport}
FUNCTION {report}
{ "R" set.entry.mark
misc
}

FUNCTION {techreport} { report }

FUNCTION {unpublished} { misc }

FUNCTION {default.type} { misc }
Expand Down

0 comments on commit c15ad64

Please sign in to comment.