Hi,
TeX Live in a Windows 10 PC.
The "TeX Live Shell" says "TL Manager ... Needs updating" After the repository had been connected the tlmgr Update button was selected. A Windows command window opens and, after a short while it stops being with an error message.
So, I moved to the ...\2024\bin ...
Search found 6 matches
- Wed Feb 19, 2025 12:40 pm
- Forum: TeX Live and MacTeX
- Topic: tlmgr fails to update.
- Replies: 0
- Views: 38663
- Wed Feb 12, 2025 3:32 pm
- Forum: Graphics, Figures & Tables
- Topic: SIUnitX. Columns are too wide; too much white space.
- Replies: 4
- Views: 15203
Re: SIUnitX. Columns are too wide; too much white space.
Thank you for the lists of obsolete packages as well as the l2tabu (good to train my rusty German)
I add a small modification of the table. After all it had three columns of numbers two of which shall be set in the same way.
Ch
\documentclass[12pt,a4paper]{article}
\usepackage{a4wide ...
I add a small modification of the table. After all it had three columns of numbers two of which shall be set in the same way.
Ch
\documentclass[12pt,a4paper]{article}
\usepackage{a4wide ...
- Tue Feb 11, 2025 6:15 pm
- Forum: Graphics, Figures & Tables
- Topic: SIUnitX. Columns are too wide; too much white space.
- Replies: 4
- Views: 15203
Re: SIUnitX. Columns are too wide; too much white space.
Thank you for pointing to what I was missing. Below I have added a , hopefully, minimal working example. With the table-format=2.15 it works perfectly.
Best regards,
ChG
\documentclass[12pt,a4paper]{article}
\usepackage{a4wide}
\usepackage{siunitx}
\usepackage{booktabs}
\listfiles
\begin ...
Best regards,
ChG
\documentclass[12pt,a4paper]{article}
\usepackage{a4wide}
\usepackage{siunitx}
\usepackage{booktabs}
\listfiles
\begin ...
- Mon Feb 10, 2025 4:48 pm
- Forum: Graphics, Figures & Tables
- Topic: SIUnitX. Columns are too wide; too much white space.
- Replies: 4
- Views: 15203
SIUnitX. Columns are too wide; too much white space.
I use SIunitX to insert a space between every fifth digit when printing numbers to 15 decimals. However the table becomes much too wide, i.e. there is plenty of space between the numbers.
Could anyone please show me what I do badly?
\sisetup{
table-number-alignment = center,
uncertainty-mode ...
Could anyone please show me what I do badly?
\sisetup{
table-number-alignment = center,
uncertainty-mode ...
- Sat Feb 05, 2022 3:22 pm
- Forum: General
- Topic: \newcommand. Cannot create macros called \x1 and \x2
- Replies: 3
- Views: 4645
\newcommand. Cannot create macros called \x1 and \x2
Thank you very much to point out that a newcommand's comm_name is made from letters only.
A bit ashamed I of course found it clearly said in my book by Kopka and Daly. TeX's error-messages did not give me any clear indication of what was the nature of my error, so I did not consult the book.
The ...
A bit ashamed I of course found it clearly said in my book by Kopka and Daly. TeX's error-messages did not give me any clear indication of what was the nature of my error, so I did not consult the book.
The ...
- Fri Feb 04, 2022 12:35 pm
- Forum: General
- Topic: \newcommand. Cannot create macros called \x1 and \x2
- Replies: 3
- Views: 4645
\newcommand. Cannot create macros called \x1 and \x2
I try to create two simple macros named \x1 and \x2 to save typing time. One try uses the standard \newcommand and the other the TeX \def but both fails. Using may questions, I am unable to get some help from Google. Unfortunately The TeXBook's chapter 20---with all those bends and double-bends---is ...