Kayla Clements
Kayla Clements
`kpsewhich pdflatex.ini` returned ``` ====================================================================== starting package maintenance... installation directory: "/Users/kbcleme/Library/Application Support/MiKTeX/texmfs/install" package repository: https://ctan.math.utah.edu/ctan/tex-archive/systems/win32/miktex/tm/packages/ package repository digest: b5774742ea2888e1892f2db7b171668e going to download 1262 bytes going to install 4 file(s) (1...
I was wondering the same thing, because I'm downloading and installing directly from the miktex website, and didn't have these issues when building it on a previous MacBook. Not sure...
I ran `kpsewhich pdftex.cfg` which did install it as well. `pdflatex filename.tex` just seems to infinitely hang now.
I did not! I could not find anything explicitly wrong and did not know where to go next. > On Oct 18, 2022, at 1:30 PM, Joran Schneyer ***@***.***> wrote:...
You can use `du -sh *` in a directory for a human-readable list of how large each item in the directory is. The large files all seem to be due...
Currently looking into whether we need to use the cleanup function or whether we can just delete these files.
I'll bring this up at this week's dev meeting, but essentially this will require everyone re-cloning the repo once it's cleaned. Adding this write-up here for myself, really – A...
Going to use [git-filter-repo](https://github.com/newren/git-filter-repo) as it only requires a single python file and has increased functionality over bfg-repo-cleaner. Just removing Miniconda3-latest-Linux-ppc64le.sh gets us down to ~50 MB. However, I can...
@ilhamv Tl;dr: we will keep our current repository and all of the relevant history, but the entire commit history will have new hashes Under the hood, filtering is essentially re-writing...
That's a good point, I'll get on that and explain it to everyone at today's meeting!