#조직모드: #인용 및 #각주 #예제
2023-03-16 Bibliography bib citar footnote orgmodeOrg Mode Citation and Footnote Features
README
Org Mode Citation and Footnote Features — Straightforward Emacs - YouTube
In this video I go over Emacs org mode’s powerful citation and footnote features. It allows you to easily cite in your org files from BibTeX files and customize formatting in exported LaTeX and HTML. Feel free to leave a comment with any questions, I try to reply to all of them!
Links: Tecosaur’s citation summary and table: https://blog.tecosaur.com/tmio/2021-0… Org Mode citation manual: https://orgmode.org/manual/Citations…. Org Mode footnote manual: https://orgmode.org/manual/Creating-F…
Table of Contents:
0:00 - Introduction 0:47 - Creating a bibliography 2:28 - Pointing to bibliography 2:50 - Basic citation 3:22 - org-cite-insert 4:09 - Formatting customization 6:02 - Footnotes 7:30 - Combining footnotes and citations 7:49 - Footnote operations 10:05 - Conclusion
Demonstration of citations!
How to do citations?
(NO_ITEM_DATA:better_speech)
export with pandoc
export with org-pandoc-export-to-ms-pdf
괜찮게 결과가 나온다. 이게 다인가? pandoc
Layer 를 사용한 것인데 이게 뭔가 설정을 해줘서 가능한 것인가? ox-pandoc 패키지가 제공하는 기능인데
판독 바이너리 버전은 관리를 해주고 있다. 최신 버전을 사용하는게 좋다.
pandoc 3.1.1
Features: +server +lua
Scripting engine: Lua 5.4
User data directory: /home/junghan/.local/share/pandoc
Copyright (C) 2006-2023 John MacFarlane. Web: https://pandoc.org
This is free software; see the source for copying conditions. There is no
warranty, not even for merchantability or fitness for a particular purpose.
Insert and Completion
org-cite-insert
키 바인딩 C-c C-x @
이다. Spacemacs 에는 모드 키에 반영이 안되어 있다. 당연 그러겠지. 만들어줘야 한다.
(NO_ITEM_DATA:better_speech, NO_ITEM_DATA:YimiIssneunSalmeul21) (NO_ITEM_DATA:better_speech)
helle hello 안녕 안뇽
아주 좋구만. 완성도 잘되고 넣기도 쉽다. 영상에서의 인터페이스 보다 훨씬 간편하게 되어 있네?! 누가 만들어 놓은 거지?!
Citation complications
(NO_ITEM_DATA:better_speech) (NO_ITEM_DATA:YimiIssneunSalmeul21) - style and variant
note on styles and processors
Different citation processrors give you different options for styling; I’m keeping things simple and sticking to the default/built-in functionality, which is usually more than enough for me. For more info, see (descrive-variable ‘org-cite-export-processors).
org-cite-export-processors is a variable defined in oc.el.gz.
Value
((t basic))
For advanced users: investigate citeproc
(Github, MELPA) 이게 이미 설치되어 있다. citar
에서 의존 패키지로 설치하네.
doing footnotes
org-footnote-action
with C-c C-x f
third foot note here 1
new footnote 2
new footnote with spacemacs 3
Spacemacs 에서 넣는게 편하다. , i f
export-dispatch 를 알아야 한다.
org-export-dispatch
이 녀석이다. , e e
로 쉽다. 굉장히 훌륭하다. 기본 설정 말고도 내가 추가한 pandoc, hugo, gfm 등의 목록이 나온다. 아마 각 패키지에서 export backend 로 등록하는 루틴이 있을 것이다. 아무튼 굉장히 훌륭하다. 위에서 커맨드로 변환을 했는데 그렇게 할 필요가 없었다. 이게 다 해준다.
combining the two
막 넣다 보면 순서가 안 위치와 안맞을 수 있다.
그러고 보니 영상과 다르구나. 아래 함수만 알면 된다.
org-footnote-new
이게 , i f org-footnote-action
C-c C-x f –> 여기에서 normalize 하면 된다. org-footnote-normalize
이 함수를 바로 호출 할 수도 있다. 키 바인딩은 없다.
(NO_ITEM_DATA:YimiIssneunSalmeul21)
왜 안되는가?
README
https://blog.tecosaur.com/tmio/2021-07-31-citations.html 이게 찐이다.
DONE citar
좀 더 프로세스를 고려한 방식을 해보자 만들어 진 것을 넣는 것 말고 일단 bib 파일에 넣어야 한다. 수작업으로 넣을 수 없으니까 넣는 방법을 모르겠네. url 이 있다면 결국 citation 키를 만들어 줘야 한다.
DONE citar org-roam
References
이런 것들이 다 bib 대상이 된다.
https://blog.tecosaur.com/tmio/2021-07-31-citations.html o https://orgmode.org/manual/Citations.html
https://orgmode.org/manual/Creating-Footnotes.html
https://kristofferbalintona.me/posts/202206141852/
https://github.com/emacs-citar/citar
ㅇㅇ
third foot note here 1 new footnote 2 new footnote with spacemacs 3