I hereby claim:
- I am liuchengxu on github.
- I am liuchengxu (https://keybase.io/liuchengxu) on keybase.
- I have a public key ASBS6M1I0FI0pjXzEKzxBhsKojjhPKOPRSTVTaJTW4VPqQo
To claim this, I am signing this object:
| { | |
| "validator": true, | |
| "rpc-external": false, | |
| "ws-external": false, | |
| "log": "info,runtime=info", | |
| "name": "<Your-Node-Name>", | |
| "port": 20222, | |
| "ws-port": 8087, | |
| "rpc-port": 8086, | |
| "pruning": "archive", |
I hereby claim:
To claim this, I am signing this object:
| " Neovim has set these as default | |
| if !has('nvim') | |
| set nocompatible | |
| syntax on " Syntax highlighting | |
| filetype plugin indent on " Automatically detect file types | |
| set autoindent " Indent at the same level of the previous line | |
| set autoread " Automatically read a file changed outside of vim | |
| set backspace=indent,eol,start " Backspace for dummies |
| \documentclass[ | |
| a4paper, | |
| punct, | |
| space=true, | |
| nospace, | |
| fancyhdr, | |
| fntef, | |
| UTF8, | |
| autoindent = 2, % autoindent = ⟨true|false|数值|带单位的数值⟩ | |
| scheme=chinese % scheme = ⟨(chinese)|plain⟩ |
| \documentclass[ | |
| 11pt, | |
| xcolor={svgnames}, | |
| hyperref={ | |
| colorlinks, | |
| citecolor=green, | |
| linkcolor=DeepPink, | |
| anchorcolor=blue | |
| } | |
| ]{beamer}%%beamer的hyperref要在这里设置,不要使用usepackage方式 |
| % usage: \usepackage{my_utils} | |
| % 像正常引用宏包即可: \usepackage{my_utils} | |
| % ctexart环境下已测试 | |
| \ProvidesPackage{tex_utils} | |
| \usepackage{bm} % 数学公式环境中粗体效果 | |
| \usepackage{url} % 网址 | |
| \usepackage{color} % 颜色包 | |
| \usepackage{float} % 图片浮动等 |