leanhdung1994

Results 4 issues of leanhdung1994

I am a fan of WYSIWYG feature. Unfortunately, Texstudio only has an option `Auto-recompile document on changes`, which is not a kind of incremental rendering: ![image](https://github.com/texstudio-org/texstudio/assets/28704090/a0b3ca43-e3be-47a6-bffc-d4e53e98e33e) Recently, I have come...

enhancement

Recently, a vscode [extension](https://github.com/DominikPeters/texpresso-vscode) for TeXpresso has been released. It is mentioned that > TeXpresso needs to be installed separately to use this extension, following its [install guide](https://github.com/let-def/texpresso/blob/main/INSTALL.md) which contains...

I am using: - Windows 11 Pro version 23H2 and build 22631.3593. - Neovim verison 0.10.0. My `init.lua` (for Windows as suggested by @andregpss in [his comment](https://github.com/frabjous/knap/issues/27#issuecomment-2135390035)) is the following:...

I have a tikz tex file \documentclass[10pt,a5paper]{report} \usepackage[x11names,table]{xcolor} \usepackage{tikz} \usetikzlibrary{math,calc,arrows.meta} \pagestyle{empty} \begin{document} \begin{tikzpicture}[domain=-4:4,>=Latex,x=10.mm,y=1.mm,thick]\scriptsize \draw[semithick,->] ([xshift=-10pt]-4, 0) -- ([xshift=10pt] 4, 0) node[right] {$x$}; \draw[semithick,->] ([yshift=-1pt] 0, -10) -- ([yshift=10pt] 0, 40);...