Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 366 Bytes

regex.md

File metadata and controls

22 lines (18 loc) · 366 Bytes

Useful regex commands

Emacs regex

Replace one latex formula by another

find:
\custom_nabla
\\mathop{\\nabla}[ ]*\\limits_{\(.*?\)}[ ]*\([a-zA-Z]\)
replace:
\custom_nabla1
\\mathop{\\nabla}[ ]*\\limits_{\(.*?\)}[ ]*\\negthickspace[ ]*\([a-zA-Z]\)

Replace ugly \hl comments with custom macro

find:
\\hl{\(.*?\)}
replace:
\\owntodo{\1}