You are not logged in.
Hi everyone, i love SliTaz, but i think we need more people to make it's better. Maybe showing SliTaz power, more people could get interest in this good distro.
So, what's the best thing you've done whit SliTaz?
Offline
Well, I used SliTaz as a daily driver on my desktop and laptop for some time.
And it also powered my NAS/torrent box/mpd server with http streaming and self-made web page for control.
Offline
It works on my Ryzen PC.
Offline
Slitaz was my gateway to learning linux, haven't paused a single day!
Offline
Hi,
I wrote a book in A5 with font Computer Modern Sans Serif in German with SliTaz using gummi-0.6.1.
I used gummi with LaTeX from texlive2008-20080822.iso (2.4 GB). It is now many years ago.
tazpkg -gi get-texlive is still executable, but unfortunately get-texlive does not work anymore.
It would be nice, if it could be repaired, because texlive 2008 works well with SliTaz 4.0 / 5.0.
Here is a working exsample of a LaTeX book buch-a5.tex in A5 with Computer Modern Sans Serif font:
-----------------
\documentclass[fleqn,11pt, a5paper]{book}
\usepackage{graphicx, amsmath, amssymb, amsthm} \usepackage[ngerman]{babel} \usepackage[utf8]{inputenc}
\usepackage{parskip} \usepackage[sf]{titlesec} \usepackage{hyperref} \usepackage{xcolor}
\usepackage[margin=2.1cm]{geometry} \usepackage[eulergreek]{sansmath} \usepackage{sansmath}
\title{ \bf \sf{Buch}}
\author{Autor}
\date{Februar 2024}
\titlespacing*{\section}{0pt}{*5}{0pt}
\begin{document} \pagestyle{plain}
\fontfamily{cmss} \selectfont \sansmath
\newpage \thispagestyle{empty}
\pdfbookmark{Titelseite}{title}
\huge Moderne Wissenschaft
\normalsize
\thispagestyle{empty}
\newpage
\setcounter{page}{3}
\pdfbookmark{Vorwort}{}
\chapter*{Vorwort}
Die gewählte Schrift ist hier Computer Modern Sans Serif (cmss).
\pagenumbering{Roman}
\cleardoublepage\pdfbookmark{\contentsname}{toc} \tableofcontents
\chapter*{Einführung}
\addcontentsline{toc}{chapter}{Einführung}
\pagenumbering{arabic} \setcounter{page}{1}
Das Buch ist auf gutem Papier im Format DIN A4 geschrieben.
\chapter{Mathematik}
\section{Rechnen}
Die Bruchrechnung gibt $\frac{1}{2} + \frac{1}{3} = \frac{5}{6}$ und mit Potenzen rechnen wir:
\begin{minipage}{.3\linewidth}
$2^{10} = 1024$
\end{minipage}
\begin{minipage}{.3\linewidth}
$7^3 = 343$
\end{minipage}
\begin{minipage}{.4\linewidth}
$(a+b)^2 = a^2 +2ab + b^2$ \\ $(a-b)^2 = a^2 - 2ab + b^2$
\end{minipage}
Hier finden Sie ein Beispiel für eine Formel mit großen Klammern.
\begin{eqnarray}
\left( \frac{a}{b} \right)^3 = \frac{a^3}{b^3} \nonumber
\end{eqnarray}
\end{document}
--------------------------
The files from texlive 2008 really needed for this book could be packed in a tazpkg < 10 MB.
Regards kubepc
Offline
Offline
https://people.slitaz.org/~shann/texlive-2008/
Inside we have
get-texlive-2008.tazpkg (provide get-texlive updated)
texlive-20080903.tazpkg (texlive minimal version)
You need export in your PATH /usr/local/texlive/20080903/bin/i386-linux/
Not sure how it's work i try to use pdftex, but i have warn about [c]! Undefined control sequence.[/c]
Let's you check if work as expected 
Offline
Hi Stanislas,
get-texlive-2008.tazpkg from Your space cannot verify the certificate from Utah.
texlive-20080903.tazpkg from Your space does not work for me. gummi says the compiler is missing.
Here is a link to my minimal version of texlive-2008 based on texlive2008-20080822.iso.
Downloadlink: https://www.file-upload.net/download-15266046/latex-2008b.tazpkg.html
Be carefull using file-upload.net. Use a system in RAM, because file-upload.net makes a lot of spam.
Regards,
kubepc
[attachment=52027,3474]
Offline
Hi kubepc,
for issue about certificate, rolling don't have [c]cacerts[/c] by default.
In case workaround could be to use ftp:// also for get archive
I check archlinux package, they have texlive-basic and texlive-bin.
pdflatex provide by texlive-bin.
Need to check for how to install pdflatex with install-tl
Offline
Hi Stanislas,
texlive-20080903.tazpkg from Your space of today works, but you will have to open a new X session. gummi and texlive compile simple TeX-files, but not my sample of a book needing more TeX-packages.
(My latex-2008b does not need the start of a new X session and it compiles my exsample of a book.)
After installing get-texlive-2008.tazpkg from Your space of today and executing get-texlive it shows no errors, but the folder usr/local/texlive is empty and therefore gummi has no compiler.
Regards,
kubepc
Offline
Hi kubepc,
On my side i define path on terminal and run gummi after.
Infact to have /usr/local/texlive in path, logout/login is necessary but you can use :
[c]source /etc/profile[/c] to have right path.
I retry test on rolling iso in vm :
su -
tazpkg -gi gummi
wget http://people.slitaz.org/~shann/texlive/get-texlive-2008.tazpkg
tazpkg -i get-texlive-2008.tazpkg
get-texlive
# validate to install package
In user shell
source /etc/profile
gummi
compiler see and work.
Now need to check what miss libs you need for your doc.
Offline
It's ok on my side.
Seem you need this libs [c]xcolor[/c] and [c]titlesec[/c]
Could be installed with :
su -c "tlmgr install xcolor"
su -c "tlmgr install titlesec"
[attachment=52035,3476] [attachment=52035,3477]
Offline
Hi Stanislas,
I would like to describe, how texlive-2008 is now working using SliTaz rolling core64:
0. I installed gummi-0.6.1 in X Term Terminal as super user (su) by: tazpkg -gi gummi
1. I saved texlive-20080903.tazpkg from https://people.slitaz.org/~shann/texlive-2008/
2. I install texlive-20080903.tazpkg by double clicking and installing as root with root
3. I logged out and logged in again
4. I tested gummi and gummi when starting is now compiling the default.tex
5. I installed in X Term as super user the missing TeX-package with the TeXLiveManager
tlmgr install xcolor
tlmgr install titlesec
6. Now gummi and texlive are compiling my sample book.
Offline
Hi Stanislas,
as super user (su) in XTerm Terminal
wget http://people.slitaz.org/~shann/texlive/get-texlive-2008.tazpkg
is not working. It says ERROR: cannot verify people.slitaz.org's certificate.
Regards,
kubepc
Offline
Hello kubepc,
probably a bad question, but is cacerts loaded with dependencies ?
Friendly.
Offline
Hi Rantanplan, Hi Shann,
at the beginning of /usr/bin/get-texlive in the package are no dependencies for cacerts:
#!/bin/sh
# download, pack and install a minimal texlive scheme.
PACKAGE="texlive"
CATEGORY="office"
SHORT_DESC="latex text processor"
MAINTAINER="sygne@ombres.eu"
DEPENDS="wget perl openssl"
SOURCE="install-tl"
TARBALL="$SOURCE-unx.tar.gz"
WEB_SITE="http://www.tug.org/$PACKAGE/"
WGET_URL="ftp://ftp.math.utah.edu/pub/tex/historic/systems/$PACKAGE/2008/tlnet/$TARBALL"
ROOT="$1"
...
On the other hand the command was not corresponding to shann's directory.
2008 in the middle was missing. It should be:
wget http://people.slitaz.org/~shann/texlive-2008/get-texlive-2008.tazpkg
Now the script produces for me a tiny package texlive-20080903.tazpkg (only 1.8 K),
which of course cannot work.
Regards,
kubepc
[attachment=52039,3478]
Offline
Hi kubepc,
infact miss typo (type instead copy/paste) for url 
In case cacerts need to be ensure https:// work, but rolling seem not need when i retry on fresh vm.
If remember you said use rolling core64, perl script install-tl failed because unrecognize x86_64 arch.
I check install-tl, if understand normally it's fallback to i386-linux.
If i use [c]setarch linux32[/c] and run manually script install-tl, it's work.
Quick patch i do append ./install-tl line with [c]setarch linux32[/c]
Line become
[c]setarch linux32 ./install-tl -profile slitaz.profile -location ftp://....[/c]
[attachment=52040,3479] [attachment=52040,3480]
Offline
Hi Stanislas,
get-texlive works now on slitaz-rolling-core64 with gummi 0.6.1. The default.tex gets compiled after a logout and a login. After the following comands in the XTerm terminal:
tlmgr install xcolor
tlmgr install titlesec
my sample book is also being compiled.
Thank You very much
kubepc
Offline
[ Generated in 0.020 seconds, 7 queries executed - Memory usage: 1.59 MiB (Peak: 1.77 MiB) ]