├── .gitignore ├── 1sem-pdf ├── Алгосики.pdf ├── Дескретачка.pdf ├── Линальчек.pdf └── Матанчек.pdf ├── 2sem-pdf ├── Алгосики.pdf ├── Дискретачка.pdf └── Линальчек.pdf ├── README.md ├── TeX ├── 1sem │ ├── figures │ │ ├── .svg │ │ ├── binom.svg │ │ ├── binom.svg.2020_11_11_11_51_22.0.svg │ │ ├── btonic.pdf │ │ ├── btonic.pdf_tex │ │ ├── btonic.svg │ │ ├── circ.pdf │ │ ├── circ.pdf_tex │ │ ├── circ.svg │ │ ├── coeff.pdf │ │ ├── coeff.pdf_tex │ │ ├── coeff.svg │ │ ├── couple.pdf │ │ ├── couple.pdf_tex │ │ ├── couple.svg │ │ ├── cube.pdf │ │ ├── cube.pdf_tex │ │ ├── cube.svg │ │ ├── dvec.pdf │ │ ├── dvec.pdf_tex │ │ ├── dvec.svg │ │ ├── ellips.pdf │ │ ├── ellips.pdf_tex │ │ ├── ellips.svg │ │ ├── ellips.svgz │ │ ├── exam.pdf │ │ ├── exam.pdf_tex │ │ ├── exam.svg │ │ ├── general.pdf │ │ ├── general.pdf_tex │ │ ├── general.svg │ │ ├── gra.pdf │ │ ├── gra.pdf_tex │ │ ├── gra.svg │ │ ├── haff.pdf │ │ ├── haff.pdf_tex │ │ ├── haff.svg │ │ ├── hemming.svg │ │ ├── hyperbola.svg │ │ ├── line.pdf │ │ ├── line.pdf_tex │ │ ├── line.svg │ │ ├── linetr.pdf │ │ ├── linetr.pdf_tex │ │ ├── linetr.svg │ │ ├── mixed.pdf │ │ ├── mixed.pdf_tex │ │ ├── mixed.svg │ │ ├── net.pdf │ │ ├── net.pdf_tex │ │ ├── net.svg │ │ ├── net2.pdf │ │ ├── net2.pdf_tex │ │ ├── net2.svg │ │ ├── note.pdf │ │ ├── note.pdf_tex │ │ ├── note.svg │ │ ├── os.pdf │ │ ├── os.pdf_tex │ │ ├── os.svg │ │ ├── parabola.pdf │ │ ├── parabola.pdf_tex │ │ ├── parabola.svg │ │ ├── paral.pdf │ │ ├── paral.pdf_tex │ │ ├── paral.svg │ │ ├── pr.pdf │ │ ├── pr.pdf_tex │ │ ├── pr.svg │ │ ├── r1.pdf │ │ ├── r1.pdf_tex │ │ ├── r1.svg │ │ ├── r2.pdf │ │ ├── r2.pdf_tex │ │ ├── r2.svg │ │ ├── r3.pdf │ │ ├── r3.pdf_tex │ │ ├── r3.svg │ │ ├── radvec.pdf │ │ ├── radvec.pdf_tex │ │ ├── radvec.svg │ │ ├── rotation.pdf │ │ ├── rotation.pdf_tex │ │ ├── rotation.svg │ │ ├── scal.pdf │ │ ├── scal.pdf_tex │ │ ├── scal.svg │ │ ├── sceme.pdf │ │ ├── sceme.pdf_tex │ │ ├── sceme.svg │ │ ├── shtopor.pdf │ │ ├── shtopor.pdf_tex │ │ ├── shtopor.svg │ │ ├── sum.pdf │ │ ├── sum.pdf_tex │ │ ├── sum.svg │ │ ├── tree.pdf │ │ ├── tree.pdf_tex │ │ ├── tree.svg │ │ ├── tri.pdf │ │ ├── tri.pdf_tex │ │ ├── tri.svg │ │ ├── tri2.svg │ │ ├── trive.pdf │ │ ├── trive.pdf_tex │ │ ├── trive.svg │ │ ├── vec.pdf │ │ ├── vec.pdf_tex │ │ ├── vec.svg │ │ ├── vecnt.svg │ │ ├── xg.svg │ │ ├── zodacha.pdf │ │ ├── zodacha.pdf_tex │ │ ├── zodacha.svg │ │ ├── отрезки.pdf │ │ ├── отрезки.pdf_tex │ │ ├── отрезки.svg │ │ ├── отрезок.pdf │ │ ├── отрезок.pdf_tex │ │ ├── отрезок.svg │ │ ├── плоскости.pdf │ │ ├── плоскости.pdf_tex │ │ ├── плоскости.svg │ │ ├── проекция.pdf │ │ ├── проекция.pdf_tex │ │ ├── проекция.svg │ │ ├── прямая-через-3-точки.pdf │ │ ├── прямая-через-3-точки.pdf_tex │ │ ├── прямая-через-3-точки.svg │ │ └── прямая.svg │ ├── Алгосики.tex │ ├── Дескретачка.tex │ ├── Линальчек.tex │ └── Матанчек.tex ├── 2sem │ ├── Monads.tex │ ├── figures │ │ ├── .svg │ │ ├── abratest.svg │ │ ├── add.pdf │ │ ├── add.pdf_tex │ │ ├── add.svg │ │ ├── anymin.pdf │ │ ├── anymin.pdf_tex │ │ ├── anymin.svg │ │ ├── auto.pdf │ │ ├── auto.pdf_tex │ │ ├── auto.svg │ │ ├── b.pdf │ │ ├── b.pdf_tex │ │ ├── b.svg │ │ ├── big-morzh.pdf │ │ ├── big-morzh.pdf_tex │ │ ├── big-morzh.svg │ │ ├── blocklog.pdf │ │ ├── blocklog.pdf_tex │ │ ├── blocklog.svg │ │ ├── bonus-derevo.pdf │ │ ├── bonus-derevo.pdf_tex │ │ ├── bonus-derevo.svg │ │ ├── brack-stack.pdf │ │ ├── brack-stack.pdf_tex │ │ ├── brack-stack.svg │ │ ├── chain-graph.pdf │ │ ├── chain-graph.pdf_tex │ │ ├── chain-graph.svg │ │ ├── check-div3.pdf │ │ ├── check-div3.pdf_tex │ │ ├── check-div3.svg │ │ ├── check-one.pdf │ │ ├── check-one.pdf_tex │ │ ├── check-one.svg │ │ ├── chess.svg │ │ ├── cinema.svg │ │ ├── classes-pnp.pdf │ │ ├── classes-pnp.pdf_tex │ │ ├── classes-pnp.svg │ │ ├── classes.pdf │ │ ├── classes.pdf_tex │ │ ├── classes.svg │ │ ├── cyk-algo.pdf │ │ ├── cyk-algo.pdf_tex │ │ ├── cyk-algo.svg │ │ ├── dektree.pdf │ │ ├── dektree.pdf_tex │ │ ├── dektree.svg │ │ ├── deli.pdf │ │ ├── deli.pdf_tex │ │ ├── deli.svg │ │ ├── derevo-davno-ne-bylo.pdf │ │ ├── derevo-davno-ne-bylo.pdf_tex │ │ ├── derevo-davno-ne-bylo.svg │ │ ├── dokvo-splay.pdf │ │ ├── dokvo-splay.pdf_tex │ │ ├── dokvo-splay.svg │ │ ├── dokvo_splay.pdf │ │ ├── dokvo_splay.pdf_tex │ │ ├── dokvo_splay.svg │ │ ├── dopusk.pdf │ │ ├── dopusk.pdf_tex │ │ ├── dopusk.svg │ │ ├── drawing.pdf │ │ ├── drawing.pdf_tex │ │ ├── drawing.svg │ │ ├── ekvimp.pdf │ │ ├── ekvimp.pdf_tex │ │ ├── ekvimp.svg │ │ ├── ekvitrans.svg │ │ ├── elementiki.pdf │ │ ├── elementiki.pdf_tex │ │ ├── elementiki.svg │ │ ├── epsauto.pdf │ │ ├── epsauto.pdf_tex │ │ ├── epsauto.svg │ │ ├── epsgraph.pdf │ │ ├── epsgraph.pdf_tex │ │ ├── epsgraph.svg │ │ ├── exmerge.pdf │ │ ├── exmerge.pdf_tex │ │ ├── exmerge.svg │ │ ├── exsplit.pdf │ │ ├── exsplit.pdf_tex │ │ ├── exsplit.svg │ │ ├── ezh-real.pdf │ │ ├── ezh-real.pdf_tex │ │ ├── ezh-real.svg │ │ ├── ezh-x-ezh.pdf │ │ ├── ezh-x-ezh.pdf_tex │ │ ├── ezh-x-ezh.svg │ │ ├── for-turing.pdf │ │ ├── for-turing.pdf_tex │ │ ├── for-turing.svg │ │ ├── gamil.pdf │ │ ├── gamil.pdf_tex │ │ ├── gamil.svg │ │ ├── goatbalance.svg │ │ ├── goatex.pdf │ │ ├── goatex.pdf_tex │ │ ├── goatex.svg │ │ ├── goatplan.svg │ │ ├── hl-decomp.pdf │ │ ├── hl-decomp.pdf_tex │ │ ├── hl-decomp.svg │ │ ├── hlddef.pdf │ │ ├── hlddef.pdf_tex │ │ ├── hlddef.svg │ │ ├── homomor.pdf │ │ ├── homomor.pdf_tex │ │ ├── homomor.svg │ │ ├── kartinka.pdf │ │ ├── kartinka.pdf_tex │ │ ├── kartinka.svg │ │ ├── klast-snimat.pdf │ │ ├── klast-snimat.pdf_tex │ │ ├── klast-snimat.svg │ │ ├── kratno3.pdf │ │ ├── kratno3.pdf_tex │ │ ├── kratno3.svg │ │ ├── kvadratiki.pdf │ │ ├── kvadratiki.pdf_tex │ │ ├── kvadratiki.svg │ │ ├── lcapic.pdf │ │ ├── lcapic.pdf_tex │ │ ├── lcapic.svg │ │ ├── lom.pdf │ │ ├── lom.pdf_tex │ │ ├── lom.svg │ │ ├── lomgoatadd.pdf │ │ ├── lomgoatadd.pdf_tex │ │ ├── lomgoatadd.svg │ │ ├── mal-graph.pdf │ │ ├── mal-graph.pdf_tex │ │ ├── mal-graph.svg │ │ ├── merge.pdf │ │ ├── merge.pdf_tex │ │ ├── merge.svg │ │ ├── minex.pdf │ │ ├── minex.pdf_tex │ │ ├── minex.svg │ │ ├── minfind.pdf │ │ ├── minfind.pdf_tex │ │ ├── minfind.svg │ │ ├── morzh.pdf │ │ ├── morzh.pdf_tex │ │ ├── morzh.svg │ │ ├── move-klini.pdf │ │ ├── move-klini.pdf_tex │ │ ├── move-klini.svg │ │ ├── nablud.pdf │ │ ├── nablud.pdf_tex │ │ ├── nablud.svg │ │ ├── ne-vse-podъёmы.pdf │ │ ├── ne-vse-podъёmы.pdf_tex │ │ ├── ne-vse-podъёmы.svg │ │ ├── nedmp.pdf │ │ ├── nedmp.pdf_tex │ │ ├── nedmp.svg │ │ ├── nfa-step.pdf │ │ ├── nfa-step.pdf_tex │ │ ├── nfa-step.svg │ │ ├── obr-homomor.pdf │ │ ├── obr-homomor.pdf_tex │ │ ├── obr-homomor.svg │ │ ├── ogden.pdf │ │ ├── ogden.pdf_tex │ │ ├── ogden.svg │ │ ├── patolog.pdf │ │ ├── patolog.pdf_tex │ │ ├── patolog.svg │ │ ├── presech.pdf │ │ ├── presech.pdf_tex │ │ ├── presech.svg │ │ ├── proof-pic.pdf │ │ ├── proof-pic.pdf_tex │ │ ├── proof-pic.svg │ │ ├── prostaya-kartinka.pdf │ │ ├── prostaya-kartinka.pdf_tex │ │ ├── prostaya-kartinka.svg │ │ ├── razlich.pdf │ │ ├── razlich.pdf_tex │ │ ├── razlich.svg │ │ ├── rebuild.pdf │ │ ├── rebuild.pdf_tex │ │ ├── rebuild.svg │ │ ├── removing.pdf │ │ ├── removing.pdf_tex │ │ ├── removing.svg │ │ ├── rl.pdf │ │ ├── rl.pdf_tex │ │ ├── rl.svg │ │ ├── rotation.pdf │ │ ├── rotation.pdf_tex │ │ ├── rotation.svg │ │ ├── rr.pdf │ │ ├── rr.pdf_tex │ │ ├── rr.svg │ │ ├── scapegoat.pdf │ │ ├── scapegoat.pdf_tex │ │ ├── scapegoat.svg │ │ ├── sistema.pdf │ │ ├── sistema.pdf_tex │ │ ├── sistema.svg │ │ ├── smalltreewithnumbers.pdf │ │ ├── smalltreewithnumbers.pdf_tex │ │ ├── smalltreewithnumbers.svg │ │ ├── splayop.pdf │ │ ├── splayop.pdf_tex │ │ ├── splayop.svg │ │ ├── split.pdf │ │ ├── split.pdf_tex │ │ ├── split.svg │ │ ├── stack.pdf │ │ ├── stack.pdf_tex │ │ ├── stack.svg │ │ ├── test.svg │ │ ├── tomps.pdf │ │ ├── tomps.pdf_tex │ │ ├── tomps.svg │ │ ├── treapbuilding.pdf │ │ ├── treapbuilding.pdf_tex │ │ ├── treapbuilding.svg │ │ ├── tree.pdf │ │ ├── tree.pdf_tex │ │ ├── tree.svg │ │ ├── turing-auto.pdf │ │ ├── turing-auto.pdf_tex │ │ ├── turing-auto.svg │ │ ├── union.pdf │ │ ├── union.pdf_tex │ │ ├── union.svg │ │ ├── zig.pdf │ │ ├── zig.pdf_tex │ │ ├── zig.svg │ │ ├── zigop.pdf │ │ ├── zigop.pdf_tex │ │ ├── zigop.svg │ │ ├── zigzag-zigzig.pdf │ │ ├── zigzag-zigzig.pdf_tex │ │ ├── zigzag-zigzig.svg │ │ ├── два-кубика.pdf │ │ ├── два-кубика.pdf_tex │ │ ├── два-кубика.svg │ │ ├── непрерывная-вероятность.pdf │ │ ├── непрерывная-вероятность.pdf_tex │ │ └── непрерывная-вероятность.svg │ ├── Алгосики.tex │ ├── Дискретачка.tex │ ├── Линальчек.tex │ └── Матанчек.tex └── 3sem │ ├── figures │ ├── '.pdf │ ├── '.pdf_tex │ ├── '.svg │ ├── 2states.pdf │ ├── 2states.pdf_tex │ ├── 2states.svg │ ├── address-space.pdf │ ├── address-space.pdf_tex │ ├── address-space.svg │ ├── address.pdf │ ├── address.pdf_tex │ ├── address.svg │ ├── aluto.pdf │ ├── aluto.pdf_tex │ ├── aluto.svg │ ├── aluto1.pdf │ ├── aluto1.pdf_tex │ ├── aluto1.svg │ ├── aluto3.pdf │ ├── aluto3.pdf_tex │ ├── aluto3.svg │ ├── approxmeasure.pdf │ ├── approxmeasure.pdf_tex │ ├── approxmeasure.svg │ ├── barufka.pdf │ ├── barufka.pdf_tex │ ├── barufka.svg │ ├── beeg.pdf │ ├── beeg.pdf_tex │ ├── beeg.svg │ ├── bor.pdf │ ├── bor.pdf_tex │ ├── bor.svg │ ├── both-sides.pdf │ ├── both-sides.pdf_tex │ ├── both-sides.svg │ ├── break.pdf │ ├── break.pdf_tex │ ├── break.svg │ ├── cfs.pdf │ ├── cfs.pdf_tex │ ├── cfs.svg │ ├── chastaya.svg │ ├── chastaya.svg.2021_09_07_14_24_48.0.svg │ ├── cicles.pdf │ ├── cicles.pdf_tex │ ├── cicles.svg │ ├── clouds.pdf │ ├── clouds.pdf_tex │ ├── clouds.svg │ ├── comp.pdf │ ├── comp.pdf_tex │ ├── comp.svg │ ├── conti.pdf │ ├── conti.pdf_tex │ ├── conti.svg │ ├── c|n.pdf │ ├── c|n.pdf_tex │ ├── c|n.svg │ ├── dfstree.pdf │ ├── dfstree.pdf_tex │ ├── dfstree.svg │ ├── dsm.pdf │ ├── dsm.pdf_tex │ ├── dsm.svg │ ├── dvureb.pdf │ ├── dvureb.pdf_tex │ ├── dvureb.svg │ ├── emoapp.svg │ ├── estmost.pdf │ ├── estmost.pdf_tex │ ├── estmost.svg │ ├── excess.svg │ ├── exex.pdf │ ├── exex.pdf_tex │ ├── exex.svg │ ├── exit.pdf │ ├── exit.pdf_tex │ ├── exit.svg │ ├── fac.pdf │ ├── fac.pdf_tex │ ├── fac.svg │ ├── fex.pdf │ ├── fex.pdf_tex │ ├── fex.svg │ ├── ford-bellman.pdf │ ├── ford-bellman.pdf_tex │ ├── ford-bellman.svg │ ├── gallai.svg │ ├── gamil.pdf │ ├── gamil.pdf_tex │ ├── gamil.svg │ ├── geokasha.pdf │ ├── geokasha.pdf_tex │ ├── geokasha.svg │ ├── gohan1.pdf │ ├── gohan1.pdf_tex │ ├── gohan1.svg │ ├── gohan2.pdf │ ├── gohan2.pdf_tex │ ├── gohan2.svg │ ├── k-k+1.pdf │ ├── k-k+1.pdf_tex │ ├── k-k+1.svg │ ├── k2.pdf │ ├── k2.pdf_tex │ ├── k2.svg │ ├── kak-len.pdf │ ├── kak-len.pdf_tex │ ├── kak-len.svg │ ├── karas.pdf │ ├── karas.pdf_tex │ ├── karas.svg │ ├── karasik.pdf │ ├── karasik.pdf_tex │ ├── karasik.svg │ ├── kartinkalemmi.pdf │ ├── kartinkalemmi.pdf_tex │ ├── kartinkalemmi.svg │ ├── komponents.pdf │ ├── komponents.pdf_tex │ ├── komponents.svg │ ├── krasiv.pdf │ ├── krasiv.pdf_tex │ ├── krasiv.svg │ ├── krivoyprimer.pdf │ ├── krivoyprimer.pdf_tex │ ├── krivoyprimer.svg │ ├── legko.pdf │ ├── legko.pdf_tex │ ├── legko.svg │ ├── lem1.pdf │ ├── lem1.pdf_tex │ ├── lem1.svg │ ├── lemniscat.pdf │ ├── lemniscat.pdf_tex │ ├── lemniscat.svg │ ├── linkm1.pdf │ ├── linkm1.pdf_tex │ ├── linkm1.svg │ ├── lock.pdf │ ├── lock.pdf_tex │ ├── lock.svg │ ├── many.pdf │ ├── many.pdf_tex │ ├── many.svg │ ├── manystates.pdf │ ├── manystates.pdf_tex │ ├── manystates.svg │ ├── neprimer.pdf │ ├── neprimer.pdf_tex │ ├── neprimer.svg │ ├── noauto.pdf │ ├── noauto.pdf_tex │ ├── noauto.svg │ ├── numer.pdf │ ├── numer.pdf_tex │ ├── numer.svg │ ├── oblom.pdf │ ├── oblom.pdf_tex │ ├── oblom.svg │ ├── obrnev.pdf │ ├── obrnev.pdf_tex │ ├── obrnev.svg │ ├── orgraph.pdf │ ├── orgraph.pdf_tex │ ├── orgraph.svg │ ├── orie.svg │ ├── orie.svg.2021_09_07_13_59_42.0.svg │ ├── ostree.pdf │ ├── ostree.pdf_tex │ ├── ostree.svg │ ├── paraplane.pdf │ ├── paraplane.pdf_tex │ ├── paraplane.svg │ ├── peano.pdf │ ├── peano.pdf_tex │ ├── peano.svg │ ├── plankapkan.pdf │ ├── plankapkan.pdf_tex │ ├── plankapkan.svg │ ├── plans.pdf │ ├── plans.pdf_tex │ ├── plans.svg │ ├── poslozhnee.pdf │ ├── poslozhnee.pdf_tex │ ├── poslozhnee.svg │ ├── poverh.pdf │ ├── poverh.pdf_tex │ ├── poverh.svg │ ├── prefpref.pdf │ ├── prefpref.pdf_tex │ ├── prefpref.svg │ ├── prima.pdf │ ├── prima.pdf_tex │ ├── prima.svg │ ├── primer.pdf │ ├── primer.pdf_tex │ ├── primer.svg │ ├── pseudo-parallel.pdf │ ├── pseudo-parallel.pdf_tex │ ├── pseudo-parallel.svg │ ├── rasdelat.pdf │ ├── rasdelat.pdf_tex │ ├── rasdelat.svg │ ├── rr.pdf │ ├── rr.pdf_tex │ ├── rr.svg │ ├── sadfs.pdf │ ├── sadfs.pdf_tex │ ├── sadfs.svg │ ├── semi.pdf │ ├── semi.pdf_tex │ ├── semi.svg │ ├── semi2.pdf │ ├── semi2.pdf_tex │ ├── semi2.svg │ ├── short.pdf │ ├── short.pdf_tex │ ├── short.svg │ ├── shortex.pdf │ ├── shortex.pdf_tex │ ├── shortex.svg │ ├── skpoverh.pdf │ ├── skpoverh.pdf_tex │ ├── skpoverh.svg │ ├── spliceproof.pdf │ ├── spliceproof.pdf_tex │ ├── spliceproof.svg │ ├── st.pdf │ ├── st.pdf_tex │ ├── st.svg │ ├── stacknstuff.pdf │ ├── stacknstuff.pdf_tex │ ├── stacknstuff.svg │ ├── storage.pdf │ ├── storage.pdf_tex │ ├── storage.svg │ ├── storage2.pdf │ ├── storage2.pdf_tex │ ├── storage2.svg │ ├── submodrg.pdf │ ├── submodrg.pdf_tex │ ├── submodrg.svg │ ├── sufarr.svg │ ├── suflinkmov.pdf │ ├── suflinkmov.pdf_tex │ ├── suflinkmov.svg │ ├── trans.pdf │ ├── trans.pdf_tex │ ├── trans.svg │ ├── uzhas.pdf │ ├── uzhas.pdf_tex │ ├── uzhas.svg │ ├── vereb.pdf │ ├── vereb.pdf_tex │ ├── vereb.svg │ ├── vershinki.pdf │ ├── vershinki.pdf_tex │ ├── vershinki.svg │ ├── win1.pdf │ ├── win1.pdf_tex │ ├── win1.svg │ ├── xor.pdf │ ├── xor.pdf_tex │ ├── xor.svg │ ├── znaki.pdf │ ├── znaki.pdf_tex │ ├── znaki.svg │ ├── лфкештлгрщсргтфкшыщмфе.pdf │ ├── лфкештлгрщсргтфкшыщмфе.pdf_tex │ ├── лфкештлгрщсргтфкшыщмфе.svg │ ├── лфлщштшигвкфзр.pdf │ ├── лфлщштшигвкфзр.pdf_tex │ ├── лфлщштшигвкфзр.svg │ ├── очевидно.pdf │ ├── очевидно.pdf_tex │ ├── очевидно.svg │ ├── примерчик.pdf │ ├── примерчик.pdf_tex │ └── примерчик.svg │ ├── Алгосики.tex │ ├── Вебчик.tex │ ├── Дискреточка.tex │ ├── Диффурчики.tex │ ├── История.tex │ ├── Матанчек.tex │ └── Осечки.tex ├── Алгосики.pdf ├── Вебчик.pdf ├── Дискреточка.pdf ├── Диффурчики.pdf ├── История.pdf ├── Матанчек.pdf └── Осечки.pdf /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | *.gz 3 | 4 | *.log 5 | 6 | *.aux 7 | 8 | *.swp 9 | -------------------------------------------------------------------------------- /1sem-pdf/Алгосики.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/1sem-pdf/Алгосики.pdf -------------------------------------------------------------------------------- /1sem-pdf/Дескретачка.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/1sem-pdf/Дескретачка.pdf -------------------------------------------------------------------------------- /1sem-pdf/Линальчек.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/1sem-pdf/Линальчек.pdf -------------------------------------------------------------------------------- /1sem-pdf/Матанчек.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/1sem-pdf/Матанчек.pdf -------------------------------------------------------------------------------- /2sem-pdf/Алгосики.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/2sem-pdf/Алгосики.pdf -------------------------------------------------------------------------------- /2sem-pdf/Дискретачка.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/2sem-pdf/Дискретачка.pdf -------------------------------------------------------------------------------- /2sem-pdf/Линальчек.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/2sem-pdf/Линальчек.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Конспекты части предметов на ПМИ ИТМО (y2020) 2 | -------------------------------------------------------------------------------- /TeX/1sem/figures/.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 43 | 51 | 52 | 54 | 55 | 57 | image/svg+xml 58 | 60 | 61 | 62 | 63 | 64 | 69 | 70 | -------------------------------------------------------------------------------- /TeX/1sem/figures/binom.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 43 | 51 | 52 | 54 | 55 | 57 | image/svg+xml 58 | 60 | 61 | 62 | 63 | 64 | 69 | 70 | -------------------------------------------------------------------------------- /TeX/1sem/figures/btonic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/btonic.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/btonic.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape inkscape 0.92.5, www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'btonic.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{btonic.pdf}}% 57 | \put(0.46994343,0.09563815){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}$\log n$\end{tabular}}}}% 58 | \put(0.88570137,0.08122546){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}$n\log n$\end{tabular}}}}% 59 | \end{picture}% 60 | \endgroup% 61 | -------------------------------------------------------------------------------- /TeX/1sem/figures/circ.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/circ.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/coeff.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/coeff.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/coeff.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape inkscape 0.92.5, www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'coeff.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{coeff.pdf}}% 57 | \put(0.37904005,0.12556419){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}$\varphi$\end{tabular}}}}% 58 | \put(0.26147679,0.06089528){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}$l$\end{tabular}}}}% 59 | \end{picture}% 60 | \endgroup% 61 | -------------------------------------------------------------------------------- /TeX/1sem/figures/couple.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/couple.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/cube.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/cube.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/cube.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape inkscape 0.92.5, www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'cube.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{cube.pdf}}% 57 | \put(0.58077316,0.30039724){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}$c$\end{tabular}}}}% 58 | \end{picture}% 59 | \endgroup% 60 | -------------------------------------------------------------------------------- /TeX/1sem/figures/dvec.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/dvec.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/ellips.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/ellips.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/ellips.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/ellips.svgz -------------------------------------------------------------------------------- /TeX/1sem/figures/exam.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/exam.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/general.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/general.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/gra.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/gra.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/gra.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape inkscape 0.92.5, www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'gra.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{gra.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/1sem/figures/haff.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/haff.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/hemming.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 43 | 51 | 52 | 54 | 55 | 57 | image/svg+xml 58 | 60 | 61 | 62 | 63 | 64 | 69 | 70 | -------------------------------------------------------------------------------- /TeX/1sem/figures/line.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/line.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/linetr.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/linetr.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/mixed.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/mixed.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/mixed.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape inkscape 0.92.5, www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'mixed.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{mixed.pdf}}% 57 | \put(0.49557462,0.47783593){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\begin{minipage}{0.07095477\unitlength}\raggedright \end{minipage}}}% 58 | \end{picture}% 59 | \endgroup% 60 | -------------------------------------------------------------------------------- /TeX/1sem/figures/net.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/net.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/net.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape inkscape 0.92.5, www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'net.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{net.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/1sem/figures/net2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/net2.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/net2.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape inkscape 0.92.5, www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'net2.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{net2.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/1sem/figures/note.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/note.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/os.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/os.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/parabola.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/parabola.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/paral.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/paral.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/paral.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape inkscape 0.92.5, www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'paral.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{paral.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/1sem/figures/pr.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/pr.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/r1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/r1.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/r1.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape inkscape 0.92.5, www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'r1.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{r1.pdf}}% 57 | \put(0.20829776,0.26491985){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}$\vec e$\end{tabular}}}}% 58 | \end{picture}% 59 | \endgroup% 60 | -------------------------------------------------------------------------------- /TeX/1sem/figures/r2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/r2.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/r3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/r3.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/radvec.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/radvec.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/rotation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/rotation.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/scal.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/scal.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/scal.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape inkscape 0.92.5, www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'scal.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{scal.pdf}}% 57 | \put(0.26705716,0.35693932){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}$\vec a$\end{tabular}}}}% 58 | \put(0.52094218,0.23609447){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}$\vec b$\end{tabular}}}}% 59 | \end{picture}% 60 | \endgroup% 61 | -------------------------------------------------------------------------------- /TeX/1sem/figures/sceme.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/sceme.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/shtopor.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/shtopor.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/sum.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/sum.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/tree.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/tri.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/tri.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/tri2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 43 | 51 | 52 | 54 | 55 | 57 | image/svg+xml 58 | 60 | 61 | 62 | 63 | 64 | 69 | 70 | -------------------------------------------------------------------------------- /TeX/1sem/figures/trive.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/trive.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/vec.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/vec.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/vecnt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 43 | 51 | 52 | 54 | 55 | 57 | image/svg+xml 58 | 60 | 61 | 62 | 63 | 64 | 69 | 70 | -------------------------------------------------------------------------------- /TeX/1sem/figures/xg.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 43 | 51 | 52 | 54 | 55 | 57 | image/svg+xml 58 | 60 | 61 | 62 | 63 | 64 | 69 | 70 | -------------------------------------------------------------------------------- /TeX/1sem/figures/zodacha.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/zodacha.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/отрезки.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/отрезки.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/отрезок.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/отрезок.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/плоскости.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/плоскости.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/плоскости.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape inkscape 0.92.5, www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'плоскости.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{плоскости.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/1sem/figures/проекция.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/проекция.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/прямая-через-3-точки.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/1sem/figures/прямая-через-3-точки.pdf -------------------------------------------------------------------------------- /TeX/1sem/figures/прямая.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 43 | 51 | 52 | 54 | 55 | 57 | image/svg+xml 58 | 60 | 61 | 62 | 63 | 64 | 69 | 70 | -------------------------------------------------------------------------------- /TeX/2sem/figures/.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 43 | 51 | 52 | 54 | 55 | 57 | image/svg+xml 58 | 60 | 61 | 62 | 63 | 64 | 69 | 70 | -------------------------------------------------------------------------------- /TeX/2sem/figures/abratest.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 43 | 51 | 52 | 54 | 55 | 57 | image/svg+xml 58 | 60 | 61 | 62 | 63 | 64 | 69 | 70 | -------------------------------------------------------------------------------- /TeX/2sem/figures/add.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/add.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/anymin.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/anymin.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/auto.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/auto.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/b.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/b.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/big-morzh.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/big-morzh.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/blocklog.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/blocklog.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/blocklog.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.0.2 (1.0.2+r75+1), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'blocklog.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{blocklog.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/2sem/figures/bonus-derevo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/bonus-derevo.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/brack-stack.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/brack-stack.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/chain-graph.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/chain-graph.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/check-div3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/check-div3.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/check-one.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/check-one.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/classes-pnp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/classes-pnp.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/classes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/classes.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/cyk-algo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/cyk-algo.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/dektree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/dektree.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/deli.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/deli.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/derevo-davno-ne-bylo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/derevo-davno-ne-bylo.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/dokvo-splay.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/dokvo-splay.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/dokvo_splay.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/dokvo_splay.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/dopusk.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/dopusk.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/drawing.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/drawing.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/ekvimp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/ekvimp.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/elementiki.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/elementiki.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/epsauto.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/epsauto.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/epsgraph.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/epsgraph.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/epsgraph.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.0.2 (1.0.2+r75+1), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'epsgraph.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{epsgraph.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/2sem/figures/exmerge.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/exmerge.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/exsplit.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/exsplit.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/ezh-real.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/ezh-real.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/ezh-real.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.0.2 (1.0.2+r75+1), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'ezh-real.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{ezh-real.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/2sem/figures/ezh-x-ezh.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/ezh-x-ezh.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/for-turing.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/for-turing.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/gamil.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/gamil.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/goatbalance.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 43 | 51 | 52 | 54 | 55 | 57 | image/svg+xml 58 | 60 | 61 | 62 | 63 | 64 | 69 | 70 | -------------------------------------------------------------------------------- /TeX/2sem/figures/goatex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/goatex.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/goatex.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.0.2 (1.0.2+r75+1), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'goatex.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{goatex.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/2sem/figures/goatplan.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 43 | 51 | 52 | 54 | 55 | 57 | image/svg+xml 58 | 60 | 61 | 62 | 63 | 64 | 69 | 70 | -------------------------------------------------------------------------------- /TeX/2sem/figures/hl-decomp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/hl-decomp.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/hlddef.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/hlddef.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/homomor.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/homomor.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/kartinka.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/kartinka.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/klast-snimat.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/klast-snimat.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/kratno3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/kratno3.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/kvadratiki.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/kvadratiki.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/kvadratiki.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 43 | 51 | 52 | 54 | 55 | 57 | image/svg+xml 58 | 60 | 61 | 62 | 63 | 64 | 69 | 70 | -------------------------------------------------------------------------------- /TeX/2sem/figures/lcapic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/lcapic.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/lom.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/lom.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/lomgoatadd.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/lomgoatadd.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/lomgoatadd.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.0.2 (1.0.2+r75+1), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'lomgoatadd.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{lomgoatadd.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/2sem/figures/mal-graph.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/mal-graph.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/mal-graph.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.0.2 (1.0.2+r75+1), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'mal-graph.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{mal-graph.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/2sem/figures/merge.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/merge.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/minex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/minex.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/minex.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.0.2 (1.0.2+r75+1), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'minex.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{minex.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/2sem/figures/minfind.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/minfind.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/minfind.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.0.2 (1.0.2+r75+1), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'minfind.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{minfind.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/2sem/figures/morzh.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/morzh.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/move-klini.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/move-klini.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/nablud.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/nablud.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/ne-vse-podъёmы.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/ne-vse-podъёmы.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/nedmp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/nedmp.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/nedmp.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.0.2 (1.0.2+r75+1), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'nedmp.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{nedmp.pdf}}% 57 | \put(0.44554138,0.25038751){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}$\varepsilon, * / *$\end{tabular}}}}% 58 | \put(0,0){\includegraphics[width=\unitlength,page=2]{nedmp.pdf}}% 59 | \end{picture}% 60 | \endgroup% 61 | -------------------------------------------------------------------------------- /TeX/2sem/figures/nfa-step.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/nfa-step.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/obr-homomor.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/obr-homomor.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/ogden.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/ogden.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/patolog.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/patolog.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/patolog.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape inkscape 0.92.5, www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'patolog.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{patolog.pdf}}% 57 | \put(0.15213542,0.46191838){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\begin{minipage}{0.09480903\unitlength}\raggedright $1$\end{minipage}}}% 58 | \put(0.15855837,0.32205792){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\begin{minipage}{0.09480903\unitlength}\raggedright $1$\end{minipage}}}% 59 | \end{picture}% 60 | \endgroup% 61 | -------------------------------------------------------------------------------- /TeX/2sem/figures/presech.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/presech.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/proof-pic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/proof-pic.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/prostaya-kartinka.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/prostaya-kartinka.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/razlich.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/razlich.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/rebuild.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/rebuild.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/removing.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/removing.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/rl.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/rl.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/rotation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/rotation.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/rr.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/rr.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/scapegoat.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/scapegoat.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/sistema.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/sistema.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/smalltreewithnumbers.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/smalltreewithnumbers.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/splayop.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/splayop.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/split.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/split.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/stack.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/stack.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/test.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 43 | 51 | 52 | 54 | 55 | 57 | image/svg+xml 58 | 60 | 61 | 62 | 63 | 64 | 69 | 70 | -------------------------------------------------------------------------------- /TeX/2sem/figures/tomps.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/tomps.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/treapbuilding.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/treapbuilding.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/tree.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/turing-auto.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/turing-auto.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/turing-auto.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.0.2 (1.0.2+r75+1), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'turing-auto.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{turing-auto.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/2sem/figures/union.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/union.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/zig.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/zig.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/zigop.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/zigop.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/zigzag-zigzig.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/zigzag-zigzig.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/два-кубика.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/два-кубика.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/непрерывная-вероятность.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/figures/непрерывная-вероятность.pdf -------------------------------------------------------------------------------- /TeX/2sem/figures/непрерывная-вероятность.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape inkscape 0.92.5, www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'непрерывная-вероятность.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{непрерывная-вероятность.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/2sem/Матанчек.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/2sem/Матанчек.tex -------------------------------------------------------------------------------- /TeX/3sem/figures/'.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/'.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/'.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.1 (1:1.1+202105261517+ce6663b3b7), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file ''.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{'.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/3sem/figures/2states.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/2states.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/address-space.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/address-space.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/address.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/address.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/aluto.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/aluto.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/aluto1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/aluto1.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/aluto3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/aluto3.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/approxmeasure.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/approxmeasure.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/approxmeasure.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.1.1 (1:1.1+202109281949+c3084ef5ed), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'approxmeasure.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{approxmeasure.pdf}}% 57 | \put(0.08164976,0.47254073){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}$n^2$\end{tabular}}}}% 58 | \end{picture}% 59 | \endgroup% 60 | -------------------------------------------------------------------------------- /TeX/3sem/figures/barufka.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/barufka.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/beeg.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/beeg.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/bor.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/bor.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/both-sides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/both-sides.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/break.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/break.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/break.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.1.1 (1:1.1+202109281949+c3084ef5ed), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'break.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{break.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/3sem/figures/cfs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/cfs.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/cfs.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.1.1 (1:1.1+202109281949+c3084ef5ed), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'cfs.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{cfs.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/3sem/figures/chastaya.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 43 | 51 | 52 | 54 | 55 | 57 | image/svg+xml 58 | 60 | 61 | 62 | 63 | 64 | 69 | 70 | -------------------------------------------------------------------------------- /TeX/3sem/figures/cicles.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/cicles.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/clouds.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/clouds.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/comp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/comp.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/conti.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/conti.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/c|n.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/c|n.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/dfstree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/dfstree.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/dfstree.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.1 (1:1.1+202105261517+ce6663b3b7), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'dfstree.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{dfstree.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/3sem/figures/dsm.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/dsm.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/dvureb.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/dvureb.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/emoapp.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 44 | 52 | 53 | 55 | 56 | 58 | image/svg+xml 59 | 61 | 62 | 63 | 64 | 65 | 70 | 71 | -------------------------------------------------------------------------------- /TeX/3sem/figures/estmost.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/estmost.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/excess.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 43 | 51 | 52 | 54 | 55 | 57 | image/svg+xml 58 | 60 | 61 | 62 | 63 | 64 | 69 | 70 | -------------------------------------------------------------------------------- /TeX/3sem/figures/exex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/exex.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/exex.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 43 | 51 | 52 | 54 | 55 | 57 | image/svg+xml 58 | 60 | 61 | 62 | 63 | 64 | 69 | 70 | -------------------------------------------------------------------------------- /TeX/3sem/figures/exit.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/exit.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/fac.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/fac.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/fac.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.1.1 (1:1.1+202109281949+c3084ef5ed), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'fac.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{fac.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/3sem/figures/fex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/fex.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/ford-bellman.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/ford-bellman.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/gallai.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 43 | 51 | 52 | 54 | 55 | 57 | image/svg+xml 58 | 60 | 61 | 62 | 63 | 64 | 69 | 70 | -------------------------------------------------------------------------------- /TeX/3sem/figures/gamil.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/gamil.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/gamil.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.1 (1:1.1+202105261517+ce6663b3b7), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'gamil.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{gamil.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/3sem/figures/geokasha.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/geokasha.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/gohan1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/gohan1.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/gohan1.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.1 (1:1.1+202105261517+ce6663b3b7), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'gohan1.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{gohan1.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/3sem/figures/gohan2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/gohan2.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/gohan2.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.1 (1:1.1+202105261517+ce6663b3b7), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'gohan2.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{gohan2.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/3sem/figures/k-k+1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/k-k+1.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/k2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/k2.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/k2.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.1 (1:1.1+202105261517+ce6663b3b7), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'k2.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{k2.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/3sem/figures/kak-len.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/kak-len.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/karas.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/karas.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/karasik.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/karasik.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/kartinkalemmi.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/kartinkalemmi.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/komponents.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/komponents.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/krasiv.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/krasiv.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/krivoyprimer.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/krivoyprimer.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/legko.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/legko.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/legko.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.1 (1:1.1+202105261517+ce6663b3b7), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'legko.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{legko.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/3sem/figures/lem1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/lem1.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/lemniscat.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/lemniscat.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/lemniscat.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.1 (1:1.1+202105261517+ce6663b3b7), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'lemniscat.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{lemniscat.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/3sem/figures/linkm1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/linkm1.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/lock.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/lock.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/many.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/many.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/manystates.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/manystates.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/manystates.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 43 | 51 | 52 | 54 | 55 | 57 | image/svg+xml 58 | 60 | 61 | 62 | 63 | 64 | 69 | 70 | -------------------------------------------------------------------------------- /TeX/3sem/figures/neprimer.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/neprimer.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/noauto.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/noauto.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/numer.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/numer.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/oblom.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/oblom.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/obrnev.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/obrnev.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/obrnev.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.1 (1:1.1+202105261517+ce6663b3b7), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'obrnev.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{obrnev.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/3sem/figures/orgraph.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/orgraph.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/orie.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 43 | 51 | 52 | 54 | 55 | 57 | image/svg+xml 58 | 60 | 61 | 62 | 63 | 64 | 69 | 70 | -------------------------------------------------------------------------------- /TeX/3sem/figures/ostree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/ostree.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/paraplane.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/paraplane.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/paraplane.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.1 (1:1.1+202105261517+ce6663b3b7), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'paraplane.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{paraplane.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/3sem/figures/peano.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/peano.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/plankapkan.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/plankapkan.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/plans.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/plans.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/poslozhnee.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/poslozhnee.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/poslozhnee.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.1 (1:1.1+202105261517+ce6663b3b7), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'poslozhnee.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{poslozhnee.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/3sem/figures/poverh.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/poverh.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/prefpref.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/prefpref.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/prima.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/prima.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/primer.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/primer.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/pseudo-parallel.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/pseudo-parallel.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/rasdelat.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/rasdelat.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/rasdelat.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.1 (1:1.1+202105261517+ce6663b3b7), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'rasdelat.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{rasdelat.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/3sem/figures/rr.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/rr.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/rr.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.1 (1:1.1+202105261517+ce6663b3b7), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'rr.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{rr.pdf}}% 57 | \put(0.89014715,0.04571597){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}$k$\end{tabular}}}}% 58 | \put(0.0101364,0.46695862){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}$\tl \tau_{exec}$\end{tabular}}}}% 59 | \end{picture}% 60 | \endgroup% 61 | -------------------------------------------------------------------------------- /TeX/3sem/figures/sadfs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/sadfs.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/semi.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/semi.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/semi2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/semi2.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/short.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/short.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/short.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.1 (1:1.1+202105261517+ce6663b3b7), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'short.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{short.pdf}}% 57 | \put(0.25389352,0.06296857){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}$s$\end{tabular}}}}% 58 | \put(0.70488129,0.40420958){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}$t$\end{tabular}}}}% 59 | \end{picture}% 60 | \endgroup% 61 | -------------------------------------------------------------------------------- /TeX/3sem/figures/shortex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/shortex.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/skpoverh.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/skpoverh.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/skpoverh.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.1 (1:1.1+202105261517+ce6663b3b7), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'skpoverh.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{skpoverh.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/3sem/figures/spliceproof.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/spliceproof.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/st.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/st.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/stacknstuff.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/stacknstuff.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/storage.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/storage.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/storage2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/storage2.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/submodrg.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/submodrg.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/sufarr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 43 | 51 | 52 | 54 | 55 | 57 | image/svg+xml 58 | 60 | 61 | 62 | 63 | 64 | 69 | 70 | -------------------------------------------------------------------------------- /TeX/3sem/figures/suflinkmov.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/suflinkmov.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/trans.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/trans.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/trans.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.1 (1:1.1+202105261517+ce6663b3b7), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'trans.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{trans.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/3sem/figures/uzhas.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/uzhas.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/uzhas.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.1 (1:1.1+202105261517+ce6663b3b7), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'uzhas.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{uzhas.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/3sem/figures/vereb.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/vereb.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/vershinki.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/vershinki.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/win1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/win1.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/xor.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/xor.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/xor.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.1 (1:1.1+202105261517+ce6663b3b7), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'xor.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{xor.pdf}}% 57 | \end{picture}% 58 | \endgroup% 59 | -------------------------------------------------------------------------------- /TeX/3sem/figures/znaki.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/znaki.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/znaki.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.1 (1:1.1+202105261517+ce6663b3b7), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'znaki.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{znaki.pdf}}% 57 | \put(0.66360779,0.26926829){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}$6$\end{tabular}}}}% 58 | \put(0,0){\includegraphics[width=\unitlength,page=2]{znaki.pdf}}% 59 | \end{picture}% 60 | \endgroup% 61 | -------------------------------------------------------------------------------- /TeX/3sem/figures/лфкештлгрщсргтфкшыщмфе.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/лфкештлгрщсргтфкшыщмфе.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/лфкештлгрщсргтфкшыщмфе.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 43 | 51 | 52 | 54 | 55 | 57 | image/svg+xml 58 | 60 | 61 | 62 | 63 | 64 | 69 | 70 | -------------------------------------------------------------------------------- /TeX/3sem/figures/лфлщштшигвкфзр.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/лфлщштшигвкфзр.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/очевидно.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/очевидно.pdf -------------------------------------------------------------------------------- /TeX/3sem/figures/очевидно.pdf_tex: -------------------------------------------------------------------------------- 1 | %% Creator: Inkscape 1.1 (1:1.1+202105261517+ce6663b3b7), www.inkscape.org 2 | %% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 3 | %% Accompanies image file 'очевидно.pdf' (pdf, eps, ps) 4 | %% 5 | %% To include the image in your LaTeX document, write 6 | %% \input{.pdf_tex} 7 | %% instead of 8 | %% \includegraphics{.pdf} 9 | %% To scale the image, write 10 | %% \def\svgwidth{} 11 | %% \input{.pdf_tex} 12 | %% instead of 13 | %% \includegraphics[width=]{.pdf} 14 | %% 15 | %% Images with a different path to the parent latex file can 16 | %% be accessed with the `import' package (which may need to be 17 | %% installed) using 18 | %% \usepackage{import} 19 | %% in the preamble, and then including the image with 20 | %% \import{}{.pdf_tex} 21 | %% Alternatively, one can specify 22 | %% \graphicspath{{/}} 23 | %% 24 | %% For more information, please see info/svg-inkscape on CTAN: 25 | %% http://tug.ctan.org/tex-archive/info/svg-inkscape 26 | %% 27 | \begingroup% 28 | \makeatletter% 29 | \providecommand\color[2][]{% 30 | \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% 31 | \renewcommand\color[2][]{}% 32 | }% 33 | \providecommand\transparent[1]{% 34 | \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% 35 | \renewcommand\transparent[1]{}% 36 | }% 37 | \providecommand\rotatebox[2]{#2}% 38 | \newcommand*\fsize{\dimexpr\f@size pt\relax}% 39 | \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% 40 | \ifx\svgwidth\undefined% 41 | \setlength{\unitlength}{680.31496063bp}% 42 | \ifx\svgscale\undefined% 43 | \relax% 44 | \else% 45 | \setlength{\unitlength}{\unitlength * \real{\svgscale}}% 46 | \fi% 47 | \else% 48 | \setlength{\unitlength}{\svgwidth}% 49 | \fi% 50 | \global\let\svgwidth\undefined% 51 | \global\let\svgscale\undefined% 52 | \makeatother% 53 | \begin{picture}(1,0.5)% 54 | \lineheight{1}% 55 | \setlength\tabcolsep{0pt}% 56 | \put(0,0){\includegraphics[width=\unitlength,page=1]{очевидно.pdf}}% 57 | \put(0.5156566,0.30428912){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}$r$\end{tabular}}}}% 58 | \put(0,0){\includegraphics[width=\unitlength,page=2]{очевидно.pdf}}% 59 | \end{picture}% 60 | \endgroup% 61 | -------------------------------------------------------------------------------- /TeX/3sem/figures/примерчик.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/TeX/3sem/figures/примерчик.pdf -------------------------------------------------------------------------------- /Алгосики.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/Алгосики.pdf -------------------------------------------------------------------------------- /Вебчик.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/Вебчик.pdf -------------------------------------------------------------------------------- /Дискреточка.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/Дискреточка.pdf -------------------------------------------------------------------------------- /Диффурчики.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/Диффурчики.pdf -------------------------------------------------------------------------------- /История.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/История.pdf -------------------------------------------------------------------------------- /Матанчек.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/Матанчек.pdf -------------------------------------------------------------------------------- /Осечки.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cow-berry/Notes/9b1d9c34a0dfeba713753617641a4116db1c0b23/Осечки.pdf --------------------------------------------------------------------------------