공주대학교문서작성 워크숍 2014 2014. 10. 18. ( 토 ) 09:30~16:00 공주대 인문사회관 컴퓨터실 107호 L A T E X, 모던하게사용하기 A B 2014. BibL A TEX 공주대학교문서작성 워크숍 2014 11. 1. ( 토 ) 10:00~16:00 공주대 인문사회관 컴퓨터실 107호 책한권을레이텍으로조판해보자 2014.10.18
L A TEX (.bib) / ( ) (.bst) bibtex
foo.tex LaTeX foo.aux foo.bib BibTeX foo.bbl LaTeX bar.bst
(.bib) @article{pakinco_hankwuke_2005, title = { 한국어감정단어의목록과정서차원탐색 }, volume = {19}, number = {1}, journal = { 한국심리학회지 : 사회및성격 }, author = { 박인조 and 민경환 }, month = feb, year = {2005}, pages = {109--129} } @inproceedings{saha_learning_2012, title = {Learning evolving and emerging topics in social media: a dynamic nmf approach with temporal regularization}, booktitle = {Proceedings of the fifth {ACM} international conference on Web search and data mining}, publisher = {{ACM}}, author = {Saha, Ankan and Sindhwani, Vikas}, year = {2012},
(.tex) 1 \documentclass{oblivoir} 2 \usepackage{natbib} 3 \begin{document} 4 참고문헌인용과목록생성실험을합니다. 5 한국어감성어에관한연구로 \cite{pakinco_hankwuke_2005}\ 가있습니다. 6 소셜미디어에서의토픽감지에관한연구로 \cite{saha_learning_2012}\ 가 7 있습니다. 8 \bibliographystyle{chicago} 9 \bibliography{example} 10 \end{document}
(.bst) 1 FUNCTION {format.title} 2 { title empty$ 3 { "" } 4 { title "t" change.case$ } 5 if$ 6 } 7 FUNCTION {format.btitle} 8 { edition empty$ 9 { title emphasize } 10 { title empty$ 11 { title emphasize } 12 { volume empty$ 13 { "{\em " title * "\/} (" * edition * " ed.)" * "." * } 14 { "{\em " title * "\/} (" * edition * " ed.)" * } 15 if$ 16 } 17 if$ 18 }
(.bbl) 1 \begin{thebibliography}{} 2 \bibitem[\protect\citeauthoryear{saha and Sindhwani}{Saha and 3 Sindhwani}{2012}]{saha_learning_2012} 4 Saha, A. and V.~Sindhwani (2012). 5 \newblock Learning evolving and emerging topics in social media: 6 a dynamic nmf approach with temporal regularization. 7 \newblock In {\em Proceedings of the fifth {ACM} international 8 conference on Web search and data mining}, pp.\ 693--702. ACM. 9 \bibitem[\protect\citeauthoryear{ 박인조 and 민경환 }{ 박인조 and 10 민경환 }{2005}]{pakinco_hankwuke_2005} 11 박인조 and 민경환 (2005, feb). 12 \newblock 한국어감정단어의목록과정서차원탐색. 13 \newblock {\em 한국심리학회지 : 사회및성격 \/}~{\em 19\/}(1), 14 109--129. 15 \end{thebibliography}
참고문헌인용과목록생성실험을합니다. 한국어감성어에관한연구로 박인조 and 민경환 (2005) 가있습니다. 소셜미디어에서의토픽감지에관한연구로 Saha and Sindhwani (2012) 가있습니다. 참고문헌 Saha, A. and V. Sindhwani (2012). Learning evolving and emerging topics in social media: a dynamic nmf approach with temporal regularization. In Proceedings of the fifth ACM international conference on Web search and data mining, pp. 693 702. ACM. 박인조 and 민경환 (2005, feb). 한국어감정단어의목록과정서차원탐색. 한국심리학회지 : 사회및성격 19(1), 109 129.
1 %\bibliographystyle{chicago} 2 %\bibliography{example} 3 \begin{thebibliography}{} 4 \bibitem[\protect\citeauthoryear{ 박인조 \cntrdot민경환}% 5 { 박인조 \cntrdot민경환}{2005}]{pakinco_hankwuke_2005} 6 박인조 \cntrdot민경환 (2005). 7 \newblock 한국어감정단어의목록과정서차원탐색. 8 \newblock \bnm{ 한국심리학회지 : 사회및성격 }~{\em 19\/}(1), 109--129. 9 \bibitem[\protect\citeauthoryear{saha and Sindhwani}{Saha and 10 Sindhwani}{2012}]{saha_learning_2012} 11 Saha, A. and V.~Sindhwani (2012). 12 \newblock Learning evolving and emerging topics in social media: 13 a dynamic nmf approach with temporal regularization. 14 \newblock In {\em Proceedings of the fifth {ACM} international 15 conference on Web search and data mining}, pp.\ 693--702. ACM. 16 \end{thebibliography} 17 \end{document}
참고문헌인용과목록생성실험을합니다. 한국어감성어에관한연구로 박인조 민경환 (2005) 가있습니다. 소셜미디어에서의토픽감지에관한연구로 Saha and Sindhwani (2012) 가있습니다. 참고문헌박인조 민경환 (2005). 한국어감정단어의목록과정서차원탐색. 한국심리학회지 : 사회및성격 19(1), 109 129. Saha, A. and V. Sindhwani (2012). Learning evolving and emerging topics in social media: a dynamic nmf approach with temporal regularization. In Proceedings of the fifth ACM international conference on Web search and data mining, pp. 693 702. ACM.
bst bib biber BibLATEX
foo.tex LaTeX (biblatex) foo.bcf baz.cbx qux.bbx quux.lbx Biber foo.bbl LaTeX (biblatex) bar.bib
BibL A TEX biber Perl DSL No more.bst! (.lbx) + (.cbx) + (.bbx).bib bib
1 \documentclass{oblivoir} 2 \usepackage[sorting=nyt,natbib=true,citestyle=authoryear,% 3 bibstyle=authoryear]{biblatex} 4 \addbibresource{example.bib} 5 \begin{document} 6 참고문헌인용과목록생성실험을합니다. 7 한국어감성어에관한연구로 \citet{pakinco_hankwuke_2005}\ 가있습니다. 8 소셜미디어에서의토픽감지에관한연구로 \citet{saha_learning_2012}\ 가 9 있습니다. 10 \printbibliography 11 \end{document}
참고문헌인용과목록생성실험을합니다. 한국어감성어에관한연구로 박인조 and 민경환 (2005) 가있습니다. 소셜미디어에서의토픽감지에관한연구로 Saha and Sindhwani (2012) 가있습니다. References Saha, Ankan and Vikas Sindhwani (2012). Learning evolving and emerging topics in social media: a dynamic nmf approach with temporal regularization. In: Proceedings of the fifth ACM international conference on Web search and data mining. ACM, pp. 693 702. 박인조 and 민경환 (2005). 한국어감정단어의목록과정서차원탐색. In: 한국심리학회지 : 사회및성격 19.1, pp. 109 129.
korean.lbx + α 1 \AtEveryCitekey{% 2 \ifkeyword{kobib}{% 3 \renewcommand{\multinamedelim}{ } 4 \renewcommand{\finalnamedelim}{ } 5 }{% 6 }% 7 } 8 \AtEveryBibitem{% 9 \ifkeyword{kobib}{% 10 \renewcommand{\multinamedelim}{ } 11 \renewcommand{\finalnamedelim}{ } 12 \DeclareFieldFormat{journaltitle}{\bnm{#1}} 13 }{% 14 }% 15 } 16 \printbibliography[keyword=kobib] 17 \printbibliography[notkeyword=kobib,heading=none]
참고문헌인용과목록생성실험을합니다. 한국어감성어에관한연구로 박인조 민경환 (2005) 가있습니다. 소셜미디어에서의토픽감지에관한연구로 Saha and Sindhwani (2012) 가있습니다. 참고문헌박인조 민경환 (2005). 한국어감정단어의목록과정서차원탐색. 한국심리학회지 : 사회및성격 19.1, pp. 109 129. Saha, Ankan and Vikas Sindhwani (2012). Learning evolving and emerging topics in social media: a dynamic nmf approach with temporal regularization. Proceedings of the fifth ACM international conference on Web search and data mining. ACM, pp. 693 702.
BibL A TEX BibLATEX 3.0 BibLATEX
I Modern L A TEX What packages do people load by default in LaTeX? Getting Started with Biblatex biblatex for idiots What to do to switch to biblatex?
II Guidelines for customizing biblatex styles Name delimiters in biblatex Biblatex: Per-entry changes to citation field Biblatex clear URL field for entries in a certain category
III How to create multilingual (English, Japanese) bibliographies with biblatex, biber and polyglossia Chicago-style citations of CJK documents (e.g. American Oriental Society): Name order; transcribed/translated titles Conditionally Hiding Parts of Bibtex Fields Depending on Language Field Value
leekh@ktug.org