spell
This commit is contained in:
parent
d156927fab
commit
efe2f09b17
|
@ -16,6 +16,20 @@ o.viminfo = ''
|
|||
vim.g.base16colorspace = 256
|
||||
o.termguicolors = true
|
||||
|
||||
vim.cmd [[
|
||||
augroup spellcheck
|
||||
au!
|
||||
au FileType markdown setlocal spell
|
||||
au FileType plaintex setlocal spell
|
||||
au FileType tex setlocal spell
|
||||
au FileType latex setlocal spell
|
||||
au BufRead,BufNewFile *.md setlocal spell
|
||||
au BufRead,BufNewFile *.tex setlocal spell
|
||||
augroup END
|
||||
]]
|
||||
o.spelllang = "en_us"
|
||||
map('i', '<C-L>', '<c-g>u<Esc>[s1z=`]a<c-g>u', { noremap = true })
|
||||
|
||||
|
||||
vim.cmd('colorscheme theme')
|
||||
vim.g.airline_theme = 'theme'
|
||||
|
@ -46,6 +60,7 @@ o.listchars = {
|
|||
extends = '›'
|
||||
}
|
||||
|
||||
|
||||
vim.cmd [[
|
||||
augroup options_guicursor
|
||||
au!
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
\ProvidesClass{booknotes}
|
||||
\LoadClass{report}
|
||||
\LoadClass[twoside]{report}
|
||||
|
||||
\RequirePackage[T1]{fontenc}
|
||||
\RequirePackage{textcomp}
|
||||
|
@ -161,11 +161,13 @@
|
|||
}
|
||||
|
||||
\pagestyle{fancy}
|
||||
\fancyhead[RO,L]{\@section}
|
||||
\fancyhead[R,LO]{\leftmark}
|
||||
\fancyhead[RO,LE]{\@section}
|
||||
\fancyhead[RE,LO]{\leftmark}
|
||||
|
||||
\newcommand{\fullpagebreak}{\pagebreak}
|
||||
|
||||
\newcommand{\toc}{\tableofcontents\raggedbottom}
|
||||
|
||||
\newcommand{\incfig}[1]{%
|
||||
\def\svgwidth{\columnwidth}
|
||||
\import{./figures/}{#1.pdf_tex}
|
||||
|
|
|
@ -178,6 +178,7 @@
|
|||
|
||||
\definecolor{MintedBg}{RGB}{38, 38, 38}
|
||||
|
||||
\newcommand{\toc}{\tableofcontents\raggedbottom}
|
||||
|
||||
\newenvironment{code}[1]{\color{white}\VerbatimEnvironment\begin{minted}[bgcolor=MintedBg]{#1}}{\end{minted}}
|
||||
|
||||
|
|
|
@ -176,6 +176,9 @@
|
|||
\import{./figures/}{#1.pdf_tex}
|
||||
}
|
||||
|
||||
\newcommand{\toc}{\tableofcontents\raggedbottom}
|
||||
|
||||
|
||||
\definecolor{MintedBg}{RGB}{38, 38, 38}
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
\ProvidesClass{simplebooknotes}
|
||||
\LoadClass{report}
|
||||
\LoadClass[twoside]{report}
|
||||
|
||||
\RequirePackage[T1]{fontenc}
|
||||
\RequirePackage{textcomp}
|
||||
|
@ -129,9 +129,11 @@
|
|||
\subsection*{\@lecture}
|
||||
}
|
||||
|
||||
\newcommand{\toc}{\tableofcontents\raggedbottom}
|
||||
|
||||
\pagestyle{fancy}
|
||||
\fancyhead[RO,L]{\@section}
|
||||
\fancyhead[R,LO]{\leftmark}
|
||||
\fancyhead[RO,LE]{\@section}
|
||||
\fancyhead[RE,LO]{\leftmark}
|
||||
|
||||
\newcommand{\fullpagebreak}{\pagebreak}
|
||||
|
||||
|
|
|
@ -141,6 +141,8 @@
|
|||
\newcommand{\fullpagebreak}{}
|
||||
\renewcommand{\maketitle}{}
|
||||
|
||||
\newcommand{\toc}{\tableofcontents\raggedbottom}
|
||||
|
||||
\newcommand{\incfig}[1]{%
|
||||
\def\svgwidth{\columnwidth}
|
||||
\import{./figures/}{#1.pdf_tex}
|
||||
|
|
Loading…
Reference in New Issue
Block a user