├── .gitignore ├── LICENSE ├── README.md ├── docs ├── CNAME ├── fmc_tutorial_ENG.pdf ├── fmc_tutorial_ENG_v1.odt ├── fmc_tutorial_ENG_v1.pdf ├── fmc_tutorial_ENG_v2.pdf ├── fmc_tutorial_ENG_v3.pdf ├── fmc_tutorial_ITA_v1.pdf ├── fmcsolves.css ├── img │ └── 333fm.svg ├── index.html └── zzd-img │ ├── 1.png │ ├── 10.png │ ├── 11.png │ ├── 12.png │ ├── 13.png │ ├── 14.png │ ├── 15.png │ ├── 16.png │ ├── 17.png │ ├── 18.png │ ├── 19.png │ ├── 2.png │ ├── 20.png │ ├── 21.png │ ├── 22.png │ ├── 23.png │ ├── 24.png │ ├── 3.png │ ├── 4.png │ ├── 5.png │ ├── 6.png │ ├── 7.png │ ├── 8.png │ ├── 9.png │ ├── alg.ods │ ├── bulbasaur.png │ ├── dragonite.png │ ├── machamp.png │ ├── pidgey.png │ ├── pikachu.png │ └── squirtle.png ├── fmc_tutorial_ENG.pdf ├── latex ├── fmc_ENG.aux ├── fmc_ENG.bbl ├── fmc_ENG.blg ├── fmc_ENG.dvi ├── fmc_ENG.log ├── fmc_ENG.out ├── fmc_ENG.pdf ├── fmc_ENG.tex ├── fmc_ENG.toc ├── img │ ├── 2c2e-ex.svg │ ├── DR_solve_FMC_Germany.svg │ ├── DR_triggerRUpRp.svg │ ├── DR_trigger_R.svg │ ├── DR_trigger_RU2Rp.svg │ ├── DR_trigger_RURp.svg │ ├── DR_trigger_RUpRp.svg │ ├── align-join.svg │ ├── attila-solve.svg │ ├── b.svg │ ├── b2.svg │ ├── b3.svg │ ├── conjugate-solve.svg │ ├── d.svg │ ├── d2.svg │ ├── d3.svg │ ├── e.svg │ ├── example.pdf │ ├── f.svg │ ├── f2.svg │ ├── f3.svg │ ├── german2.svg │ ├── grzegorz-2010.svg │ ├── guus-niss-inverse.svg │ ├── guus-niss.svg │ ├── influence-steps.svg │ ├── insert-pairs.svg │ ├── insertion-1.svg │ ├── inverse-scramble.svg │ ├── joao-2015.svg │ ├── joao-sar.svg │ ├── keyhole-example.svg │ ├── l.svg │ ├── l2.svg │ ├── l3.svg │ ├── m.svg │ ├── mirek-guus.svg │ ├── move-way.svg │ ├── mul-pre.svg │ ├── niss-1.svg │ ├── niss-2.svg │ ├── niss-3.svg │ ├── niss-step1.svg │ ├── niss-step2.svg │ ├── niss-step3.svg │ ├── niss-step4.svg │ ├── nisseo1.svg │ ├── nisseo2.svg │ ├── pdrcampos.svg │ ├── pdrseb.svg │ ├── per-domino.svg │ ├── premoves-modified.svg │ ├── r.svg │ ├── r2.svg │ ├── r3.svg │ ├── replace_shorten.svg │ ├── reto110a.svg │ ├── reto110b.svg │ ├── reto110c.svg │ ├── reto110d.svg │ ├── reto110e.svg │ ├── reto110f.svg │ ├── reto110g.svg │ ├── reto111a.svg │ ├── reto111b.svg │ ├── reto112a.svg │ ├── reto11a.svg │ ├── reto15a.svg │ ├── reto15b.svg │ ├── reto16a.svg │ ├── reto16b.svg │ ├── reto16c.svg │ ├── reto17a.svg │ ├── reto17b.svg │ ├── reto17c.svg │ ├── reto17d.svg │ ├── reto17e.svg │ ├── reto17f.svg │ ├── reto18a.svg │ ├── reto18b.svg │ ├── reto18c.svg │ ├── reto18d.svg │ ├── reto18e.svg │ ├── reto18f.svg │ ├── reto18g.svg │ ├── reto19a.svg │ ├── reto19b.svg │ ├── reto19c.svg │ ├── reto3c1.svg │ ├── reto3c10.svg │ ├── reto3c11.svg │ ├── reto3c12.svg │ ├── reto3c13.svg │ ├── reto3c2.svg │ ├── reto3c3.svg │ ├── reto3c4.svg │ ├── reto3c5.svg │ ├── reto3c6.svg │ ├── reto3c7.svg │ ├── reto3c8.svg │ ├── reto3c9.svg │ ├── reto3e1.svg │ ├── reto3e2.svg │ ├── reto3e3.svg │ ├── reto3e4.svg │ ├── reto3e5.svg │ ├── reto3e6.svg │ ├── reto3e7.svg │ ├── reverse-niss.svg │ ├── rw.svg │ ├── s.svg │ ├── separated-cycles.svg │ ├── sexy.svg │ ├── u.svg │ ├── u2.svg │ ├── u3.svg │ ├── wc-3.svg │ ├── wc19-2.svg │ ├── wrsolve.svg │ └── wrsolveinv.svg └── svg-inkscape │ ├── 2c2e-ex_svg-tex.pdf │ ├── 2c2e-ex_svg-tex.pdf_tex │ ├── DR_solve_FMC_Germany_svg-tex.pdf │ ├── DR_solve_FMC_Germany_svg-tex.pdf_tex │ ├── DR_trigger_RU2Rp_svg-tex.pdf │ ├── DR_trigger_RU2Rp_svg-tex.pdf_tex │ ├── DR_trigger_RURp_svg-tex.pdf │ ├── DR_trigger_RURp_svg-tex.pdf_tex │ ├── DR_trigger_RUpRp_svg-tex.pdf │ ├── DR_trigger_RUpRp_svg-tex.pdf_tex │ ├── DR_trigger_R_svg-tex.pdf │ ├── DR_trigger_R_svg-tex.pdf_tex │ ├── align-join_svg-tex.pdf │ ├── align-join_svg-tex.pdf_tex │ ├── attila-solve_svg-tex.pdf │ ├── attila-solve_svg-tex.pdf_tex │ ├── b2_svg-tex.pdf │ ├── b2_svg-tex.pdf_tex │ ├── b3_svg-tex.pdf │ ├── b3_svg-tex.pdf_tex │ ├── b_svg-tex.pdf │ ├── b_svg-tex.pdf_tex │ ├── conjugate-solve_svg-tex.pdf │ ├── conjugate-solve_svg-tex.pdf_tex │ ├── d2_svg-tex.pdf │ ├── d2_svg-tex.pdf_tex │ ├── d3_svg-tex.pdf │ ├── d3_svg-tex.pdf_tex │ ├── d_svg-tex.pdf │ ├── d_svg-tex.pdf_tex │ ├── e_svg-tex.pdf │ ├── e_svg-tex.pdf_tex │ ├── f2_svg-tex.pdf │ ├── f2_svg-tex.pdf_tex │ ├── f3_svg-tex.pdf │ ├── f3_svg-tex.pdf_tex │ ├── f_svg-tex.pdf │ ├── f_svg-tex.pdf_tex │ ├── german2_svg-tex.pdf │ ├── german2_svg-tex.pdf_tex │ ├── grzegorz-2010_svg-tex.pdf │ ├── grzegorz-2010_svg-tex.pdf_tex │ ├── guus-niss-inverse_svg-tex.pdf │ ├── guus-niss-inverse_svg-tex.pdf_tex │ ├── guus-niss_svg-tex.pdf │ ├── guus-niss_svg-tex.pdf_tex │ ├── influence-steps_svg-tex.pdf │ ├── influence-steps_svg-tex.pdf_tex │ ├── insert-pairs_svg-tex.pdf │ ├── insert-pairs_svg-tex.pdf_tex │ ├── insertion-1_svg-tex.pdf │ ├── insertion-1_svg-tex.pdf_tex │ ├── inverse-scramble_svg-tex.pdf │ ├── inverse-scramble_svg-tex.pdf_tex │ ├── joao-2015_svg-tex.pdf │ ├── joao-2015_svg-tex.pdf_tex │ ├── joao-sar_svg-tex.pdf │ ├── joao-sar_svg-tex.pdf_tex │ ├── keyhole-example_svg-tex.pdf │ ├── keyhole-example_svg-tex.pdf_tex │ ├── l2_svg-tex.pdf │ ├── l2_svg-tex.pdf_tex │ ├── l3_svg-tex.pdf │ ├── l3_svg-tex.pdf_tex │ ├── l_svg-tex.pdf │ ├── l_svg-tex.pdf_tex │ ├── m_svg-tex.pdf │ ├── m_svg-tex.pdf_tex │ ├── mirek-guus_svg-tex.pdf │ ├── mirek-guus_svg-tex.pdf_tex │ ├── move-way_svg-tex.pdf │ ├── move-way_svg-tex.pdf_tex │ ├── mul-pre_svg-tex.pdf │ ├── mul-pre_svg-tex.pdf_tex │ ├── niss-1_svg-tex.pdf │ ├── niss-1_svg-tex.pdf_tex │ ├── niss-2_svg-tex.pdf │ ├── niss-2_svg-tex.pdf_tex │ ├── niss-3_svg-tex.pdf │ ├── niss-3_svg-tex.pdf_tex │ ├── niss-step1_svg-tex.pdf │ ├── niss-step1_svg-tex.pdf_tex │ ├── niss-step2_svg-tex.pdf │ ├── niss-step2_svg-tex.pdf_tex │ ├── niss-step3_svg-tex.pdf │ ├── niss-step3_svg-tex.pdf_tex │ ├── niss-step4_svg-tex.pdf │ ├── niss-step4_svg-tex.pdf_tex │ ├── nisseo1_svg-tex.pdf │ ├── nisseo1_svg-tex.pdf_tex │ ├── nisseo2_svg-tex.pdf │ ├── nisseo2_svg-tex.pdf_tex │ ├── pdrcampos_svg-tex.pdf │ ├── pdrcampos_svg-tex.pdf_tex │ ├── pdrseb_svg-tex.pdf │ ├── pdrseb_svg-tex.pdf_tex │ ├── per-domino_svg-tex.pdf │ ├── per-domino_svg-tex.pdf_tex │ ├── premoves-modified_svg-tex.pdf │ ├── premoves-modified_svg-tex.pdf_tex │ ├── r2_svg-tex.pdf │ ├── r2_svg-tex.pdf_tex │ ├── r3_svg-tex.pdf │ ├── r3_svg-tex.pdf_tex │ ├── r_svg-tex.pdf │ ├── r_svg-tex.pdf_tex │ ├── replace_shorten_svg-tex.pdf │ ├── replace_shorten_svg-tex.pdf_tex │ ├── reto110a_svg-tex.pdf │ ├── reto110a_svg-tex.pdf_tex │ ├── reto110b_svg-tex.pdf │ ├── reto110b_svg-tex.pdf_tex │ ├── reto110c_svg-tex.pdf │ ├── reto110c_svg-tex.pdf_tex │ ├── reto110d_svg-tex.pdf │ ├── reto110d_svg-tex.pdf_tex │ ├── reto110e_svg-tex.pdf │ ├── reto110e_svg-tex.pdf_tex │ ├── reto110f_svg-tex.pdf │ ├── reto110f_svg-tex.pdf_tex │ ├── reto110g_svg-tex.pdf │ ├── reto110g_svg-tex.pdf_tex │ ├── reto111a_svg-tex.pdf │ ├── reto111a_svg-tex.pdf_tex │ ├── reto112a_svg-tex.pdf │ ├── reto112a_svg-tex.pdf_tex │ ├── reto11_svg-tex.pdf │ ├── reto11_svg-tex.pdf_tex │ ├── reto12_svg-tex.pdf │ ├── reto12_svg-tex.pdf_tex │ ├── reto13_svg-tex.pdf │ ├── reto13_svg-tex.pdf_tex │ ├── reto14_svg-tex.pdf │ ├── reto14_svg-tex.pdf_tex │ ├── reto15_svg-tex.pdf │ ├── reto15_svg-tex.pdf_tex │ ├── reto15a_svg-tex.pdf │ ├── reto15a_svg-tex.pdf_tex │ ├── reto15b_svg-tex.pdf │ ├── reto15b_svg-tex.pdf_tex │ ├── reto16_svg-tex.pdf │ ├── reto16_svg-tex.pdf_tex │ ├── reto16a_svg-tex.pdf │ ├── reto16a_svg-tex.pdf_tex │ ├── reto16b_svg-tex.pdf │ ├── reto16b_svg-tex.pdf_tex │ ├── reto16c_svg-tex.pdf │ ├── reto16c_svg-tex.pdf_tex │ ├── reto17_svg-tex.pdf │ ├── reto17_svg-tex.pdf_tex │ ├── reto17a_svg-tex.pdf │ ├── reto17a_svg-tex.pdf_tex │ ├── reto17b_svg-tex.pdf │ ├── reto17b_svg-tex.pdf_tex │ ├── reto17c_svg-tex.pdf │ ├── reto17c_svg-tex.pdf_tex │ ├── reto17d_svg-tex.pdf │ ├── reto17d_svg-tex.pdf_tex │ ├── reto17e_svg-tex.pdf │ ├── reto17e_svg-tex.pdf_tex │ ├── reto17f_svg-tex.pdf │ ├── reto17f_svg-tex.pdf_tex │ ├── reto18_svg-tex.pdf │ ├── reto18_svg-tex.pdf_tex │ ├── reto18a_svg-tex.pdf │ ├── reto18a_svg-tex.pdf_tex │ ├── reto18b_svg-tex.pdf │ ├── reto18b_svg-tex.pdf_tex │ ├── reto18c_svg-tex.pdf │ ├── reto18c_svg-tex.pdf_tex │ ├── reto18d_svg-tex.pdf │ ├── reto18d_svg-tex.pdf_tex │ ├── reto18e_svg-tex.pdf │ ├── reto18e_svg-tex.pdf_tex │ ├── reto18f_svg-tex.pdf │ ├── reto18f_svg-tex.pdf_tex │ ├── reto18g_svg-tex.pdf │ ├── reto18g_svg-tex.pdf_tex │ ├── reto19a_svg-tex.pdf │ ├── reto19a_svg-tex.pdf_tex │ ├── reto19b_svg-tex.pdf │ ├── reto19b_svg-tex.pdf_tex │ ├── reto19c_svg-tex.pdf │ ├── reto19c_svg-tex.pdf_tex │ ├── reto22_svg-tex.pdf │ ├── reto22_svg-tex.pdf_tex │ ├── reto3c10_svg-tex.pdf │ ├── reto3c10_svg-tex.pdf_tex │ ├── reto3c11_svg-tex.pdf │ ├── reto3c11_svg-tex.pdf_tex │ ├── reto3c12_svg-tex.pdf │ ├── reto3c12_svg-tex.pdf_tex │ ├── reto3c13_svg-tex.pdf │ ├── reto3c13_svg-tex.pdf_tex │ ├── reto3c1_svg-tex.pdf │ ├── reto3c1_svg-tex.pdf_tex │ ├── reto3c2_svg-tex.pdf │ ├── reto3c2_svg-tex.pdf_tex │ ├── reto3c3_svg-tex.pdf │ ├── reto3c3_svg-tex.pdf_tex │ ├── reto3c4_svg-tex.pdf │ ├── reto3c4_svg-tex.pdf_tex │ ├── reto3c5_svg-tex.pdf │ ├── reto3c5_svg-tex.pdf_tex │ ├── reto3c6_svg-tex.pdf │ ├── reto3c6_svg-tex.pdf_tex │ ├── reto3c7_svg-tex.pdf │ ├── reto3c7_svg-tex.pdf_tex │ ├── reto3c8_svg-tex.pdf │ ├── reto3c8_svg-tex.pdf_tex │ ├── reto3c9_svg-tex.pdf │ ├── reto3c9_svg-tex.pdf_tex │ ├── reto3e1_svg-tex.pdf │ ├── reto3e1_svg-tex.pdf_tex │ ├── reto3e2_svg-tex.pdf │ ├── reto3e2_svg-tex.pdf_tex │ ├── reto3e3_svg-tex.pdf │ ├── reto3e3_svg-tex.pdf_tex │ ├── reto3e4_svg-tex.pdf │ ├── reto3e4_svg-tex.pdf_tex │ ├── reto3e5_svg-tex.pdf │ ├── reto3e5_svg-tex.pdf_tex │ ├── reto3e6_svg-tex.pdf │ ├── reto3e6_svg-tex.pdf_tex │ ├── reto3e7_svg-tex.pdf │ ├── reto3e7_svg-tex.pdf_tex │ ├── reverse-niss_svg-tex.pdf │ ├── reverse-niss_svg-tex.pdf_tex │ ├── rw_svg-tex.pdf │ ├── rw_svg-tex.pdf_tex │ ├── s_svg-tex.pdf │ ├── s_svg-tex.pdf_tex │ ├── separated-cycles_svg-tex.pdf │ ├── separated-cycles_svg-tex.pdf_tex │ ├── sexy_svg-tex.pdf │ ├── sexy_svg-tex.pdf_tex │ ├── u2_svg-tex.pdf │ ├── u2_svg-tex.pdf_tex │ ├── u3_svg-tex.pdf │ ├── u3_svg-tex.pdf_tex │ ├── u_svg-tex.pdf │ ├── u_svg-tex.pdf_tex │ ├── wc-3_svg-tex.pdf │ ├── wc-3_svg-tex.pdf_tex │ ├── wc19-2_svg-tex.pdf │ ├── wc19-2_svg-tex.pdf_tex │ ├── wrsolve_svg-tex.pdf │ ├── wrsolve_svg-tex.pdf_tex │ ├── wrsolveinv_svg-tex.pdf │ └── wrsolveinv_svg-tex.pdf_tex └── misc └── LL_algs_6-10.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/README.md -------------------------------------------------------------------------------- /docs/CNAME: -------------------------------------------------------------------------------- 1 | fmcsolves.cubing.net -------------------------------------------------------------------------------- /docs/fmc_tutorial_ENG.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/fmc_tutorial_ENG.pdf -------------------------------------------------------------------------------- /docs/fmc_tutorial_ENG_v1.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/fmc_tutorial_ENG_v1.odt -------------------------------------------------------------------------------- /docs/fmc_tutorial_ENG_v1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/fmc_tutorial_ENG_v1.pdf -------------------------------------------------------------------------------- /docs/fmc_tutorial_ENG_v2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/fmc_tutorial_ENG_v2.pdf -------------------------------------------------------------------------------- /docs/fmc_tutorial_ENG_v3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/fmc_tutorial_ENG_v3.pdf -------------------------------------------------------------------------------- /docs/fmc_tutorial_ITA_v1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/fmc_tutorial_ITA_v1.pdf -------------------------------------------------------------------------------- /docs/fmcsolves.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/fmcsolves.css -------------------------------------------------------------------------------- /docs/img/333fm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/img/333fm.svg -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/zzd-img/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/zzd-img/1.png -------------------------------------------------------------------------------- /docs/zzd-img/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/zzd-img/10.png -------------------------------------------------------------------------------- /docs/zzd-img/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/zzd-img/11.png -------------------------------------------------------------------------------- /docs/zzd-img/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/zzd-img/12.png -------------------------------------------------------------------------------- /docs/zzd-img/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/zzd-img/13.png -------------------------------------------------------------------------------- /docs/zzd-img/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/zzd-img/14.png -------------------------------------------------------------------------------- /docs/zzd-img/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/zzd-img/15.png -------------------------------------------------------------------------------- /docs/zzd-img/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/zzd-img/16.png -------------------------------------------------------------------------------- /docs/zzd-img/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/zzd-img/17.png -------------------------------------------------------------------------------- /docs/zzd-img/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/zzd-img/18.png -------------------------------------------------------------------------------- /docs/zzd-img/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/zzd-img/19.png -------------------------------------------------------------------------------- /docs/zzd-img/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/zzd-img/2.png -------------------------------------------------------------------------------- /docs/zzd-img/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/zzd-img/20.png -------------------------------------------------------------------------------- /docs/zzd-img/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/zzd-img/21.png -------------------------------------------------------------------------------- /docs/zzd-img/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/zzd-img/22.png -------------------------------------------------------------------------------- /docs/zzd-img/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/zzd-img/23.png -------------------------------------------------------------------------------- /docs/zzd-img/24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/zzd-img/24.png -------------------------------------------------------------------------------- /docs/zzd-img/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/zzd-img/3.png -------------------------------------------------------------------------------- /docs/zzd-img/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/zzd-img/4.png -------------------------------------------------------------------------------- /docs/zzd-img/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/zzd-img/5.png -------------------------------------------------------------------------------- /docs/zzd-img/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/zzd-img/6.png -------------------------------------------------------------------------------- /docs/zzd-img/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/zzd-img/7.png -------------------------------------------------------------------------------- /docs/zzd-img/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/zzd-img/8.png -------------------------------------------------------------------------------- /docs/zzd-img/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/zzd-img/9.png -------------------------------------------------------------------------------- /docs/zzd-img/alg.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/zzd-img/alg.ods -------------------------------------------------------------------------------- /docs/zzd-img/bulbasaur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/zzd-img/bulbasaur.png -------------------------------------------------------------------------------- /docs/zzd-img/dragonite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/zzd-img/dragonite.png -------------------------------------------------------------------------------- /docs/zzd-img/machamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/zzd-img/machamp.png -------------------------------------------------------------------------------- /docs/zzd-img/pidgey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/zzd-img/pidgey.png -------------------------------------------------------------------------------- /docs/zzd-img/pikachu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/zzd-img/pikachu.png -------------------------------------------------------------------------------- /docs/zzd-img/squirtle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/docs/zzd-img/squirtle.png -------------------------------------------------------------------------------- /fmc_tutorial_ENG.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/fmc_tutorial_ENG.pdf -------------------------------------------------------------------------------- /latex/fmc_ENG.aux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/fmc_ENG.aux -------------------------------------------------------------------------------- /latex/fmc_ENG.bbl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /latex/fmc_ENG.blg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/fmc_ENG.blg -------------------------------------------------------------------------------- /latex/fmc_ENG.dvi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/fmc_ENG.dvi -------------------------------------------------------------------------------- /latex/fmc_ENG.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/fmc_ENG.log -------------------------------------------------------------------------------- /latex/fmc_ENG.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/fmc_ENG.out -------------------------------------------------------------------------------- /latex/fmc_ENG.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/fmc_ENG.pdf -------------------------------------------------------------------------------- /latex/fmc_ENG.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/fmc_ENG.tex -------------------------------------------------------------------------------- /latex/fmc_ENG.toc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/fmc_ENG.toc -------------------------------------------------------------------------------- /latex/img/2c2e-ex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/2c2e-ex.svg -------------------------------------------------------------------------------- /latex/img/DR_solve_FMC_Germany.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/DR_solve_FMC_Germany.svg -------------------------------------------------------------------------------- /latex/img/DR_triggerRUpRp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/DR_triggerRUpRp.svg -------------------------------------------------------------------------------- /latex/img/DR_trigger_R.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/DR_trigger_R.svg -------------------------------------------------------------------------------- /latex/img/DR_trigger_RU2Rp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/DR_trigger_RU2Rp.svg -------------------------------------------------------------------------------- /latex/img/DR_trigger_RURp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/DR_trigger_RURp.svg -------------------------------------------------------------------------------- /latex/img/DR_trigger_RUpRp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/DR_trigger_RUpRp.svg -------------------------------------------------------------------------------- /latex/img/align-join.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/align-join.svg -------------------------------------------------------------------------------- /latex/img/attila-solve.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/attila-solve.svg -------------------------------------------------------------------------------- /latex/img/b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/b.svg -------------------------------------------------------------------------------- /latex/img/b2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/b2.svg -------------------------------------------------------------------------------- /latex/img/b3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/b3.svg -------------------------------------------------------------------------------- /latex/img/conjugate-solve.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/conjugate-solve.svg -------------------------------------------------------------------------------- /latex/img/d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/d.svg -------------------------------------------------------------------------------- /latex/img/d2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/d2.svg -------------------------------------------------------------------------------- /latex/img/d3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/d3.svg -------------------------------------------------------------------------------- /latex/img/e.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/e.svg -------------------------------------------------------------------------------- /latex/img/example.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/example.pdf -------------------------------------------------------------------------------- /latex/img/f.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/f.svg -------------------------------------------------------------------------------- /latex/img/f2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/f2.svg -------------------------------------------------------------------------------- /latex/img/f3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/f3.svg -------------------------------------------------------------------------------- /latex/img/german2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/german2.svg -------------------------------------------------------------------------------- /latex/img/grzegorz-2010.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/grzegorz-2010.svg -------------------------------------------------------------------------------- /latex/img/guus-niss-inverse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/guus-niss-inverse.svg -------------------------------------------------------------------------------- /latex/img/guus-niss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/guus-niss.svg -------------------------------------------------------------------------------- /latex/img/influence-steps.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/influence-steps.svg -------------------------------------------------------------------------------- /latex/img/insert-pairs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/insert-pairs.svg -------------------------------------------------------------------------------- /latex/img/insertion-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/insertion-1.svg -------------------------------------------------------------------------------- /latex/img/inverse-scramble.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/inverse-scramble.svg -------------------------------------------------------------------------------- /latex/img/joao-2015.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/joao-2015.svg -------------------------------------------------------------------------------- /latex/img/joao-sar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/joao-sar.svg -------------------------------------------------------------------------------- /latex/img/keyhole-example.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/keyhole-example.svg -------------------------------------------------------------------------------- /latex/img/l.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/l.svg -------------------------------------------------------------------------------- /latex/img/l2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/l2.svg -------------------------------------------------------------------------------- /latex/img/l3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/l3.svg -------------------------------------------------------------------------------- /latex/img/m.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/m.svg -------------------------------------------------------------------------------- /latex/img/mirek-guus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/mirek-guus.svg -------------------------------------------------------------------------------- /latex/img/move-way.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/move-way.svg -------------------------------------------------------------------------------- /latex/img/mul-pre.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/mul-pre.svg -------------------------------------------------------------------------------- /latex/img/niss-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/niss-1.svg -------------------------------------------------------------------------------- /latex/img/niss-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/niss-2.svg -------------------------------------------------------------------------------- /latex/img/niss-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/niss-3.svg -------------------------------------------------------------------------------- /latex/img/niss-step1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/niss-step1.svg -------------------------------------------------------------------------------- /latex/img/niss-step2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/niss-step2.svg -------------------------------------------------------------------------------- /latex/img/niss-step3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/niss-step3.svg -------------------------------------------------------------------------------- /latex/img/niss-step4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/niss-step4.svg -------------------------------------------------------------------------------- /latex/img/nisseo1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/nisseo1.svg -------------------------------------------------------------------------------- /latex/img/nisseo2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/nisseo2.svg -------------------------------------------------------------------------------- /latex/img/pdrcampos.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/pdrcampos.svg -------------------------------------------------------------------------------- /latex/img/pdrseb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/pdrseb.svg -------------------------------------------------------------------------------- /latex/img/per-domino.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/per-domino.svg -------------------------------------------------------------------------------- /latex/img/premoves-modified.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/premoves-modified.svg -------------------------------------------------------------------------------- /latex/img/r.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/r.svg -------------------------------------------------------------------------------- /latex/img/r2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/r2.svg -------------------------------------------------------------------------------- /latex/img/r3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/r3.svg -------------------------------------------------------------------------------- /latex/img/replace_shorten.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/replace_shorten.svg -------------------------------------------------------------------------------- /latex/img/reto110a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto110a.svg -------------------------------------------------------------------------------- /latex/img/reto110b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto110b.svg -------------------------------------------------------------------------------- /latex/img/reto110c.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto110c.svg -------------------------------------------------------------------------------- /latex/img/reto110d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto110d.svg -------------------------------------------------------------------------------- /latex/img/reto110e.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto110e.svg -------------------------------------------------------------------------------- /latex/img/reto110f.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto110f.svg -------------------------------------------------------------------------------- /latex/img/reto110g.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto110g.svg -------------------------------------------------------------------------------- /latex/img/reto111a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto111a.svg -------------------------------------------------------------------------------- /latex/img/reto111b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto111b.svg -------------------------------------------------------------------------------- /latex/img/reto112a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto112a.svg -------------------------------------------------------------------------------- /latex/img/reto11a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto11a.svg -------------------------------------------------------------------------------- /latex/img/reto15a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto15a.svg -------------------------------------------------------------------------------- /latex/img/reto15b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto15b.svg -------------------------------------------------------------------------------- /latex/img/reto16a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto16a.svg -------------------------------------------------------------------------------- /latex/img/reto16b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto16b.svg -------------------------------------------------------------------------------- /latex/img/reto16c.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto16c.svg -------------------------------------------------------------------------------- /latex/img/reto17a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto17a.svg -------------------------------------------------------------------------------- /latex/img/reto17b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto17b.svg -------------------------------------------------------------------------------- /latex/img/reto17c.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto17c.svg -------------------------------------------------------------------------------- /latex/img/reto17d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto17d.svg -------------------------------------------------------------------------------- /latex/img/reto17e.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto17e.svg -------------------------------------------------------------------------------- /latex/img/reto17f.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto17f.svg -------------------------------------------------------------------------------- /latex/img/reto18a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto18a.svg -------------------------------------------------------------------------------- /latex/img/reto18b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto18b.svg -------------------------------------------------------------------------------- /latex/img/reto18c.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto18c.svg -------------------------------------------------------------------------------- /latex/img/reto18d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto18d.svg -------------------------------------------------------------------------------- /latex/img/reto18e.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto18e.svg -------------------------------------------------------------------------------- /latex/img/reto18f.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto18f.svg -------------------------------------------------------------------------------- /latex/img/reto18g.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto18g.svg -------------------------------------------------------------------------------- /latex/img/reto19a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto19a.svg -------------------------------------------------------------------------------- /latex/img/reto19b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto19b.svg -------------------------------------------------------------------------------- /latex/img/reto19c.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto19c.svg -------------------------------------------------------------------------------- /latex/img/reto3c1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto3c1.svg -------------------------------------------------------------------------------- /latex/img/reto3c10.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto3c10.svg -------------------------------------------------------------------------------- /latex/img/reto3c11.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto3c11.svg -------------------------------------------------------------------------------- /latex/img/reto3c12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto3c12.svg -------------------------------------------------------------------------------- /latex/img/reto3c13.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto3c13.svg -------------------------------------------------------------------------------- /latex/img/reto3c2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto3c2.svg -------------------------------------------------------------------------------- /latex/img/reto3c3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto3c3.svg -------------------------------------------------------------------------------- /latex/img/reto3c4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto3c4.svg -------------------------------------------------------------------------------- /latex/img/reto3c5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto3c5.svg -------------------------------------------------------------------------------- /latex/img/reto3c6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto3c6.svg -------------------------------------------------------------------------------- /latex/img/reto3c7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto3c7.svg -------------------------------------------------------------------------------- /latex/img/reto3c8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto3c8.svg -------------------------------------------------------------------------------- /latex/img/reto3c9.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto3c9.svg -------------------------------------------------------------------------------- /latex/img/reto3e1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto3e1.svg -------------------------------------------------------------------------------- /latex/img/reto3e2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto3e2.svg -------------------------------------------------------------------------------- /latex/img/reto3e3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto3e3.svg -------------------------------------------------------------------------------- /latex/img/reto3e4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto3e4.svg -------------------------------------------------------------------------------- /latex/img/reto3e5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto3e5.svg -------------------------------------------------------------------------------- /latex/img/reto3e6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto3e6.svg -------------------------------------------------------------------------------- /latex/img/reto3e7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reto3e7.svg -------------------------------------------------------------------------------- /latex/img/reverse-niss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/reverse-niss.svg -------------------------------------------------------------------------------- /latex/img/rw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/rw.svg -------------------------------------------------------------------------------- /latex/img/s.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/s.svg -------------------------------------------------------------------------------- /latex/img/separated-cycles.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/separated-cycles.svg -------------------------------------------------------------------------------- /latex/img/sexy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/sexy.svg -------------------------------------------------------------------------------- /latex/img/u.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/u.svg -------------------------------------------------------------------------------- /latex/img/u2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/u2.svg -------------------------------------------------------------------------------- /latex/img/u3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/u3.svg -------------------------------------------------------------------------------- /latex/img/wc-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/wc-3.svg -------------------------------------------------------------------------------- /latex/img/wc19-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/wc19-2.svg -------------------------------------------------------------------------------- /latex/img/wrsolve.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/wrsolve.svg -------------------------------------------------------------------------------- /latex/img/wrsolveinv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/img/wrsolveinv.svg -------------------------------------------------------------------------------- /latex/svg-inkscape/2c2e-ex_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/2c2e-ex_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/2c2e-ex_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/2c2e-ex_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/DR_solve_FMC_Germany_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/DR_solve_FMC_Germany_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/DR_solve_FMC_Germany_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/DR_solve_FMC_Germany_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/DR_trigger_RU2Rp_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/DR_trigger_RU2Rp_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/DR_trigger_RU2Rp_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/DR_trigger_RU2Rp_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/DR_trigger_RURp_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/DR_trigger_RURp_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/DR_trigger_RURp_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/DR_trigger_RURp_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/DR_trigger_RUpRp_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/DR_trigger_RUpRp_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/DR_trigger_RUpRp_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/DR_trigger_RUpRp_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/DR_trigger_R_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/DR_trigger_R_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/DR_trigger_R_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/DR_trigger_R_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/align-join_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/align-join_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/align-join_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/align-join_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/attila-solve_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/attila-solve_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/attila-solve_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/attila-solve_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/b2_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/b2_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/b2_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/b2_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/b3_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/b3_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/b3_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/b3_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/b_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/b_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/b_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/b_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/conjugate-solve_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/conjugate-solve_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/conjugate-solve_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/conjugate-solve_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/d2_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/d2_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/d2_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/d2_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/d3_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/d3_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/d3_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/d3_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/d_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/d_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/d_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/d_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/e_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/e_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/e_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/e_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/f2_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/f2_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/f2_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/f2_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/f3_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/f3_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/f3_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/f3_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/f_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/f_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/f_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/f_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/german2_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/german2_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/german2_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/german2_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/grzegorz-2010_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/grzegorz-2010_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/grzegorz-2010_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/grzegorz-2010_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/guus-niss-inverse_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/guus-niss-inverse_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/guus-niss-inverse_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/guus-niss-inverse_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/guus-niss_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/guus-niss_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/guus-niss_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/guus-niss_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/influence-steps_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/influence-steps_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/influence-steps_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/influence-steps_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/insert-pairs_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/insert-pairs_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/insert-pairs_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/insert-pairs_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/insertion-1_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/insertion-1_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/insertion-1_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/insertion-1_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/inverse-scramble_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/inverse-scramble_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/inverse-scramble_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/inverse-scramble_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/joao-2015_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/joao-2015_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/joao-2015_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/joao-2015_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/joao-sar_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/joao-sar_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/joao-sar_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/joao-sar_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/keyhole-example_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/keyhole-example_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/keyhole-example_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/keyhole-example_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/l2_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/l2_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/l2_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/l2_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/l3_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/l3_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/l3_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/l3_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/l_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/l_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/l_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/l_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/m_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/m_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/m_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/m_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/mirek-guus_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/mirek-guus_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/mirek-guus_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/mirek-guus_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/move-way_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/move-way_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/move-way_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/move-way_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/mul-pre_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/mul-pre_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/mul-pre_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/mul-pre_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/niss-1_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/niss-1_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/niss-1_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/niss-1_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/niss-2_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/niss-2_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/niss-2_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/niss-2_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/niss-3_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/niss-3_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/niss-3_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/niss-3_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/niss-step1_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/niss-step1_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/niss-step1_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/niss-step1_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/niss-step2_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/niss-step2_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/niss-step2_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/niss-step2_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/niss-step3_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/niss-step3_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/niss-step3_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/niss-step3_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/niss-step4_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/niss-step4_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/niss-step4_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/niss-step4_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/nisseo1_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/nisseo1_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/nisseo1_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/nisseo1_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/nisseo2_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/nisseo2_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/nisseo2_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/nisseo2_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/pdrcampos_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/pdrcampos_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/pdrcampos_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/pdrcampos_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/pdrseb_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/pdrseb_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/pdrseb_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/pdrseb_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/per-domino_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/per-domino_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/per-domino_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/per-domino_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/premoves-modified_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/premoves-modified_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/premoves-modified_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/premoves-modified_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/r2_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/r2_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/r2_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/r2_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/r3_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/r3_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/r3_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/r3_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/r_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/r_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/r_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/r_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/replace_shorten_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/replace_shorten_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/replace_shorten_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/replace_shorten_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto110a_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto110a_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto110a_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto110a_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto110b_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto110b_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto110b_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto110b_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto110c_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto110c_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto110c_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto110c_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto110d_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto110d_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto110d_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto110d_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto110e_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto110e_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto110e_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto110e_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto110f_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto110f_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto110f_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto110f_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto110g_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto110g_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto110g_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto110g_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto111a_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto111a_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto111a_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto111a_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto112a_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto112a_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto112a_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto112a_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto11_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto11_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto11_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto11_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto12_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto12_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto12_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto12_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto13_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto13_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto13_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto13_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto14_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto14_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto14_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto14_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto15_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto15_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto15_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto15_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto15a_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto15a_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto15a_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto15a_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto15b_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto15b_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto15b_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto15b_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto16_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto16_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto16_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto16_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto16a_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto16a_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto16a_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto16a_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto16b_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto16b_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto16b_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto16b_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto16c_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto16c_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto16c_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto16c_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto17_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto17_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto17_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto17_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto17a_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto17a_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto17a_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto17a_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto17b_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto17b_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto17b_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto17b_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto17c_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto17c_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto17c_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto17c_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto17d_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto17d_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto17d_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto17d_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto17e_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto17e_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto17e_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto17e_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto17f_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto17f_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto17f_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto17f_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto18_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto18_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto18_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto18_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto18a_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto18a_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto18a_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto18a_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto18b_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto18b_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto18b_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto18b_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto18c_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto18c_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto18c_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto18c_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto18d_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto18d_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto18d_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto18d_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto18e_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto18e_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto18e_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto18e_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto18f_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto18f_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto18f_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto18f_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto18g_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto18g_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto18g_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto18g_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto19a_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto19a_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto19a_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto19a_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto19b_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto19b_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto19b_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto19b_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto19c_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto19c_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto19c_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto19c_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto22_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto22_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto22_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto22_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3c10_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3c10_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3c10_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3c10_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3c11_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3c11_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3c11_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3c11_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3c12_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3c12_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3c12_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3c12_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3c13_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3c13_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3c13_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3c13_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3c1_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3c1_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3c1_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3c1_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3c2_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3c2_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3c2_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3c2_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3c3_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3c3_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3c3_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3c3_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3c4_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3c4_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3c4_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3c4_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3c5_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3c5_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3c5_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3c5_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3c6_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3c6_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3c6_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3c6_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3c7_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3c7_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3c7_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3c7_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3c8_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3c8_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3c8_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3c8_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3c9_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3c9_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3c9_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3c9_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3e1_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3e1_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3e1_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3e1_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3e2_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3e2_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3e2_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3e2_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3e3_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3e3_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3e3_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3e3_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3e4_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3e4_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3e4_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3e4_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3e5_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3e5_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3e5_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3e5_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3e6_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3e6_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3e6_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3e6_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3e7_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3e7_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reto3e7_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reto3e7_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/reverse-niss_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reverse-niss_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/reverse-niss_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/reverse-niss_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/rw_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/rw_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/rw_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/rw_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/s_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/s_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/s_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/s_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/separated-cycles_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/separated-cycles_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/separated-cycles_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/separated-cycles_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/sexy_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/sexy_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/sexy_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/sexy_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/u2_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/u2_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/u2_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/u2_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/u3_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/u3_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/u3_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/u3_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/u_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/u_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/u_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/u_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/wc-3_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/wc-3_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/wc-3_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/wc-3_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/wc19-2_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/wc19-2_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/wc19-2_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/wc19-2_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/wrsolve_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/wrsolve_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/wrsolve_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/wrsolve_svg-tex.pdf_tex -------------------------------------------------------------------------------- /latex/svg-inkscape/wrsolveinv_svg-tex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/wrsolveinv_svg-tex.pdf -------------------------------------------------------------------------------- /latex/svg-inkscape/wrsolveinv_svg-tex.pdf_tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/latex/svg-inkscape/wrsolveinv_svg-tex.pdf_tex -------------------------------------------------------------------------------- /misc/LL_algs_6-10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sebastianotronto/fmctutorial/HEAD/misc/LL_algs_6-10.txt --------------------------------------------------------------------------------