Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

의역 #13

Merged
merged 4 commits into from
Oct 25, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/manual/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ julia> 안녕하세요 = "Hello"
"Hello"
```

a REPL 및 다른 여러 줄리아 편집 환경에서 많은 유니 코드 수학을 입력 할 수 있습>니다 백 슬래쉬 된 LaTeX 심볼 이름 다음에 탭을 입력하여 심볼을 제거하십시오.예를 를어 `TeX 심볼 이름 다음에 탭을 입력하여 심볼을 제거하십시오. 예를 들어, 변수 `delta`- * tab *을 입력하거나`\ alpha`- * tab * -` \ hat`-
* tab * -`\ _2` - * tab *. 다른 사람의 코드와 같이 기호를 어딘가에서 찾으면
당신이 입력하는 방법을 모르겠다면, REPL 도움말은 당신에게 말할 것입니다
REPL 및 다른 여러 줄리아 편집 환경에서 많은 유니코드 수학 기호를 입력 할 수 있습니다. 백 슬래쉬 - LaTeX 기호명 - 탭을 입력하면 기호로 변환됩니다. 예를 들어 변수명 δ는 `\delta`-tab, `α^²`는 `\alpha`-tab-`\hat`-tab-`\_2`-tab 으로 입력할 수 있습니다. 어떤 기호를 입력하는 방법은 REPL에서 ?(help 호출)를 입력 후 원하는 유니코드 기호를 붙여넣기하여 알 수 있습니다.

julia> pi = 3
3
Expand Down