Also use package dependency index when no LaTeX SDK is selected
See original GitHub issueType of JetBrains IDE (IntelliJ, PyCharm, etc.) and version
2022.1.1 aarch64
Operating System
MacOS Monterey 12.4
TeXiFy IDEA version
0.7.17
What I did (steps to reproduce)
I’m using the \color command in my document. I have the packages pdfpages and tikz which both seem to provide this command
Minimal example to reproduce the problem
example #1:
\documentclass[12pt]{article}
\usepackage{tikz}
\begin{document}
Lorem Ipsum \color{red}dolor sit amet\color{black}
\end{document}
example #2:
\documentclass[12pt]{article}
\usepackage{pdfpages}
\begin{document}
Lorem Ipsum \color{red}dolor sit amet\color{black}
\end{document}
Expected behavior
No error (latex does compile this correctly)
Actual behavior
Error: "Command requires color, or xcolor
Issue Analytics
- State:
- Created a year ago
- Comments:14
Top Results From Across the Web
Writing R Extensions - The Comprehensive R Archive Network
The DESCRIPTION and INDEX files are described in the subsections below. The NAMESPACE file is described in the section on Package namespaces. The...
Read more >How can selected dependencies be included in INDEX.LIST ...
I'm trying to included specific set of dependencies inside my INDEX.LIST , generated by maven-jar-plugin , my jar plugin looks like this
Read more >User manual - TeXstudio
To insert a picture in your document, just use the "\includegraphics" command in the "LaTeX" menu. Then, click on the "browser" button in...
Read more >R Manuals :: Writing R Extensions - 1 Creating R packages
There is also the possibility of 'byte' compiling the R code in a package (using the facilities of package compiler): nowadays this is...
Read more >Nixpkgs 22.11 manual - NixOS
Also included in the collection are Nix expressions for NixOS modules. ... You should use this set for the dependencies of all packages...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

No problem, if you need any specific Mac testing on another bug, feel free to contact me.
Doh you’re right, that works on Linux as well so I should have known about
readlink. Great, then I’ll implement both the default and the symlink resolving. That makes sense, at least now the debug logging is working and I can see the problem. I only added this debug logging recently, so I’m going to leave that in for faster debugging next time.Thanks so much for testing and verifying! I’m sure Mac users will appreciate that.