latex-snippets

Vim + LaTeX snippets setup
授权协议 MIT License
开发语言 Python
所属分类 企业应用、 LaTeX排版系统
软件类型 开源软件
地区 不详
投 递 者 潘佐
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Vim + LaTeX snippets setup

How I'm able to take notes in mathematics lectures using LaTeX and Vim

Vim configuration

Copy tex.snippets to ~/.vim/UltiSnips/ and assuming you're using Vim Plug, add the following to your .vimrc:

Plug 'sirver/ultisnips'
    let g:UltiSnipsExpandTrigger = '<tab>'
    let g:UltiSnipsJumpForwardTrigger = '<tab>'
    let g:UltiSnipsJumpBackwardTrigger = '<s-tab>'

Plug 'lervag/vimtex'
    let g:tex_flavor='latex'
    let g:vimtex_view_method='zathura'
    let g:vimtex_quickfix_mode=0

Plug 'KeitaNakamura/tex-conceal.vim'
    set conceallevel=1
    let g:tex_conceal='abdmg'
    hi Conceal ctermbg=none

setlocal spell
set spelllang=en_us
inoremap <C-l> <c-g>u<Esc>[s1z=`]a<c-g>u

For the colorscheme, install pywal, add the following to your .vimrc

Plug 'dylanaraps/wal'
colorscheme wal
set background=dark

Finally, execute wal --theme base16-nord.

Something not working as expected? Feel free to open an issue!

  • #使用说明:适用于vim,Neovim的Ultisnip插件,直接复制到对应格式的snip文件使用(e.g. tex.snippets 或者#markdown.snippets) priority -50 global !p def create_table(snip):     # retrieving single line from current string and treat it l

  • "figure": { "prefix": "fig", "body": [ "\\begin{figure}", "\t\\centering", "\t\\includegraphics[scale=${2:0.3}]{$1}", "\\end{figure}", "$3" ], "description": "insert a figure

  • 从我旧的github page博客网站搬过来的。。。。。。 作为不是一个学计算机的学生,之前打文档的时候一直不知道可以用代码片段snipperts直接呼出使用,减少代码的出错几率与提高效率。因为要经常打 LaTeX \LaTeX LATE​X 数学公式,后来忍无可忍,在网上找了下教程Mitchell,并自己做了一个 completions (completions为一个文件包含多个snippets

  • VsCode LaTeX 用户代码片段 增加代码片段可以在日常写文档的过程中,提高效率。因为很多写作的内容都是重复的,没必要每次都要去写一次。代码片段很好的解决了这个问题。 snippets 分享我的Vscode LaTeX的代码片段: 复制直接使用即可。 在VSCode中,按ctrl+shift+P弹出搜索,输入snippets,找到或者输入latex,进入latex.json,粘贴进去就可以了

 相关资料
  • 部署 LaTeX 安装 texlive-core 新建 a.tex 文件,内容如下: \documentclass[11pt,a4paper]{article} %加入了一些针对XeTeX的改进并且加入了 \XeTeX 命令来输入漂亮的XeTeX logo \usepackage{xltxtra} %启用一些LaTeX中的功能 \usepackage{xunicode} %%%% fontspe

  • LaTeX(LATEX,音译“拉泰赫”)是一种基于TeX的排版系统。 LaTeX通过CTAN服务器发布,或作为TeX用户组(TUG)或第三方提供的许多易于安装和可用的TeX发布版本的一部分。如果您遇到问题,请访问帮助部分。 LaTeX本身并不是一个独立的排版程序,而是运行在Donald E. Knuth的TeX排版系统之上的文档准备软件。TeX发行版通常会将工作中的TeX系统所需的所有部件捆绑在一

  • latex-action GitHub Action to compile LaTeX documents. This actions runs on docker using a maximal TeXLive environment installed. Inputs root_file The root LaTeX file to be compiled. This input is req

  • PDF 下载: 放映版 阅读版 Copyright (C) 2018–2021 by Xiangdong Zeng.

  • Warning — looking for a maintainer This extension is no longer maintained. I'm sorry, it's not you, it's me. I still love this functionality, I've just moved to a different editor to get it.I don't wa

  • LaTeX Resources This repository provides several examples and resources for LaTeX. All examples are tested using MikTeX 2.9 on Windows 7 and on Ubuntu 12.04/14.04 using texlive-full. License Several e