SliTaz SliTaz Forum

You are not logged in.

#1 2023-12-13 19:42:38

SlitazLover
Member
Registered: 2023-10-16
Posts: 18

What's the best thing you've done whit SliTaz?

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

#2 2023-12-14 09:56:01

devl547
Administrator
Registered: 2011-06-01
Posts: 285

Re: What's the best thing you've done whit SliTaz?

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

#3 2023-12-21 16:44:25

akm
Member
Registered: 2018-02-03
Posts: 79

Re: What's the best thing you've done whit SliTaz?

It works on my Ryzen PC.

Offline

#4 2024-01-07 19:30:52

dayosdad
Member
Registered: 2013-06-23
Posts: 1

Re: What's the best thing you've done whit SliTaz?

Slitaz was my gateway to learning linux, haven't paused a single day!

Offline

#5 2024-02-05 23:03:15

kubepc
Member
Registered: 2014-05-14
Posts: 86

Re: What's the best thing you've done whit SliTaz?

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

#6 2024-02-06 17:49:42

shann
Administrator
Registered: 2011-04-01
Posts: 1,296
Website

Re: What's the best thing you've done whit SliTaz?

Hi kubepc,

Infact i see get-texlive try to get version doesn't exist hmm

I update script, run it to build package, when it's finish, i publish it on my space.

Regards,

Stanislas (shann)

Offline

#7 2024-02-06 18:12:00

shann
Administrator
Registered: 2011-04-01
Posts: 1,296
Website

Re: What's the best thing you've done whit SliTaz?

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 smile

Offline

#8 2024-02-07 14:14:00

kubepc
Member
Registered: 2014-05-14
Posts: 86

Re: What's the best thing you've done whit SliTaz?

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

#9 2024-02-07 17:16:23

shann
Administrator
Registered: 2011-04-01
Posts: 1,296
Website

Re: What's the best thing you've done whit SliTaz?

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

#10 2024-02-07 17:57:21

shann
Administrator
Registered: 2011-04-01
Posts: 1,296
Website

Re: What's the best thing you've done whit SliTaz?

Gummi with texlive (include "Basic LaTeX packages" collection)

[attachment=52029,3475]

Offline

#11 2024-02-07 18:24:08

shann
Administrator
Registered: 2011-04-01
Posts: 1,296
Website

Re: What's the best thing you've done whit SliTaz?

I update packages in my space smile

Test it's ok on rolling, if you confirm it's ok for you, i push commit on cooking wok.

Offline

#12 2024-02-07 20:24:10

kubepc
Member
Registered: 2014-05-14
Posts: 86

Re: What's the best thing you've done whit SliTaz?

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

#13 2024-02-08 20:26:21

shann
Administrator
Registered: 2011-04-01
Posts: 1,296
Website

Re: What's the best thing you've done whit SliTaz?

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

#14 2024-02-08 20:46:58

shann
Administrator
Registered: 2011-04-01
Posts: 1,296
Website

Re: What's the best thing you've done whit SliTaz?

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

#15 2024-02-09 13:47:24

kubepc
Member
Registered: 2014-05-14
Posts: 86

Re: What's the best thing you've done whit SliTaz?

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

#16 2024-02-09 14:08:35

kubepc
Member
Registered: 2014-05-14
Posts: 86

Re: What's the best thing you've done whit SliTaz?

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

#17 2024-02-09 16:58:14

Rantanplan
Member
Registered: 2022-06-06
Posts: 187

Re: What's the best thing you've done whit SliTaz?

Hello kubepc,

probably a bad question, but is cacerts loaded with dependencies ?

Friendly.

Offline

#18 2024-02-09 19:49:35

kubepc
Member
Registered: 2014-05-14
Posts: 86

Re: What's the best thing you've done whit SliTaz?

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

#19 2024-02-09 20:48:39

shann
Administrator
Registered: 2011-04-01
Posts: 1,296
Website

Re: What's the best thing you've done whit SliTaz?

Hi kubepc,

infact miss typo (type instead copy/paste) for url hmm

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

#20 2024-02-16 18:51:54

shann
Administrator
Registered: 2011-04-01
Posts: 1,296
Website

Re: What's the best thing you've done whit SliTaz?

Hi kubepc,

I push patch on current wok and also cooking.

https://hg.slitaz.org/wok/rev/71d2ee2c8ab3

https://cook.slitaz.org/cooker.cgi?download=get-texlive-2008.tazpkg

Offline

#21 2024-02-17 09:35:19

kubepc
Member
Registered: 2014-05-14
Posts: 86

Re: What's the best thing you've done whit SliTaz?

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

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.020 seconds, 7 queries executed - Memory usage: 1.59 MiB (Peak: 1.77 MiB) ]