So actually I am trying to create a dummy document using the blindtext package in Latex. so whenever I am trying to create a dummy document it creates a one in German language something like: lorem ipsum… So is it possible to create a dummy document in a different language like English or something else…
Tag: latex
Can I run a program with input from the buffer?
I am looking to run a program on a target that is in memory. For example I would like to call LaTeX on a set of characters in the memory instead of in file. I realise I can set a file pointer in C to target memory and read/write to and from memory. However I don’t know if there is
mkdir makes wrong directory names when used with cut on *.tex files
When make directories for each file with certain extension: …everything works just fine. However if I do it for .tex files I get following results: I just wanted to clean my latex directory and I get weird directory names. Why is that and how to make it work? Answer It is error prone to use output from …
Version control system which keeps track of individual files
Up to now I used git to manage my latex-files. However git manages all latex-files in a folder at once. What I want is a version control system which gives me a history for each file separately lets me checkout old versions of individual files without affecting the other ones lets me make branches for each in…