kalekje
kalekje
I'm sorry that this isn't an issue per se but more of a query. I am looking into deploying penlight as a LaTeX library, however most TeX distributions prefer a...
We can plot a line of y values as such: `\addplot table[header=false,x expr=\coordindex, y index=0,row sep=\\]{3\\2\\1\\2\\3\\};` I don't know of a way to plot `3,2,1,2,3` as y values, I think...
Many people use Lua+LaTeX. A repo has been made to integrate LaTeX Lua functions into EmmyLua in VSCode, can you consider integrating the following into IntelliJ? https://github.com/Josef-Friedrich/LuaTeX_Lua-API Thanks
I often have to manually refresh displays, I would love a hot key for this. (or more reliable event catching and auto-refreshing...)
Side-scrolling appears to be inverted when compared with my other pdf viewers--a simple toggle to invert this would be appreciated.
When jumping to source code (eg. LaTeX) wit ctrl-click with the PDF viewer in a pop-out window, it opens the source code in a new tab but in same window...
Simple request: I have to use ctrl+click on the pdf to go to the source code. I would simply like to remap this to right-click (or an arbitrary click).
I think this is a bug. I want to make an EnumitemKey to wrap my `\item`s in an environemnt. But the body of the `itemize` begins with a `\fi`. I...
With VBA, I can edit arbitrary workbook metadata like so, and it will be reflected on SharePoint: ``` With ThisWorkbook .ContentTypeProperties("Property A") = 1 .ContentTypeProperties("Prop B") = “Something” End With...
When entering a command, I see a nice list of suggested commands from packages (see image). I use shared sty and cls files (on a network drive) and would like...