Skip to content

Instantly share code, notes, and snippets.

@CLRafaelR
Forked from kmaed/numeric-ja-examples.bib
Created July 6, 2020 14:33
Show Gist options
  • Save CLRafaelR/5f09faf808f53ced033b5e7e1c38cba0 to your computer and use it in GitHub Desktop.
Save CLRafaelR/5f09faf808f53ced033b5e7e1c38cba0 to your computer and use it in GitHub Desktop.
biblatex で日本語を使ってみる
@article{piyo,
title="The world of {PIYO}",
author="Piyo, T.",
journal="J. Piyo",
volume="1",
pages="1--10",
year="2012",
publisher="Piyopiyo"
}
@book{hoge,
title="ほげの世界",
author="保毛太郎",
sortname="Hoge, T.",
year="2012",
publisher="保毛書店"
}
@book{hogetheory,
title="ほげ理論入門",
author="保毛太郎,保毛次郎,保毛三郎",
sortname="Hoge, T. and Hoge, J. and Hoge, S.",
year="2012",
publisher="数学出版"
}
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
\documentclass{ltjarticle}
\usepackage[backend=biber]{biblatex} % default: style=numeric
\addbibresource{numeric-ja-examples.bib}
\begin{document}
\cite{piyo,hoge,hogetheory}
\printbibliography[title=参考文献]
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment