Skip to main content

Questions tagged [functional]

{functional} is about questions using the functional package or the functional library of the tabularray package.

5 votes
1 answer
212 views

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 ...
Explorer's user avatar
  • 9,423
1 vote
1 answer
75 views

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 ...
Felipe9's user avatar
  • 622
6 votes
3 answers
357 views

I want to get the following result: which is generated by: \documentclass{article} \usepackage{libertinus} \usepackage{tabularray} \setlength\lTblrDefaultHruleWidthDim{2pt}% \setlength\...
Explorer's user avatar
  • 9,423
2 votes
1 answer
105 views

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 ...
luyi326's user avatar
  • 21
1 vote
0 answers
377 views

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 ...
Mane32's user avatar
  • 3,123
1 vote
1 answer
110 views

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} \...
Francesco's user avatar
1 vote
0 answers
515 views

When I try to compile the following \documentclass{article} \usepackage{tabularray} \UseTblrLibrary{functional} \IgnoreSpacesOn \prgNewFunction \test {} { \cellSetText{1}{1}{modfied} } \...
Jouke's user avatar
  • 11
7 votes
3 answers
711 views

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, ...
L.J.R.'s user avatar
  • 12.6k
3 votes
0 answers
152 views

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&...
projetmbc's user avatar
  • 15.6k