I'm trying to get commutative diagram #latex previews using #orgmode with #tikz in #emacs. dvipng doesn't seem to play nice with tikz, so I switched to #imagemagick. Unfortinately, the "frame" created to hold the imagemagick preview is huge, and I can't figure out how to get it sized correctly. Any advice would be appreciated. See the attached images to see what I'm talking about (the imagemagick preview is so large the lorem ipsum paragraph isn't even in view, and its not left-aligned)
#latex #orgmode #tikz #emacs #imagemagick
Hallo miteinander, ich bin #neuhier
und ganz neu im Social Media Gedöns, weshalb ich mich noch etwas bedeckt halte. Bitte um Verständnis.
Ich bin Lehrer an einem Gymnasium in BW und unterrichte @mathematikEdu, @physikEdu und auch ein wenig @informatikEdu
Ich arbeite gerne mit #TexLaTex und #TikZ, #Geogebra sowie #GoodNotes und wir nutzen #moodle an der Schule.
Aber irgendwie bekomme ich die vier Dinge noch nicht "organisch" zusammen...😮
Es grüßt die
Olle @Schaluppe
#neuhier #texlatex #tikz #geogebra #goodnotes #moodle
Das Programm des Villages „TeX, LaTeX & friends“ steht:
https://events.ccc.de/camp/2023/hub/camp23/de/assembly/texlatex/
Besucht uns! Hic sunt leones. 🦁
#TeXLaTeX #ConTeXt #TikZ #cccamp2023 #cccamp
#texlatex #Context #tikz #cccamp2023 #cccamp
Es ist schon echt cool, was man so alles mit #TeXLaTeX und #Tikz erstellen kann……..bin gerade dabei mein persönlcihes Übungsbuch für mein #Klavierspiel zu erstellen. Klar das es mit TeXLaTeX, #lilypond und Tikz geschrieben wird.
#texlatex #tikz #klavierspiel #lilypond #texstudio #frescobaldi #piano #Klavier #exercises
The code is of course freely available in the REBOUND package (https://github.com/hannorein/rebound). To use the new fast WHFast512 integrator you need a CPU with #AVX512 instructions. If you don't have one, you should at least check out the paper to see what we do. You'll get rewarded with some fancy #latex #tikz illustrations of the algorithm!
The internet at its best: https://tex.stackexchange.com/questions/681418/draw-a-unicorn-in-tikz #chatgpt #unicorn #tikz
@nicolay_lilicre @tmounier les animations, on en revient. Et puis Beamer a cet enorme avantage de pouvoir copier/coller toutes tes figures #tikz ou autre, de pouvoir les faire apparaître petit a petit, les modifier…
Et je crois que PowerPoint ou Impress ne permettent pas d’avoir une structure claire du document (section, sous-section…). Et ça c’est dommage. #Markown semble mieux car possibilité d’equation en #LaTeX, mais pas de figures tikz (enfin je ne crois pas)
@Anne73939133 @otini
Pour le troisième schéma, #tikz peut gérer des coordonnées 3D ce qui peut être très pratique. Ton schéma me paraît assez simple : tu fais une grille 3D de nodes puis tu ajoutes les flèches. La difficulté est de rendre le schéma lisible 😋
(C'est pas de la vraie 3D, les coordonnées sont immédiatement projetées en 2D et le dessin est réalisé dans l'ordre du code.)
#latex
🆕 The pandoc #filter "diagram" generates images from text definitions. Currently supported: #TikZ, #Asymptote, #GraphViz, #Mermaid, and #PlantUML.
#Quarto users can install the filter with
quarto add pandoc-ext/diagram
#filter #tikz #asymptote #graphviz #mermaid #plantuml #quarto
Quelques fiches sur l’utilisation de #TeXLaTeX:
https://www.gutenberg-asso.fr/Petites-fiches-de-presentation
#GUTenberg
Ici, les graphiques avec tkz-fct et #TikZ
@im
C'est surtout pratique pour modifier son graph directement dans le code de son .tex (et sans avoir à modifier l'image dans un logiciel tier).
Mais je suis d'accord avec toi, #Tikz est un peu rebutant au premier abord. 😉
Après il existe des packages comme #ProfLycee et #ProfCollege qui facilite la production de graph. Mais je ne les utilise pas...
En y regardant de plus près, j'ai fait mes docs sur "Pythagore" avec Tikz et ceux sur le "Calcul Littéral" avec #GeoGebra. 🙃
#tikz #proflycee #profcollege #geogebra #latex
The latest #ConTeXt #LMTX update finally includes the module installer script that we were missing since the end of MkIV.
It supersedes the previously announced #TikZ installer script.
* list available modules:
mtxrun --script install-modules --list
* Install (all) modules:
mtxrun --script install-modules --install --all
There are still some teething troubles, some modules don’t comply to TDS, but we’re getting there.
#TikZ users on #ConTeXt frequently run into compatibility problems. ConTeXt’s graphics language of choice is #MetaPost, but today’s update introduced a new script:
mtxrun --script install-tikz
When run in the #TeX root, it will install TikZ stuff from CTAN.
Wipes the files that make no sense (or can interfere or might be harmful).
The script will get extended after user feedback.