Skip to main content
Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options not deleted user 305442

{packages} is about packages in general, e.g. about choosing, installing or using packages. For questions about writing packages, choose {package-writing} instead. If your question concerns a specific package, choose its name as tag. For {document-classes} or {templates} use the respective tag.

4 votes
Accepted

why is ispackageloaded named with an @?

LaTeX2e defines functions such as \@ifpackageloaded as "non-user-facing": they are only intended for use inside packages or classes, and users writing documents should not rely on them. …
karlh's user avatar
  • 774
1 vote
Accepted

pdflatex can't find an installed package

In Fedora and other Red Hat-derived distributions, you can search for packages that provide a particular file with "dnf provides */wrapfig.sty" at the command line. …
karlh's user avatar
  • 774