Skip to main content

Questions tagged [scripts]

{scripts} is for questions involving external scripts (small programs in source code form) related to (La)TeX.

0 votes
1 answer
97 views

Update: Thanks a lot for your patience and help solving the issue with Santali script. However, the problem remains with the Amharic script, while I have been using a similar code for a dozen of LtR ...
Cedric's user avatar
  • 127
3 votes
2 answers
211 views

Is there an easy way to check (in bash script) if latexmk did run lualatex or not? (because it detected that pdf needs to be updated). The reason I am asking, is that the script uses a job name (...
Nasser's user avatar
  • 21.9k
4 votes
1 answer
133 views

LuaTeX's manual says 10.7.1 set_program_name and new The way the library looks up variables is driven by the texmf.cmf file where the currently set program name acts as filter. ... Before the search ...
cfr's user avatar
  • 248k
4 votes
1 answer
383 views

The TeXLive source code might be overwhelming to the average user, as myself, so I'd like to get some indication about how the TeXLive team converts the several scripts written for Unixes into Windows ...
jarnowicz's user avatar
  • 4,855
0 votes
1 answer
608 views

I am trying to compile and test a file in Latex/Domino using a text file in Notepad that has a script/code in it. Is it possible to convert the notepad txt file to tex somehow? Could a txt file be ...
Sierra's user avatar
  • 1
0 votes
1 answer
172 views

I am trying to compile a LaTeX document using a Windows batch file that includes creating an index and glossary. However, I encounter the following error messages: Compiling test.tex... Input index ...
Foad's user avatar
  • 1,355
0 votes
1 answer
60 views

In Linux, I created a Makefile to rename my output pdf files according to the patterns required by my projects. Those patterns are filled from variables fetched from the tex source files themselves. ...
22decembre's user avatar
1 vote
0 answers
218 views

I was trying to install a non-free font for LaTeX. The website https://www.tug.org/fonts/getnonfreefonts/ tells me that I should use a script install-getnonfreefonts. When I've launched it with texlua ...
Ruslan Popov's user avatar
1 vote
0 answers
131 views

I'am working on my tooltip package custom-tooltip.sty. Please see below of custom-tooltip.sty \NeedsTeXFormat{LaTeX2e}[2020/02/20] \ProvidesPackage{custom-tooltip}[2020/11/30 custom-tooltip Package] %...
Srinivasan Ganapathy's user avatar
1 vote
0 answers
123 views

I use xsim to create exams and it works very well. I kove the way it handles exercises and solutions. Now I'm starting to create a script and I was wondering if there is a way to hide the numbering ...
Martin Heydenreich's user avatar
1 vote
1 answer
116 views

In a shell script, I'm doing things like pdflatex <<- EOT \def\something{a} \documentclass{article} \begin{document} \something \end{document} EOT which works as expected. However, when ...
Bubaya's user avatar
  • 3,055
0 votes
1 answer
123 views

I would like to start a shell script from LaTeX. In the shell script I need to wait until the .pdf file is generated and afterwards I want to do some stuff with this file. So I created a MWE Test.tex ...
Pascal's user avatar
  • 812
0 votes
0 answers
165 views

I'm working on a colaborative project where we're trying to align around terminology. We have a list of 'banned phrases' that some authors use coloquially, but that we want to make sure we don't use ...
MattMcEwen's user avatar
1 vote
0 answers
146 views

I would like to match, if possible, the following handwritten font: I was hoping that Latex offers it, but I could not locate it. QUESTION: Is this particular font available with Latex; perhaps via a ...
DDS's user avatar
  • 11.1k
0 votes
0 answers
126 views

for my thesis i need the results of some external scripts to be integrated in my document. It should look like this: latexmk -pdf => external script starts wait until script is finished do the ...
niklasb's user avatar

15 30 50 per page
1
2 3 4 5
14