Questions tagged [functional]
{functional} is about questions using the functional package or the functional library of the tabularray package.
9 questions
5
votes
1
answer
212
views
How to apply `tblrtikzbelow` environment to each cell in tabularray?
I'm going to use powerful functional and tikz library in tabularray package to achieve something "data bar" like the following figure:
each cell's filled rectangle's length, which is the ...
1
vote
1
answer
75
views
Help coloring `tblr` cells based on content
I want to color the following table cells red when there is the "-" character and green on "+".
On the manual i found out about the functional library so i have been trying to ...
6
votes
3
answers
357
views
Is that possible to automatically add the non-empty border in tabularray?
I want to get the following result:
which is generated by:
\documentclass{article}
\usepackage{libertinus}
\usepackage{tabularray}
\setlength\lTblrDefaultHruleWidthDim{2pt}%
\setlength\...
2
votes
1
answer
105
views
expl3 and functional return value issue
I'm trying to perform 2 tasks to a string, first replace the letter "e" with a red highlighted "ie". The second is to remove the last 2 letters. I tried to achieve this through 2 ...
1
vote
0
answers
377
views
Literature Review Summary Table automation using tabularray, biblatex and functional
I want to automate the generation of the following table using tabularray and functional.
\begin{filecontents}[overwrite]{\jobname.bib}
@article{key1,
author = {John Doe and Miles Marsh},
year ...
1
vote
1
answer
110
views
Using functional and siunitx packages together
I'm trying to use the functional package for doing calculations (\fpAdd) and then use the siunitx package to format the results (\num).
Here is a very small example.
\documentclass{article}
\...
1
vote
0
answers
515
views
tabularray: functional library does not exist on my vanila texlive installation
When I try to compile the following
\documentclass{article}
\usepackage{tabularray}
\UseTblrLibrary{functional}
\IgnoreSpacesOn
\prgNewFunction \test {} {
\cellSetText{1}{1}{modfied}
}
\...
7
votes
3
answers
711
views
How to define new key properties in l3keys
Related Meta Question
From interface3.pdf, we can see l3keys has provided several key properties such as .code:n, .tl_set:N, .usage:n. But I don't know how to define a new key property.
At this time, ...
3
votes
0
answers
152
views
Drawback of the package `functional`? [closed]
Is there some drawbacks to use the package functional?
This package exposes an API to code like with a standard programming code like Lua.
This implies the management, if expected, of "expansion&...