Yves Chevallier

Results 15 issues of Yves Chevallier

I have a document written in French and English. Is this possible to have something like: spelling_lang=['en_US', 'fr_CH']

enhancement

My goal is to get any shape with holes and generate a Voronoi diagram inside it. With the app I generated a mesh then modified it in Illustrator to get...

enhancement

Unfortunately it doesn't seem to build :( ``` $ git rev-parse master 81d098d9b51fb0bb383cecad0af2b6ece945f671 $ make g++ -c -g Boid.cpp g++ -c -g Flock.cpp In file included from Flock.cpp:2: Flock.h:22:11: error:...

I am writing a documentation in french and I notice Wikipedia links don't work. To test that I tried the following code, and only the second link works: ```markdown :::{list-table}...

I usually use the `--export-latex` feature: inkscape -D -z --file=image.svg --export-pdf=image.pdf --export-latex But in this case I need to include my figure as follow: \def\svgwidth{\columnwidth} \input{image.pdf_tex} Is this possible?