일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- gfortran
- cython
- Visual Studio
- MAC
- jupyter
- Matplotlib
- c++
- datascience
- vi
- HDF5
- SSH
- vim
- polyglot
- arXiver
- hyperref
- LaTeX
- GSL
- openmp
- portforwarding
- Anaconda
- mpi4py
- virtual
- HFS+
- Windows
- python
- tab space
- cygwin
- h5py
- intel compiler
- conda
- Today
- Total
목록LaTeX (2)
Astro Coke
source: https://charly-lersteau.com/posts/2019-12-26-latex-hyperref-error-pdfendlink/ The following error message is due to a hyperlink breaking across two pages[1]. pdfTeX error (ext4): \pdfendlink ended up in different nesting level than \pdfstartlink. \AtBegShi@Output ...ipout \box \AtBeginShipoutBox Since pdflatex cannot deal with it, a suggested method is to identify the breaking hyperlink ..
Cygwin 에서 Latex 를 이용하려면, 가장 쉬운 방법은 cygwin_setup 을 이용해서 tex package 를 설치하는 것이다. 하지만 이때 설치되는 latex 패키지는 Miktex 이나 TexLive 에 비해 작은 패키지를 설치하기 때문에 따로 패키지를 설치해야 하는 경우가 많다. 그래서 생각한 방법~! 1) Tex Live Window용을 아래 사이트에서 다운 받아 설치한다. https://tug.org/texlive/acquire-netinstall.html 2) cygwin terminal 을 열고 /usr/bin 폴더로 이동해 기본 명령어들을 연결한다. Tex Live 가 C:\texlive 에 설치 되었다면 다음과 같이 연결할 수 있다. e.g.) > cd /usr/bin > ln..