Skip to content

Commit 89ac6de

Browse files
committed
Add documentation of contractions as images of the corresponding networks
1 parent 402b76f commit 89ac6de

File tree

63 files changed

+14101
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+14101
-0
lines changed

.gitignore

+303
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,307 @@ dmypy.json
189189
cython_debug/
190190

191191

192+
## Core latex/pdflatex auxiliary files:
193+
*.aux
194+
*.lof
195+
*.log
196+
*.lot
197+
*.fls
198+
*.out
199+
*.toc
200+
*.fmt
201+
*.fot
202+
*.cb
203+
*.cb2
204+
.*.lb
205+
206+
## Intermediate documents:
207+
*.dvi
208+
*.xdv
209+
*-converted-to.*
210+
# these rules might exclude image files for figures etc.
211+
# *.ps
212+
# *.eps
213+
# *.pdf
214+
215+
## Generated if empty string is given at "Please type another file name for output:"
216+
.pdf
217+
218+
## Bibliography auxiliary files (bibtex/biblatex/biber):
219+
*.bbl
220+
*.bcf
221+
*.blg
222+
*-blx.aux
223+
*-blx.bib
224+
*.run.xml
225+
226+
## Build tool auxiliary files:
227+
*.fdb_latexmk
228+
*.synctex
229+
*.synctex(busy)
230+
*.synctex.gz
231+
*.synctex.gz(busy)
232+
*.pdfsync
233+
234+
## Build tool directories for auxiliary files
235+
# latexrun
236+
latex.out/
237+
238+
## Auxiliary and intermediate files from other packages:
239+
# algorithms
240+
*.alg
241+
*.loa
242+
243+
# achemso
244+
acs-*.bib
245+
246+
# amsthm
247+
*.thm
248+
249+
# beamer
250+
*.nav
251+
*.pre
252+
*.snm
253+
*.vrb
254+
255+
# changes
256+
*.soc
257+
258+
# comment
259+
*.cut
260+
261+
# cprotect
262+
*.cpt
263+
264+
# elsarticle (documentclass of Elsevier journals)
265+
*.spl
266+
267+
# endnotes
268+
*.ent
269+
270+
# fixme
271+
*.lox
272+
273+
# feynmf/feynmp
274+
*.mf
275+
*.mp
276+
*.t[1-9]
277+
*.t[1-9][0-9]
278+
*.tfm
279+
280+
#(r)(e)ledmac/(r)(e)ledpar
281+
*.end
282+
*.?end
283+
*.[1-9]
284+
*.[1-9][0-9]
285+
*.[1-9][0-9][0-9]
286+
*.[1-9]R
287+
*.[1-9][0-9]R
288+
*.[1-9][0-9][0-9]R
289+
*.eledsec[1-9]
290+
*.eledsec[1-9]R
291+
*.eledsec[1-9][0-9]
292+
*.eledsec[1-9][0-9]R
293+
*.eledsec[1-9][0-9][0-9]
294+
*.eledsec[1-9][0-9][0-9]R
295+
296+
# glossaries
297+
*.acn
298+
*.acr
299+
*.glg
300+
*.glo
301+
*.gls
302+
*.glsdefs
303+
*.lzo
304+
*.lzs
305+
*.slg
306+
*.slo
307+
*.sls
308+
309+
# uncomment this for glossaries-extra (will ignore makeindex's style files!)
310+
# *.ist
311+
312+
# gnuplot
313+
*.gnuplot
314+
*.table
315+
316+
# gnuplottex
317+
*-gnuplottex-*
318+
319+
# gregoriotex
320+
*.gaux
321+
*.glog
322+
*.gtex
323+
324+
# htlatex
325+
*.4ct
326+
*.4tc
327+
*.idv
328+
*.lg
329+
*.trc
330+
*.xref
331+
332+
# hyperref
333+
*.brf
334+
335+
# knitr
336+
*-concordance.tex
337+
# TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files
338+
# *.tikz
339+
*-tikzDictionary
340+
341+
# listings
342+
*.lol
343+
344+
# luatexja-ruby
345+
*.ltjruby
346+
347+
# makeidx
348+
*.idx
349+
*.ilg
350+
*.ind
351+
352+
# minitoc
353+
*.maf
354+
*.mlf
355+
*.mlt
356+
*.mtc[0-9]*
357+
*.slf[0-9]*
358+
*.slt[0-9]*
359+
*.stc[0-9]*
360+
361+
# minted
362+
_minted*
363+
*.pyg
364+
365+
# morewrites
366+
*.mw
367+
368+
# newpax
369+
*.newpax
370+
371+
# nomencl
372+
*.nlg
373+
*.nlo
374+
*.nls
375+
376+
# pax
377+
*.pax
378+
379+
# pdfpcnotes
380+
*.pdfpc
381+
382+
# sagetex
383+
*.sagetex.sage
384+
*.sagetex.py
385+
*.sagetex.scmd
386+
387+
# scrwfile
388+
*.wrt
389+
390+
# svg
391+
svg-inkscape/
392+
393+
# sympy
394+
*.sout
395+
*.sympy
396+
sympy-plots-for-*.tex/
397+
398+
# pdfcomment
399+
*.upa
400+
*.upb
401+
402+
# pythontex
403+
*.pytxcode
404+
pythontex-files-*/
405+
406+
# tcolorbox
407+
*.listing
408+
409+
# thmtools
410+
*.loe
411+
412+
# TikZ & PGF
413+
*.dpth
414+
*.md5
415+
*.auxlock
416+
417+
# titletoc
418+
*.ptc
419+
420+
# todonotes
421+
*.tdo
422+
423+
# vhistory
424+
*.hst
425+
*.ver
426+
427+
# easy-todo
428+
*.lod
429+
430+
# xcolor
431+
*.xcp
432+
433+
# xmpincl
434+
*.xmpi
435+
436+
# xindy
437+
*.xdy
438+
439+
# xypic precompiled matrices and outlines
440+
*.xyc
441+
*.xyd
442+
443+
# endfloat
444+
*.ttt
445+
*.fff
446+
447+
# Latexian
448+
TSWLatexianTemp*
449+
450+
## Editors:
451+
# WinEdt
452+
*.bak
453+
*.sav
454+
455+
# Texpad
456+
.texpadtmp
457+
458+
# LyX
459+
*.lyx~
460+
461+
# Kile
462+
*.backup
463+
464+
# gummi
465+
.*.swp
466+
467+
# KBibTeX
468+
*~[0-9]*
469+
470+
# TeXnicCenter
471+
*.tps
472+
473+
# auto folder when using emacs and auctex
474+
./auto/*
475+
*.el
476+
477+
# expex forward references with \gathertags
478+
*-tags.tex
479+
480+
# standalone packages
481+
*.sta
482+
483+
# Makeindex log files
484+
*.lpz
485+
486+
# xwatermark package
487+
*.xwm
488+
489+
# REVTeX puts footnotes in the bibliography by default, unless the nofootinbib
490+
# option is specified. Footnotes are the stored in a file with suffix Notes.bib.
491+
# Uncomment the next line to have this generated file ignored.
492+
#*Notes.bib
493+
494+
192495
data/
44 KB
Binary file not shown.

0 commit comments

Comments
 (0)