VSCode-LaTeX-Inkscape
✍️ A way to integrate LaTeX, VS Code, and Inkscape in macOS
파일 탐색기
- conceal.png
- inkscape_example.png
- inkscape_shortcut.png
- Karabiner.png
- sourcecode-1.png
- sourcecode-2.png
- sourcecode-3.png
- sourcecode-4.png
- demo-create-inkscape.gif
- demo-edit-inkscape.gif
- dm.gif
- fast.gif
- fm.gif
- integral.gif
- integral2.gif
- pmatrix.gif
- quiver.gif
- spell.gif
- table.gif
- useful.gif
- __init__.py
- main.py
- picker.py
- template.svg
- init.lua
- Inkscape.json
- karabiner-inkscape.jsonnet
- latex.hsnips
- latex.json
- keybindings.json
- settings.json
- .gitignore
- LICENSE
- preview.png
- README.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
brew install
설명 보기 ▼
brew install
Install a Homebrew formula or cask.
brew install {{formula|cask}}
Install a formula/cask:
brew install {{[-s|--build-from-source]}} {{formula}}
Build and install a formula from source (dependencies will still be installed from bottles):
brew install {{[-n|--dry-run]}} {{formula|cask}}
Download the manifest, print what would be installed but don't actually install anything:
calc
설명 보기 ▼
calc
터미널의 대화형 임의 정밀도 계산기.
더 많은 정보: <https://manned.org/calc>.
calc
대화형 모드에서 `calc`을 시작:
calc '{{85 * (36 / 4)}}'
비대화형 모드에서 계산을 수행:
calc -p '{{4/3 * pi() * 5^3}}'
출력 형식을 지정하지 마세요 (파이프([p]ipes)와 함께 사용하기 위한 목적):
choose
설명 보기 ▼
choose
cut 및 (때떄로) awk에 대한 사람 친화적이고 빠른 대안.
더 많은 정보: <https://github.com/theryangeary/choose#usage>.
choose {{4}}
한 줄에서 5번째 항목을 출력 (0부터 시작):
choose {{[-f|--field-separator]}} '{{:}}' {{0}} {{2}} {{4}}
공백 대신 ':'으로 항목을 구분하는 줄의 첫 번째, 세 번째, 다섯 번째 항목을 출력:
choose {{1}}:{{4}}
5번째 항목을 포함하여, 줄의 2번째 항목부터 5번째 항목까지 모든 항목을 출력:
latex
설명 보기 ▼
latex
LaTeX 소스 파일에서 DVI 문서를 컴파일합니다.
더 많은 정보: <https://texdoc.org/serve/tex.man1.pdf/0>.
latex {{source.tex}}
DVI 문서 컴파일:
latex -output-directory={{path/to/directory}} {{source.tex}}
출력 디렉토리를 지정하여 DVI 문서 컴파일:
latex -halt-on-error {{source.tex}}
각 오류 발생 시 종료하며 DVI 문서 컴파일:
pip3
설명 보기 ▼
pip3
이 명령은 `pip`의 별칭입니다.
tldr pip
자세한 내용은 원본 명령을 참고하세요:
shift
설명 보기 ▼
shift
위치 매개변수를 이동.
더 많은 정보: <https://www.gnu.org/software/bash/manual/bash.html#index-shift>.
shift
첫 번째 위치 매개변수 제거:
shift {{n}}
첫 번째 `N`개의 위치 매개변수 제거:
vim
설명 보기 ▼
vim
Vim (Vi IMproved)는 다양한 텍스트 조작을 위한 여러 모드를 제공하는 명령줄 텍스트 편집기입니다.
일반 모드에서 `<i>`를 눌러 삽입 모드로 진입합니다. `<Esc>`를 눌러 다시 일반 모드로 돌아가면 Vim 명령을 사용할 수 있습니다.
관련 항목: `vimdiff`, `vimtutor`, `nvim`, `gvim`.
더 많은 정보: <https://www.vim.org/>.
vim {{path/to/file}}
파일 열기:
vim +{{line_number}} {{path/to/file}}
지정한 줄 번호에서 파일 열기:
<:>help<Enter>
Vim 메뉴얼 보기:
watch
설명 보기 ▼
watch
명령어를 반복 실행하고 출력 결과를 전체 화면 모드로 모니터링합니다.
더 많은 정보: <https://manned.org/watch>.
watch {{command}}
현재 디렉토리의 파일 모니터링:
watch {{[-n|--interval]}} 60 {{command}}
디스크 공간을 모니터링하고 변경 사항 강조 표시:
watch {{[-d|--differences]}} df
"node" 프로세스를 3초마다 새로고침하며 모니터링:
