Support for the mylatexformat package #3461
Labels
enhancement
New feature or (non bug related) change to the program.
more-info-needed
More information is needed from the person filing the issue.
Description
Hi! My name is Jens and I improved my compiling speed witch the implementation of a format file that contains all packages, the documentclass, header and footer definition etc. etc.
I write longer reports on energy analysis so my documents consists of several chapters that I write in multiple .tex files and \include{} them in my main.tex.
But since I am now compiling with a format file, PyCharm marks all sniplets that are based on the loaded packages in the format file.
Example
I created a small example project. The project needs to be compiled with pdflatex.
But first, the .bat file needs to be executed. It creates the format file based on the format_preamble.tex.
After that please compile the main.tex and have a look at the Heizkreise.tex. \includegraphics based on graphicx is unterlined with a red zigzag by PyCharm with a hint to import the package. But when you replace "./image" with an image of your choice you will see that the import of the graphic is working.
example.zip
This is my first ever created issue and I am more than happy to help. I use texify in Pycharm on a regular basis.
Setup
I use PyCharm 2023.3.3 (Professional Edition)
Build #PY-233.13763.11
Runtime version: 17.0.9+7-b1087.11 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
TeXiFy 0.9.3 is installed.
The text was updated successfully, but these errors were encountered: