overleaf에서 arxiv올리기
1. texworks 구글링해서 다운 받기. 필수.
2. overleaf에서 소스코드 다운받고 (project창에서 오른쪽에 download버튼 누르면 됨)
3. 다운받은 zip풀고, main.tex를 texworks로 킴. pdfLatex로 컴파일하고, 그러면 main.aux가 생김.
(그런데 이 때 권한 문제가 생길수가 있는데, 맥북카탈리나만 그런듯하다 밑의 링크 참조!)
4. 그 다음 bibtex로 컴파일 하고, main.tex에서 biblography bib 참조하던거 삭제. 대신 main을 써줌
\bibliography{bib} => \bibliography{main}
5. 그런다음 pdfLatex로 다시 compile하고 citation잘 나오는거 확인하고, 업로드
tex.stackexchange.com/questions/511617/error-with-pdftex-after-updating-to-mac-os-catalina
Error with pdfTeX after updating to Mac OS Catalina
I am getting the following error now when I compile with TeXShop. "This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015) (preloaded format=pdflatex) restricted \write18 enabled. entering
tex.stackexchange.com
tex.stackexchange.com/questions/64696/bibtex-i-couldnt-open-file-name-mybib-aux
BiBTeX: I couldn't open file name 'myBib.aux'
My article paper.tex compiles fine, but myBib.bib doesn't. $ pdflatex paper.tex $ bibtex myBib I couldn't open file name `myBib.aux' I happen to be using TeXShop, but the command line is unambigu...
tex.stackexchange.com