Search found 27 matches

by kurttodoroff
Fri May 09, 2025 6:57 pm
Forum: Graphics, Figures & Tables
Topic: Spreadtab Package - Autoround Key
Replies: 4
Views: 9928

Re: Spreadtab Package - Autoround Key

Hi, Stefan.

I am embarrassed. I erred.

This document contains two charts. The tabular environment created both charts. Both of them used spreadtab and \STautoround*{2}.

The first chart numbers produced no decimal values. The second chart numbers produced decimal values.

When LaTeX produced the ...
by kurttodoroff
Fri May 09, 2025 4:58 pm
Forum: Graphics, Figures & Tables
Topic: Spreadtab Package - Autoround Key
Replies: 4
Views: 9928

Re: Spreadtab Package - Autoround Key

Hi, Stefan.

Try this.

\begin{center}
% \STautoround*{2}
\begin{spreadtab}[autoround=2]{{tabular}{|lrcr|}}
\hline
@\multicolumn{1}{|c}{\textbf{\textsc{Article}}} &
@\multicolumn{1}{c}{\textbf{\textsc{Article Cost}}} &
@\multicolumn{1}{c}{\textbf{\textsc{Quantity}}} &
@\multicolumn{1}{c ...
by kurttodoroff
Fri May 09, 2025 3:39 pm
Forum: Graphics, Figures & Tables
Topic: Spreadtab Package - Autoround Key
Replies: 4
Views: 9928

Spreadtab Package - Autoround Key

I opened a document, after last editing it eleven years ago.

The LaTeX compile generated an error. I discovered that the Spreadtab package no longer supported STautoround.

I substituted the autoround key, as described in the documentation. They output does not display the decimal digits. Spreadtab ...
by kurttodoroff
Mon May 20, 2024 2:31 am
Forum: Text Formatting
Topic: Clipboard Package And Gdef N Argument Conflict
Replies: 1
Views: 10738

Clipboard Package And Gdef N Argument Conflict

The Clipboard package developer, Eduardo Louren ̧co de Lima, suggested a different solution. I simplified it.

Source Document Code:
\gdef\ClipboardFltManOrWpnsMan{\fltmanLUC}
\Copy{Preamble-permissible-operations-how-to-be-assured-of-having-latest-data}{
\section*{PERMISSIBLE OPERATIONS}
The ...
by kurttodoroff
Sat May 18, 2024 4:04 pm
Forum: Text Formatting
Topic: Clipboard Package And Gdef N Argument Conflict
Replies: 1
Views: 10738

Clipboard Package And Gdef N Argument Conflict

I use Eduardo Louren ̧co de Lima’s excellent Clipboard package in several documents.

In one recent usage, I embedded a \gdef command within the \Copy command. The \gdef command includes the n argument "#1."

Source Document Code:
\Copy{Preamble-permissible-operations-how-to-be-assured-of-having ...
by kurttodoroff
Tue Oct 31, 2023 2:32 pm
Forum: General
Topic: Math Mode Question
Replies: 2
Views: 15803

Math Mode Question

Hi, Stefan.

Thank you for the elegant solution.

Regards,

Kurt
by kurttodoroff
Tue Oct 31, 2023 12:37 am
Forum: General
Topic: Math Mode Question
Replies: 2
Views: 15803

Math Mode Question

I have created a few dozen macros, three of which I show here, for example.

\newcommand{\alphaactual}{$\alpha_\text{actual}$\index{a@$\alpha_\text{actual}$ (Actual Zero Sight Line Angle-Of-Attack)}}
\newcommand{\alphai}{$\alpha_\text{i}$\index{a@$\alpha_\text{i}$ (Zero Sight Line Angle-Of-Attack ...
by kurttodoroff
Tue Sep 27, 2022 8:15 pm
Forum: General
Topic: Package To Store \gdef Definitions In An External File
Replies: 0
Views: 2515

Package To Store \gdef Definitions In An External File

I want LaTeX to write the document \gdef{} commands and corresponding replacement text (or, its equivalent package command data) to an external file, similar to how it writes \label{} data to the auxiliary file.

This would allow me to use the \gdef{} definition in a document location that occurs ...
by kurttodoroff
Fri Aug 19, 2022 2:42 am
Forum: Page Layout
Topic: Add A Striped Border On All Four Page Edges Of One Chapter, Only
Replies: 6
Views: 4332

Add A Striped Border On All Four Page Edges Of One Chapter, Only

Bartman and MjK,

I replaced your original code with your modified code. It is producing unexpected results.

I will share a preface to my observations.

My document contains seven chapters and an appendix which contains eight chapters. I used your original code, and, I compiled my document seven ...
by kurttodoroff
Thu Aug 18, 2022 11:48 pm
Forum: Page Layout
Topic: Add A Striped Border On All Four Page Edges Of One Chapter, Only
Replies: 6
Views: 4332

Add A Striped Border On All Four Page Edges Of One Chapter, Only

MjK,

Thank you for your response.

I didn't understand it, until after I discovered that Appendix C in my document displayed the striped edges. This is likely due to my error, which I mentioned in my subsequent posting.

I reviewed the the three websites, which you recommended. I didn't find the ...