Skip to main content

All Questions

Tagged with
0 votes
0 answers
31 views

Autogenerate cwl file from sty using cli in Windows

I want to automatically generate .cwl files anytime the .sty package content changes, without any IDE opened. I know how to create a folder monitor using FolderChangesView, but I have a problem with ...
logocar3's user avatar
  • 131
0 votes
1 answer
568 views

How to generate an outline for a document?

I am writing a debate case class in latex and I have environments set up so the user can easily declare a contention and subpoint. For example, if the user had: Contention 1: My solution is better ...
Sylvan M.'s user avatar
4 votes
1 answer
3k views

An Automatic Way to Produce "Author Contribution" Section

Background Academic journals and other scholarly publications are beginning to adopt a standardized requirement for Author Contribution sections. This is a section in which authors are labeled based ...
WesH's user avatar
  • 427
9 votes
1 answer
1k views

What packages provide text/command substitution for LaTeX, XeTeX and LuaLaTeX?

I am aware of the following: xesearch - Allows both text and command substitution. Only for XeLaTeX Simple example: \usepackage{xesearch} \SearchList{list1}{Hello}}{hlw} Any time "hlw" is present ...
A Feldman's user avatar
  • 3,955
1 vote
2 answers
1k views

Texstudio quick start wizard options managing

My aim was to add some language packages to the quick start wizard. Thus I cliqued the plus symbol of the 'other options' option. Then I was asked to type in this new option: Thinking that it was the ...
tuxtoriel's user avatar
  • 113
59 votes
4 answers
17k views

draw colored world/US map in LaTeX

I'm trying to draw maps similar to these in a LaTeX pdf document: I want to auto-generate them from a list of pairs (country,color) to determine the colors. I have found the package pst-map2dII in ...
user53964's user avatar
  • 875
27 votes
3 answers
891 views

Documenting on code revisions

I have made modifications to a few files of a C++ program. I would like to document on these changes in a nice LaTeX report, by showing exactly what I modified and explaining why I did so. Since ...
Marijnn's user avatar
  • 401
9 votes
1 answer
276 views

Automated placement of text and graphics within presentations

The beamer package creates very professional presentations. Are there any additional packages which can be used with beamer which allows users to focus on content, while leaving TeX to decide where to ...
Village's user avatar
  • 13.3k
14 votes
1 answer
4k views

How to programmatically detect if a LaTeX package is installed?

I am writing a program, and I want it to do different things depending on which LaTeX packages have been installed. My current solution is to automatically generate simple .tex files that \usepackage ...
texpakc's user avatar
  • 143
14 votes
2 answers
2k views

Is there a tool/script available to simply install packages locally?

This question is not on how to manually install packages but how to install packages automatically via script. This question is not about MikTeX or the limited tex package management in certain linux ...
alfC's user avatar
  • 14.5k
6 votes
3 answers
22k views

Automatic missing package download on the Mac

Is there a LaTeX distribution for the Mac which has or comes close to MiKTeX's ability to download missing packages automatically?
Kit's user avatar
  • 16.6k
112 votes
12 answers
12k views

LaTeX packages for use with revision control

I use revision control (Subversion, to be exact) to keep track of the edits to my LaTeX documents. Is there a LaTeX package that interfaces with revision control? Specifically, it would be nice to see ...
PersonX's user avatar
  • 2,235