Benjamin_Loison opened issue Benjamin_Loison/overleaf#35 2024-07-28 04:41:48 +02:00
*Sorry, something went wrong* *Please refresh the page to continue.* when drag and drop a SVG to upload it
Benjamin_Loison commented on issue Benjamin_Loison/overleaf#30 2024-07-28 04:25:49 +02:00
How to safely compile arbitrary LaTeX code?

Related to [overleaf/wiki/Server-Pro:-Sandboxed-Compiles/156e2d963dcba80b7047491eb58993b84479e725](https://github.com/overleaf/overleaf/wiki/Server-Pro:-Sandboxed-Compiles/156e2d963dcba80b7047491eb…

Benjamin_Loison opened issue Benjamin_Loison/nginx#3 2024-07-27 00:37:00 +02:00
Markdown syntax highlighting
Benjamin_Loison commented on issue Benjamin_Loison/overleaf#12 2024-07-26 16:48:40 +02:00
Mirror Git to Overleaf and the other way around assuming one side interaction at a time

On Debian 12 GNOME Pegasus:

git clone https://git.overleaf.com/XXXXXXXXXXXXXXXXXXXXXXXX
Cloning into 'XXXXXXXXXXXXXXXXXXXXXXXX'...
Username for 'https://git.overleaf.com':…
Benjamin_Loison opened issue Benjamin_Loison/overleaf#34 2024-07-26 14:49:44 +02:00
Link to file
Benjamin_Loison opened issue Benjamin_Loison/overleaf#33 2024-07-26 14:48:56 +02:00
Sort projects by creation date
Benjamin_Loison commented on issue Benjamin_Loison/overleaf#12 2024-07-26 12:49:01 +02:00
Mirror Git to Overleaf and the other way around assuming one side interaction at a time

If try to push new commits on modified Overleaf remote, then get:

git push
To https://git.overleaf.com/XXXXXXXXXXXXXXXXXXXXXXXX
 ! [rejected]        master -> master (fetch…
Benjamin_Loison opened issue Benjamin_Loison/overleaf#32 2024-07-26 12:28:33 +02:00
How Overleaf draft compile?
Benjamin_Loison commented on issue Benjamin_Loison/overleaf#31 2024-07-26 12:26:54 +02:00
Very long compilation of an easy file to compile on Overleaf

Should measure how much time it takes locally and on Overleaf.

Benjamin_Loison commented on issue Benjamin_Loison/overleaf#31 2024-07-26 12:26:30 +02:00
Very long compilation of an easy file to compile on Overleaf

Can compile on Overleaf only for intermediary not draft mode versions.

Benjamin_Loison commented on issue Benjamin_Loison/overleaf#31 2024-07-24 23:15:10 +02:00
Very long compilation of an easy file to compile on Overleaf

Even after a live preview and permanent compilation it does not seem faster. Like it takes tens of seconds.

Using \documentclass[draft]{ipol} instead of \documentclass{ipol} makes things…

Benjamin_Loison commented on issue Benjamin_Loison/overleaf#30 2024-07-24 23:04:34 +02:00
How to safely compile arbitrary LaTeX code?

What about pdflatex command? Knowing this may help #31.

Benjamin_Loison opened issue Benjamin_Loison/overleaf#31 2024-07-24 23:03:39 +02:00
Very long compilation of an easy file to compile on Overleaf
Benjamin_Loison commented on issue Benjamin_Loison/overleaf#30 2024-07-24 22:30:56 +02:00
How to safely compile arbitrary LaTeX code?
\immediate\write18{pwd > pwd_output.txt}
\immediate\write18{/usr/bin/pwd > pwd_output.txt}

do not work.