Patrick Toche
Patrick Toche
I'm getting issues too, that I wasn't getting back in Jan 2022: ``` nyse
Problem still exists in June 2024: ``` Version: 1.88.1 Release: 24104 Commit: 0d01a72525276e5e3771fe5851b9c83de0de1e2b Date: 2024-04-13T01:43:30.924Z (1 mo ago) Electron: 28.2.8 ElectronBuildId: undefined Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Darwin...
Thanks @foreachthing , I just don't know what to do with that information...
Got it thanks! Well the latest build does not even open for me!
Alternative ways to close the view: Go to View -> Show -> check/uncheck "Side Panel". Set a shortcut In Preferences -> Shortcuts - > Menus -> View - > Show...
And also upon restart, I need to do a resize action on the window in order to be able to scroll down the document. The window size is fine, but...
you may be interested in my solution here. I use this for everything. https://tex.stackexchange.com/questions/664749/is-it-possible-to-have-a-search-path-for-subfiles/755392#755392
Clemens has not been active on his blog and he's also not been active on Stackoverflow since about 2022. It doesn't look like he's able to maintain this package... In...
This is the correct order: ``` \documentclass{article} \usepackage{xsim} \usepackage{tikz} \DeclareExerciseCollection[tags=L1]{setBar} \begin{document} \collectexercises{setBar} \begin{exercise}[tags={L1}] Foo bar \end{exercise} \printcollection{setBar} \collectexercisesstop{setBar} \end{document} ```