This commit is contained in:
parent
4a0616d855
commit
a3deea9236
|
@ -67,3 +67,21 @@ $5
|
||||||
-----------------------------------------------------------
|
-----------------------------------------------------------
|
||||||
$0
|
$0
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
snippet info "The Markdown Information panel" b
|
||||||
|
---
|
||||||
|
|
||||||
|
${1:Info}
|
||||||
|
|
||||||
|
Tags: $2
|
||||||
|
$0
|
||||||
|
endsnippet
|
||||||
|
|
||||||
|
snippet cite "Cite from a paper" b
|
||||||
|
---
|
||||||
|
|
||||||
|
> ${1:Citation}`!p t[1].replace('\n', '\n> ')`
|
||||||
|
|
||||||
|
Tags: $2
|
||||||
|
$0
|
||||||
|
endsnippet
|
||||||
|
|
|
@ -152,10 +152,6 @@ snippet href "html reference"
|
||||||
\\href{${1:link}}{\\underline{\\textcolor{blue}{${2:Text}}}}$0
|
\\href{${1:link}}{\\underline{\\textcolor{blue}{${2:Text}}}}$0
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
snippet *_ "Intervall/Isotope-Notation" i
|
|
||||||
^{$1}_{$2}$0
|
|
||||||
endsnippet
|
|
||||||
|
|
||||||
snippet hook "Reference to text"
|
snippet hook "Reference to text"
|
||||||
\\hyperref[$1]{$2}$0
|
\\hyperref[$1]{$2}$0
|
||||||
endsnippet
|
endsnippet
|
||||||
|
@ -176,7 +172,7 @@ snippet ,t "Mathmode-text" iA
|
||||||
\\text{$1}$0
|
\\text{$1}$0
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
snippet period "Periodic number" i
|
snippet prd "Periodic number" i
|
||||||
\\overline{$1}$0
|
\\overline{$1}$0
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
@ -201,7 +197,7 @@ snippet ival "Intervall"
|
||||||
\\interval[$1]{$2}{$3}$0
|
\\interval[$1]{$2}{$3}$0
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
snippet xx "multiplication" i
|
snippet xx "multiplication" iA
|
||||||
\\cdot $0
|
\\cdot $0
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
@ -209,20 +205,6 @@ snippet root "nth root" i
|
||||||
\\sqrt[$1]{$2} $0
|
\\sqrt[$1]{$2} $0
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
snippet sdef "Definition"
|
|
||||||
\\colorbox{blue!25}{Definition: $1} \\\\\\$0
|
|
||||||
endsnippet
|
|
||||||
|
|
||||||
snippet mlgs "Lineares Gleichungssytem"
|
|
||||||
\\begin{gather}
|
|
||||||
$0
|
|
||||||
\\end{gather}
|
|
||||||
endsnippet
|
|
||||||
|
|
||||||
snippet cobol "COBOL config"
|
|
||||||
\\lstset{ basicstyle=\\ttfamily\\small, language=COBOL, numbers=left, keywordstyle=\\color{blue}\\bfseries} $0
|
|
||||||
endsnippet
|
|
||||||
|
|
||||||
snippet '(.*)__' "sub" rA
|
snippet '(.*)__' "sub" rA
|
||||||
`!p snip.rv = match.group(1)`_{$1}$0
|
`!p snip.rv = match.group(1)`_{$1}$0
|
||||||
endsnippet
|
endsnippet
|
||||||
|
@ -305,11 +287,6 @@ snippet mquote "max quote"
|
||||||
\`$1\` (${2:author} : \\textit{${3:source}}, ${4:year})$0
|
\`$1\` (${2:author} : \\textit{${3:source}}, ${4:year})$0
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
snippet qed "Quod erat demonstrantum"
|
|
||||||
\qed
|
|
||||||
$0
|
|
||||||
endsnippet
|
|
||||||
|
|
||||||
snippet <- "Easy Left" iA
|
snippet <- "Easy Left" iA
|
||||||
\\(\\leftarrow\\)$0
|
\\(\\leftarrow\\)$0
|
||||||
endsnippet
|
endsnippet
|
||||||
|
@ -326,65 +303,6 @@ snippet -> "Easy Right" iA
|
||||||
\\(\\rightarrow\\)$0
|
\\(\\rightarrow\\)$0
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
snippet circuit "Circuit environment"
|
|
||||||
\\colorbox{blue!10}{
|
|
||||||
\\begin{circuitikz}[european resistors]
|
|
||||||
$1
|
|
||||||
\\end{circuitikz}}
|
|
||||||
$0
|
|
||||||
endsnippet
|
|
||||||
|
|
||||||
snippet edraw "Draw into electric circuit"
|
|
||||||
\\draw(${1:0}, ${2:0})
|
|
||||||
$3
|
|
||||||
;
|
|
||||||
$0
|
|
||||||
endsnippet
|
|
||||||
|
|
||||||
snippet 'R "Insert Resistor"
|
|
||||||
to [R=$R_{$1}: $2 \Omega$, ${3:i =$i$}, ${4:*-*}] ($5, $6)
|
|
||||||
$0
|
|
||||||
endsnippet
|
|
||||||
|
|
||||||
snippet 'W "Wire"
|
|
||||||
to [short, ${1:i=$i$}, ${2:*-*}] ($3, $4)
|
|
||||||
$0
|
|
||||||
endsnippet
|
|
||||||
|
|
||||||
snippet 'V "Voltage"
|
|
||||||
to [V, v=$U_{$1}: $2V$, ${3:i=$i$}, ${4:*-*}] ($5, $6)
|
|
||||||
$0
|
|
||||||
endsnippet
|
|
||||||
|
|
||||||
snippet 'L "Coil"
|
|
||||||
to [L=$L_{$1}: $2H$, ${3:i=$i$}, ${4:*-*}] ($4, $5)
|
|
||||||
$0
|
|
||||||
endsnippet
|
|
||||||
|
|
||||||
snippet 'C "Capacitor"
|
|
||||||
to [C=$C_{$1}: $2F$, ${3:i=$i$}, ${4:*-*}] ($3, $4)
|
|
||||||
$0
|
|
||||||
endsnippet
|
|
||||||
|
|
||||||
snippet 'W' "Wired powerline"
|
|
||||||
to [short, ${1:*-*}] ($2, $3)
|
|
||||||
$0
|
|
||||||
endsnippet
|
|
||||||
|
|
||||||
snippet 'G "GROUND"
|
|
||||||
to [short] node[ground] {$1} ($2, $3)
|
|
||||||
$0
|
|
||||||
endsnippet
|
|
||||||
|
|
||||||
snippet 'SA "(Sende)-Antenne"
|
|
||||||
to [short] node[antenna] {$1} ($2, $3)
|
|
||||||
$0
|
|
||||||
endsnippet
|
|
||||||
|
|
||||||
snippet timenow "The current time"
|
|
||||||
`date`
|
|
||||||
endsnippet
|
|
||||||
|
|
||||||
snippet texmeta "Meta with stamp for better documentation"
|
snippet texmeta "Meta with stamp for better documentation"
|
||||||
% ${1:Name}`!p
|
% ${1:Name}`!p
|
||||||
if t[1] == "":
|
if t[1] == "":
|
||||||
|
@ -508,21 +426,6 @@ snippet usw "und so weiter" i
|
||||||
und so weiter
|
und so weiter
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
snippet tikzenv "tikzenvironment" A
|
|
||||||
\\begin{tikzpicture}
|
|
||||||
$1
|
|
||||||
\\end{tikzpicture}
|
|
||||||
$0
|
|
||||||
endsnippet
|
|
||||||
|
|
||||||
snippet flowstart "insert flowstart"
|
|
||||||
\\flowstart{$1}{$2}$0
|
|
||||||
endsnippet
|
|
||||||
|
|
||||||
snippet flowstop "insert flowstop"
|
|
||||||
\\flowstop{$1}{$2}$0
|
|
||||||
endsnippet
|
|
||||||
|
|
||||||
snippet %% "Percent" iA
|
snippet %% "Percent" iA
|
||||||
\%$0
|
\%$0
|
||||||
endsnippet
|
endsnippet
|
||||||
|
@ -579,3 +482,7 @@ else:
|
||||||
snip.rv = "."`
|
snip.rv = "."`
|
||||||
$0
|
$0
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
snippet cc "Cite" A
|
||||||
|
\\cite{$1}$0
|
||||||
|
endsnippet
|
||||||
|
|
|
@ -74,3 +74,16 @@ testBrackets
|
||||||
CCompiler
|
CCompiler
|
||||||
Tokenize
|
Tokenize
|
||||||
tokenize
|
tokenize
|
||||||
|
SpinalHDL
|
||||||
|
HSM
|
||||||
|
riscv
|
||||||
|
https
|
||||||
|
VexRiscv
|
||||||
|
VexRiscv
|
||||||
|
crypto
|
||||||
|
openlane
|
||||||
|
IHP
|
||||||
|
AUTOSAR
|
||||||
|
toolchain
|
||||||
|
FPGAs
|
||||||
|
efabless
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue