Skip to main content

Questions tagged [programming-tools]

0 votes
1 answer
175 views

As I delve into the Zig programming language, I'm exploring options for effectively typesetting code snippets in my documents. While LaTeX offers powerful tools like the "listing" and "...
ignis_datta's user avatar
3 votes
3 answers
139 views

When I write a document it is usual I divide it into more part: so, I am usual to not number part page as into the example put below where I put a document with three parts, like Overture, Part I and ...
Antonio Maria Di Mauro's user avatar
2 votes
1 answer
247 views

Assume we have a lot of diagrams generated by one of any existing packages (PSTricks, TikZ, Asymptote, etc). We know that the packages are evolving and we need to make sure our existing codes are ...
Display Name's user avatar
  • 49.7k
2 votes
1 answer
196 views

I am currently trying to make a general B spline basis plotter with meta post. The definition of a basis function is on wikipedia under properties. The knots of a b spline should have the pattern ...
Makogan's user avatar
  • 925
1 vote
1 answer
169 views

I am trying to code the recursive definition of B splines but I am stuck writing the recursion, my code won't compile because I am trying to assign "vacuous to numeric", According to online resources,...
Makogan's user avatar
  • 925
1 vote
1 answer
198 views

I have a dataset of marks (0 to 20), for example a [2, 3, 7, 14, 15, ...] I would like to draw an histogram of the repartition of this dataset. What I mean is an histogram where on the x-axis are ...
Colas's user avatar
  • 7,654
3 votes
3 answers
254 views

I have a folder containing files like these, 2007.pdf 2007_Q1.pdf 2007_Q10.pdf ... 2007_Q5.pdf 2007_Q6.pdf 2007_Q7.pdf 2007_Q8.pdf 2007_Q9.pdf 2008.pdf 2008_Q1.pdf 2008_Q10.pdf 2008_Q11.pdf 2008_Q12....
Chen Stats Yu's user avatar
5 votes
2 answers
7k views

How, given string of plain text one may produce equivalent latex code? For example red fox sauté zażółć gęślą jaźń \newline is a new line in LaTeX Samp_Dist_Corr would produce something like red fox\...
reducing activity's user avatar
0 votes
1 answer
73 views

I'm using the semantics package to produce inference rules. My inference rules contains quite a lot of \langle and \rangle, so I've made ligatures for these commands as such: \mathlig{<}{\langle} \...
arvidj's user avatar
  • 123
3 votes
1 answer
205 views

What I mean is, is there something like a tex.dll that I could use to incorporate TeX's functionality inside a custom text editor? For various reasons, and specific purposes, I am writing "the ...
vin's user avatar
  • 173
4 votes
2 answers
573 views

Constraints I want to use the same name for inner and outer loop. I am reluctant to append @ and make use of \makeatletter...\makeatother. Is there any name-spacing construct to use? MWE The ...
kiss my armpit's user avatar
2 votes
0 answers
219 views

When LaTeX was LaTeX 2.09, AMSTeX seemed for me to be deeper. Tools for a beautiful math were advanced and the manual by Michael Spivak reminded in its beauty The TeXbook. But LaTeX have won and now ...
Przemysław Scherwentke's user avatar