notation | description |
---|---|
C |
Ctrl key |
M |
Meta key (Alt or Command for Mac) |
RET |
Return key (Enter key) |
M-RET |
hold M and press RET |
M-<backspace>
~/newbiemacs
?
in Newbiemacs screen.p
or t
in Newbiemacs screen.Visit the title page of a paper from https://arxiv.org/
a
in Newbiemacs screen.Find the paper in MathSciNet.
![]() |
![]() |
Cite
, and then click Copy
.m
.n
in Newbiemacs screen.M-RET b
M-RET v
keybinding | description |
---|---|
C-c , C-v , C-x |
copy, paste, cut |
C-s |
save file |
C-z , C-y |
undo, redo |
C-f |
search |
C-F |
search and replace |
C-s
: next matchC-r
: previous matchM-i
M-RET t i
: inline math에서 display math로 변환M-RET t e
: display math에서 \begin{equation} 환경으로 전환M-RET t a
: display math에서 \begin{align} 환경으로 전환M-RET p
누르고 복사를 원하는 수식 레이블 입력M-RET P
: environment를 붙여넣기M-RET e
누르고 원하는 environment 선택M-RET e RET
현재 environment를 변경M-RET n m
\alpha
, type `a
M-RET r r
or M-RET r i
M-RET t r
: toggle \usepackage{refcheck}M-RET i f
: insert a figure environmentM-RET i q
: insert image onlyM-RET t v
.M-RET =
M-RET j s
M-n
.M-RET `
: Go to errorM-RET c
: Copy the current math contentM-RET C
: Copy the current math content with environmentM-RET d
: Delete the current math contentM-RET D
: Delete the current math content with environmentM-RET t =
: Swap LHS and RHS.M-RET t p
: Toggle patheses (..) to \left(..\right).M-RET n s
: New sectionM-RET .
: Select the current environmentx 5
M-RET B T
This will add the following two lines in your tex file.
\bibliographystyle{abbrv} \bibliography{(path-to-newbiemacs)/newbiemacs/nbm-user-settings/references/ref.bib}
M-RET r c
M-RET B T
M-RET B n
and follow the instructions.M-RET B n
and follow the instructions.TAB
key.TAB
to exit the snippet.M-RET s i
M-RET s t
fr
, bi
lp
, la
su,
, su;
, pr,
, pr;
++
, --
, ..
, ,,
<<
, <<=
, >>
inv
(in math mode try a inv
and TAB
)iff
xn+
, xn,
M-RET s q
: create a simple snippetM-RET s n
: create a complicated snippetM-RET s d
: delete a snippetM-RET s f
: visit a snippet file# -*- mode: snippet -*- # name: frac # key: fr # -- \frac{$1}{$2}
# -*- mode: snippet -*- # name: x1+...+xn # key: xn+ # -- ${1:x}_1 + \cdots + $1_{${2:n}}
# -*- mode: snippet -*- # name: display-math # key: dm # -- \[ $0 \]
content:
\prod_{1\le i<j\le n}(x_i-x_j)
n
and x
be modifiable.Create 3 more snippets on your own. For example,
\lim_{n\to \infty} \det\left( \right) \bigcup_{i=0}^n
U
in Newbiemacs screen.M-o N T ?
: helpM-o N T c
: Change themex 4
x e
and select vim.