Phani Pavan K phanipavank
  • I Run as administrator .

  • Joined on 2024-02-05
phanipavank pushed to master at phanipavank/BitBucketList 2025-12-25 16:54:23 +05:30
dc395e5117 Update README.md
phanipavank created repository phanipavank/BitBucketList 2025-12-25 15:34:33 +05:30
phanipavank opened issue phanipavank/jbomb#2 2025-12-23 21:24:21 +05:30
List available python versions
phanipavank opened issue phanipavank/latexnips#1 2025-12-21 18:12:37 +05:30
More to add
phanipavank opened issue phanipavank/AutoLTX#11 2025-12-21 12:44:45 +05:30
Print if the compilation is in draft mode
phanipavank pushed to master at phanipavank/latexnips 2025-12-17 12:29:44 +05:30
4db5972986 optimised tab movement
phanipavank pushed to master at phanipavank/latexnips 2025-12-17 11:56:58 +05:30
a7d022b928 add bold and italic text block
phanipavank pushed to master at phanipavank/latexnips 2025-12-17 11:33:10 +05:30
ad747a44b7 added tab jumping for qol
phanipavank pushed to master at phanipavank/latexnips 2025-12-17 10:51:32 +05:30
616a1ff9f6 add cite and ref commands
fcf9b62807 added more snippets
Compare 2 commits »
phanipavank pushed to master at phanipavank/latexnips 2025-12-15 14:35:26 +05:30
b4def0815d added snippets
phanipavank created repository phanipavank/latexnips 2025-12-15 14:11:00 +05:30
phanipavank pushed to master at phanipavank/AutoLTX 2025-12-13 14:48:07 +05:30
44aaaf7194 removed cpu usage, it just says 99 all the time.
phanipavank opened issue phanipavank/AutoLTX#10 2025-12-12 11:51:07 +05:30
Print number of errors after a compile.
phanipavank pushed to master at phanipavank/AutoLTX 2025-12-12 11:39:50 +05:30
9bc0f9ef50 Update setupFiles/compile.sh
phanipavank pushed to master at phanipavank/AutoLTX 2025-12-12 11:34:39 +05:30
50b5a24952 Update startup.sh
phanipavank pushed to master at phanipavank/AutoLTX 2025-12-12 11:34:24 +05:30
a88afa9d99 Update setupFiles/install.sh
phanipavank pushed to master at phanipavank/AutoLTX 2025-12-12 11:32:45 +05:30
6ac5db2980 Update startup.sh
phanipavank closed issue phanipavank/AutoLTX#8 2025-12-11 12:31:29 +05:30
Draft compile mode support
phanipavank commented on issue phanipavank/AutoLTX#8 2025-12-11 12:31:20 +05:30
Draft compile mode support

Nothing to change in the program. Just add \documentclass[..., draft, ...]{...}.

phanipavank commented on issue phanipavank/AutoLTX#5 2025-12-09 08:41:51 +05:30
Compliation doesn't work if the main file is in a sub directory.

Fixed with biber.

Use \usepackage[backend=biber]{biblatex}.

Aux files are generated where a tex file is located. But compilation works. Will test more before closing.