question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Also use package dependency index when no LaTeX SDK is selected

See original GitHub issue

Type 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:closed
  • Created a year ago
  • Comments:14

github_iconTop GitHub Comments

1reaction
efranciscommented, Jul 23, 2022

No problem, if you need any specific Mac testing on another bug, feel free to contact me.

0reactions
PHPiratescommented, Jul 22, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found