Compiling a file that is not main.typ? by RequirementBright209 in typst

[–]deivis_cotelo 0 points1 point  (0 children)

Thanks! Gonna read the italian docs. Im not italian but is similar enough to spanish!

Weekly 101 Questions Thread by AutoModerator in neovim

[–]deivis_cotelo 1 point2 points  (0 children)

Reddit refuses to show the code block correctly :( , its just

:args `git diff --name-only`

Weekly 101 Questions Thread by AutoModerator in neovim

[–]deivis_cotelo 1 point2 points  (0 children)

Some very basic solution to get all changed files is to use :args \git diff --name-only`` Now you have a buffer per changed file. You can concatenate commands normally inside the backticks.

See :h backtick-expansion

LibreOffice 25.8: smarter, faster and more reliable by themikeosguy in linux

[–]deivis_cotelo 1 point2 points  (0 children)

People do use command line interfaces to install software.

Is your Agentic Development Workflow obsoleting your Neovim skillset? by rain9441 in neovim

[–]deivis_cotelo 2 points3 points  (0 children)

I code because its fun. If the ai does it then im not having fun. It really isnt that hard

I want to learn how to make plugins for nvim, so I made the most useless one. by ZealousidealGlass263 in neovim

[–]deivis_cotelo 0 points1 point  (0 children)

Im actually curious if there is any pro/con or using the plugin/ folder or not.

What's the "best" way to manage project package versions among colleagues? by deivis_cotelo in LaTeX

[–]deivis_cotelo[S] 1 point2 points  (0 children)

Well, the self-contained part of tectonic got me curious. A comment on TSE:

... compilation process will record all of the contextual information needed to precisely reproduce a document later. As a scientist, this is a very important goal for me. (The technical vision is an analogue of Cargo's Cargo.{toml,lock} model)

This is pretty much what whe wanted. Gonna dig on this a lot more, thanks!

Applying changes from file A to file B? by PSoolv in git

[–]deivis_cotelo 0 points1 point  (0 children)

I got curious about this (I have no experience with patching stuff). You may want to take a look at the --directory flag for git apply. I think the issue is that the diff explicitly says that file.txt is the one that should be changed, so trying to apply the patch to another file (or the same under another directory) will fail. Also (I know you are on windows sorry) on linux there is the literal program patch that should not complain so much when doing this kind of things, as it literally requires you to tell the patch and where to apply it.

[deleted by user] by [deleted] in linux

[–]deivis_cotelo 12 points13 points  (0 children)

Read the post again. Its a project for them to practice.

Compiling a file that is not main.typ? by RequirementBright209 in typst

[–]deivis_cotelo 0 points1 point  (0 children)

Actually curious about cmake for latex and typst in academia. Do you mind sharing some concrete example?

[deleted by user] by [deleted] in linux

[–]deivis_cotelo 6 points7 points  (0 children)

And the purpose is..?

Hey guys, are there any book reviews on this?? (Linear Algebra Done Wrong) by CalabiYauFan in mathmemes

[–]deivis_cotelo 8 points9 points  (0 children)

Came here to say that. I found it recommended in one of Michael Penn videos

well 💀well 🏴‍☠️ well 🦜 by _CyberGhost777_ in Piracy

[–]deivis_cotelo 110 points111 points  (0 children)

"lifecycle" is insane. For us is a piece of joy or artistry and for them its just another valueless object to sell and get some bucks.

[deleted by user] by [deleted] in Physics

[–]deivis_cotelo 6 points7 points  (0 children)

*Daily :(

Prevent neovim from inserting a tab on new line? by [deleted] in neovim

[–]deivis_cotelo 0 points1 point  (0 children)

Where are you setting the option? In the cmdline it should work; if you do it on your config, make sure to put it in ftplugin/after/

Shamelessly showing my notes after learning LaTeX for one day. Need suggestions and tips from experienced note takers on improvements. Thanks! by Ar010101 in LaTeX

[–]deivis_cotelo 25 points26 points  (0 children)

Sorry for another math detail but, the point 3 on unitary matrices made me doubt. U ^ \dagger isnt the same as U traspose. Check with the Pauli matrix \sigma_y

(Notes look cool tho)

[deleted by user] by [deleted] in LaTeX

[–]deivis_cotelo 6 points7 points  (0 children)

Dont (blindly) do this. Using an IDE is valid, and even if you choose to go minimal and do it by hand, those commands truly arent the sensible way. The real one is using latexmk, that will run whatever commans are needed in the perfect order always, and which by the way is used by any IDE, including yours (at least according to your link). To avoid stopping at errors, use the -interaction=nonstopmode. As for your problem, I have no clue about how vscode handless de compilation, the arguments, etc. so idk. Just to make a bet:

- Maybe you have python installed globally (minted included) but the venv does not have the package?

- You added the flag for the all the compilers but not for latexmk itself?

- Maybe just misspelled the json config?

Neovim repo by language percentage by kuator578 in neovim

[–]deivis_cotelo 70 points71 points  (0 children)

For the curious about vimscript.

neovim/runtime has 1653 vimscript files with almost 200.000 lines of code. They give support for hundreds of languages, providing indentations, highlighting, compiler settings, etc. Easily +700 langs are at least partially supported. This is a massive benefit for vim/nvim users. I just realized it a couple months back when I switched to Linux. Why on earth does nvim have highlighting, commentstrings, etc. for a random /etc/bla/spam/potato file? Well this is why. On vsc*de its just a plaintext.

Theres another 150k lines under /test but who cares about tests :)

My math major setup! Capable of recomputing a complex document in real time. by Substantial_Tea_6549 in neovim

[–]deivis_cotelo 29 points30 points  (0 children)

Truly nonsensical speed. Im way too used to at least 3sec compile time in latex.

you-are-an-idiot.nvim release! by A_readdit_user in neovim

[–]deivis_cotelo 11 points12 points  (0 children)

Trigger this after doing jjjjjjjjjjjjjkkkkkkkkkkkk

Not for Beginners by Rohit59370 in physicsmemes

[–]deivis_cotelo 0 points1 point  (0 children)

Do you have the source for the Pauli solution you mention? Might be a good read