컨텐츠로 건너뛰기

BibTeX misc type

이 내용은 아직 번역본이 없습니다.

There are a variety of entry types in BibTeX, and sometimes you will come across a source that doesn’t quite match any of the predefined types. In these cases, you can use the misc type. This type is for anything that doesn’t fit into one of the other categories. This could be pieces of music or lecture slides, but mostly it is to cite web pages. These unsupported source types are created with workaround fields from note and howpublished. If you frequently cite source types not supported by BibTex, you should look at BibLaTex, which offers a superset in terms of fields and types.

BibTeX 항목을 관리할 간단한 솔루션이 필요하신가요? CiteDrive를 탐색해보세요!

  • 웹 기반 현대적인 참고 문헌 관리
  • 동료 연구자들과 협업하고 공유하기
  • Overleaf와의 통합
  • BibTeX/BibLaTeX에 대한 포괄적인 지원
  • 브라우저에서 직접 문서와 웹사이트 저장
  • 수천만 개의 참조가 있는 데이터베이스에서 새로운 기사 검색
CiteDrive 사용해보기 ► 데모 보기
@misc{citationKey,
...
}

If you are looking to use misc to cite a website, check out this guide.