TeX Live and MacTeXPackages on https://texlive.net/run

Information and discussion about TeX Live distribution for all platforms (Windows, Linux, Mac OS X) and the related MacTeX: installing, updating, configuring
Post Reply
cpierquet
Posts: 9
Joined: Thu May 23, 2024 7:40 pm

Packages on https://texlive.net/run

Post by cpierquet »

Hi- Tks for your virtual machine for online compiler ;-)
Is it possible to update the packages in order to use last versions of packages ;-) ?

Tks in advance :-)

Céd

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Packages on https://texlive.net/run

Post by Stefan Kottwitz »

Hi Céd,

I run an update. Do you want to test?

Here's a quick test of what I did:

Code: Select all

\documentclass[border=10pt]{standalone}
\usepackage{thematicpuzzle}
\usepackage{xfp}
\usepackage{fontawesome5}
\begin{document}
\ThematicPuzzle[FontLabels = {\tiny\sffamily},
  Labels = { ssh, login, set PATH, tlmgr},
  BgColors = {green!90, yellow!20, red!20, blue!20},
  IconsColor = {red!90!black}]
  { \faLaptop, \faArrowRight, \faKeyboard, \faTools }
\end{document}
puzzle.png
puzzle.png (16.13 KiB) Viewed 8215 times
Stefan
LaTeX.org admin
cpierquet
Posts: 9
Joined: Thu May 23, 2024 7:40 pm

Packages on https://texlive.net/run

Post by cpierquet »

Perfect ;-) My 'new' tkz-grapheur is available :D

Is it simple to provide a texlive for online compilation, if I can help ^^ ?
Attachments
image_2024-05-24_133417608.png
image_2024-05-24_133417608.png (9.14 KiB) Viewed 8209 times
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Packages on https://texlive.net/run

Post by Stefan Kottwitz »

The package is in TeXlive online, here's an example from your manual to test:

Code: Select all

\documentclass[border=10pt]{standalone}
\usepackage{tkz-grapheur}
\begin{document}
\begin{GraphiqueTikz}%
  [x=1.2cm,y=1.6cm,Xmin=-7,Xmax=4,Ymin=-3,Ymax=3,
    Ygrille=0.5,Ygrilles=0.25]
  \TracerAxesGrilles[Grads=false,Elargir=2.5mm]{}{}
  \def\LISTETEST{-6/2/0§-1/-2/0§2/1/0§3.5/0/-1}
  \DefinirSpline[Nom=splinetest]{\LISTETEST}
  \TracerIntegrale[Spline,Style=hachures,
    Couleurs=purple]{splinetest}{-5.75}{-4.75}
  \TracerIntegrale[Spline,Couleurs=blue]{splinetest}{-2}{-1}
  \TracerIntegrale[Spline,Couleurs=orange]{splinetest}{1}{3}
  \TracerSpline[Couleur=olive]{\LISTETEST}
  \TracerAxesGrilles[Grille=false,Elargir=2.5mm]
    {-7,-6,...,4}%
    {-3,-2.5,...,3}
\end{GraphiqueTikz}
\end{document}
Stefan
LaTeX.org admin
BrianFloyd
Posts: 2
Joined: Thu Jun 06, 2024 9:43 am

Packages on https://texlive.net/run

Post by BrianFloyd »

Thank you Stefan, you made my day :)
cpierquet
Posts: 9
Joined: Thu May 23, 2024 7:40 pm

Packages on https://texlive.net/run

Post by cpierquet »

Is it possible to program a regular automatic update ;) ?
Stefan Kottwitz wrote:Hi Céd,

I run an update. Do you want to test?

Here's a quick test of what I did:

Code: Select all

\documentclass[border=10pt]{standalone}
\usepackage{thematicpuzzle}
\usepackage{xfp}
\usepackage{fontawesome5}
\begin{document}
\ThematicPuzzle[FontLabels = {\tiny\sffamily},
  Labels = { ssh, login, set PATH, tlmgr},
  BgColors = {green!90, yellow!20, red!20, blue!20},
  IconsColor = {red!90!black}]
  { \faLaptop, \faArrowRight, \faKeyboard, \faTools }
\end{document}
puzzle.png

Stefan
Post Reply