Skip to main content

Questions tagged [ctan]

{ctan} is an acronym for the Comprehensive TeX Archive Network.

Filter by
Sorted by
Tagged with
1 vote
0 answers
75 views

Is there a standard process to propose to CTAN a package using some Python scripts? I would like to use SymPy, and make my package executable without shell escaping. Is it sufficient to follow the ...
projetmbc's user avatar
  • 15.3k
11 votes
0 answers
281 views

How can I adapt the archives I upload to CTAN to avoid problems in MikTeX, while adhering to CTAN requirements and TeX Live recommendations? Judging by the issues tracker on GitHub, I am not the only ...
cfr's user avatar
  • 248k
3 votes
1 answer
89 views

I want to submit multiple PDF docs to CTAN for my package, including a full reference manual and a basic handbook. How to customize the names displayed on https://www.ctan.org/pkg/…? What I want: For ...
Y.D.X.'s user avatar
  • 303
2 votes
1 answer
189 views

What are steps done by tlmgr during package installation? (e.g. for .tar.xz packages distributed in TexLive ISO) I am trying to understand, what steps can theoretically be required by some packages ...
Vadim Kantorov's user avatar
2 votes
0 answers
159 views

Is there a list of programming languages supported for tools that can be published by CTAN? I know there is Perl? What are the others?
projetmbc's user avatar
  • 15.3k
0 votes
0 answers
106 views

I am planning on using some of the the ornaments found in the psvectorian package in a book I am typesetting with LaTeX. I am under the impression that these vector images are free to use commercially....
DDS's user avatar
  • 11.1k
3 votes
4 answers
369 views

I was wondering if there exists a LaTeX package that will scan all of the packages that exist within a LaTeX project, then download from CTAN a brief summary description of each of the packages that ...
RosesBouquet's user avatar
0 votes
0 answers
136 views

Ten years ago, some distributors (such as MikTex) provided a download link for an ISO DVD containing a snapshot of all CTAN MikTex packages. For some reasons, I would like a snapshot of (possibly all) ...
Basj's user avatar
  • 874
1 vote
0 answers
193 views

Up to a few days ago, all of my knowledge about importing packages was based on using \usepackage{} with the packages installed by whatever distribution you'd end up using. Now, I'm kind of confused ...
psygo's user avatar
  • 751
1 vote
1 answer
104 views

I have received the following clear message, but would like some advice on the process of uploading a package to CTAN. ... Response from CTAN: [["WARNING","License not found","...
projetmbc's user avatar
  • 15.3k
0 votes
1 answer
117 views

I would like to know if with the following CTAN manifest build by l3build, the command texdoc bdoc will open the bdoc-FR.pdf file? # Manifest for bdoc This file is a listing of all files considered ...
projetmbc's user avatar
  • 15.3k
0 votes
0 answers
76 views

I would like to work with a tree structure like the following one, where some settings files are stored in a subfolder. mypack ├── locale │   ├── english.sty │   └── french.sty └── mypack.sty Is it a ...
projetmbc's user avatar
  • 15.3k
1 vote
1 answer
227 views

The metsymb package was just uploaded to CTAN. This is the final stage in a long process to include (custom) vectorial symbols in Python plots via LaTeX - and for which I already got a lot of help ...
fpavogt's user avatar
  • 211
3 votes
1 answer
374 views

In Linux when I want to install packages that are not provided by my distribution's repository, I can manually add entries to sources.list and download them. Are there any such alternative ...
xcf7026's user avatar
  • 31
1 vote
0 answers
205 views

For archiving purposes, it would be good to not depend fully on the online distributions of different usepackages. I wonder if it's possible to store them locally and possibly also load compile ...
StiggyStardust's user avatar
0 votes
1 answer
124 views

The mismath package v2.1 caused a conflict with \DeclarePairedDelimiter. The problem is resolved with mismath v2.2. (See: mismath.sty bug?) The new version of mismath has been posted to CTAN but ...
murray's user avatar
  • 9,619
1 vote
0 answers
180 views

Is there a command that directly leads me to the source of a package or command? For example something like $ texinfo viewsource amsmath that shows me the code of amsmath or $ texinfo viewsource ...
vise87785's user avatar
0 votes
0 answers
40 views

I need to write a formal document, with numbered lines (package lineno) and with some particular "float" out of paragraph margins. I found that the CTAN package documentation style is ...
Dawson's user avatar
  • 297
1 vote
3 answers
692 views

I have installed the initials package from CTAN, using these steps on Ubuntu. I want to use the Acron font, but when I run the following code: \documentclass{article} \usepackage{lettrine, Acorn} \...
Shayan's user avatar
  • 188
4 votes
1 answer
108 views

Recently I got a suggestion from one GitHub issue that I should add a DEPENDS.txt to my packages, and I am planing to do so. However, there is one thing that confuses me. Suppose that there are two ...
Jinwen's user avatar
  • 9,354
0 votes
0 answers
203 views

I am trying to load the Memoir package into my LaTeX document. MWE: \documentclass{article} \usepackage{memoir} \begin{document} \HUGE This command is from the memoir package. \end{document} How ...
CATboardBETA's user avatar
3 votes
2 answers
298 views

I often am confused about how to find the package name for use within the \usepackage{...} when looking at documentation. Where is this located? Thanks
Ziggy's user avatar
  • 416
0 votes
0 answers
235 views

I recently installed TexLive on Fedora 35 using the package manager. In many cases if there is a specific package or class or style file I want installed I can do so through dnf. However, there are a ...
qrs's user avatar
  • 1
8 votes
1 answer
332 views

With the exception of cmfi10.tfm and cmmi5.tfm, all the TFM files in the Computer Modern distribution have an extra 0x00 byte at the end, which makes them one byte longer than claimed by their first ...
Heiko Theißen's user avatar
0 votes
0 answers
259 views

I'm building a docker latex container, and since 2 days, I cannot build anymore. As it appears, the verification of the files install-tl-unx.tar.gz.sha512.asc (taken from this mirror here) fails with ...
3isenHeim's user avatar
  • 2,127