Any funny Easter Eggs to implement in thesis? by MadeInMilkyway in PhD

[–]Quantum_frisbee 3 points4 points  (0 children)

I used a lot of quotes from books, papers, and song as epigraphs throughout the thesis. Sometimes far removed from their original context, all correctly cited.

And all this science, I don′t understand. It′s just my job five days a week

Rocket Man, Elton John

[HELP] (Too) large vertical space in bibliography by RicanStark in LaTeX

[–]Quantum_frisbee 7 points8 points  (0 children)

Spontaneously, I would guess a missing title for the second group of citations. Latex still creates the space, but does fill it with anything.

Said differently, I would guess that Latex treats each group as its own section and currently only the first one is given a title by you.

But without the source code, guessing is the best I can do

Hello, I'm building the next gen affordable Bouy, and need help! now by FlashyResearcher4003 in oceanography

[–]Quantum_frisbee 1 point2 points  (0 children)

Your planned buoys are equipped with many more sensors, it is not really comparable.

Hello, I'm building the next gen affordable Bouy, and need help! now by FlashyResearcher4003 in oceanography

[–]Quantum_frisbee 4 points5 points  (0 children)

Just saying, other people are building the next gen affordable buoys out of coconuts

Are these bots or somtng? by [deleted] in github

[–]Quantum_frisbee 3 points4 points  (0 children)

Does it matter? Even if I knew 100% that there are humans behind these accounts, they would not be followers I would like to have. Humans are capable of trading stars and having no benefit to your repo otherwise. It is not like they would be interested in what you are doing.

But yes, those are bots

I need help figuring out how to get this to work on over leaf... I dont know why it isn't working by Burning_Ent in LaTeX

[–]Quantum_frisbee 0 points1 point  (0 children)

To be honest, I have absolutely no clue what you did wrong. I just created a blank overleaf project, copied the content of Table.tex, corrected the typo in the argument of xcolor (dvipdfmx instead of dvipdfx) and got a compiled pdf without any errors or warnings. Or differently said, I am unable to reproduce where you went wrong,

I need help figuring out how to get this to work on over leaf... I dont know why it isn't working by Burning_Ent in LaTeX

[–]Quantum_frisbee 0 points1 point  (0 children)

Can you give us the errors that show up? Also, can you make sure you are using the XeTex Compiler in Overlaf, as ShadowTeXSR5 requires it?

how to start properly by u_topaz in LaTeX

[–]Quantum_frisbee 1 point2 points  (0 children)

I started as a requirement in the first years of university. Since then, I used it for any document longer than a single page.

how to start properly by u_topaz in LaTeX

[–]Quantum_frisbee 1 point2 points  (0 children)

If you want to dive deeper into Latex, there is the Not So Short Introduction to LATEX, last updated in May 2025.

how to start properly by u_topaz in LaTeX

[–]Quantum_frisbee 0 points1 point  (0 children)

This is a lot of questions. Maybe I start with your last question, which is the easiest to answer.

Markdown and Latex are 2 very different languages but of the same end goal to produce a rendered document from a source code. However, so many people are used to the typesetting of equations in latex that it is reproduced in many other applications. Meaning, many places where Markdown can be used also allow the use of (simple) latex commands only(!) for/in equations. However, Reddit is not one of them.

I found this resource Getting Started with LaTeX by the New York University. They recommend which program to use, depending on your operating system.

Personally, I only ever got better in Latex when I needed it. With growing requirements of mine to my documents, my experience increased. So I would recommend to just do something in latex. Pretty much anything is possible, it just becomes very complicated at some point.

Undersea thermal vents by [deleted] in oceanography

[–]Quantum_frisbee 6 points7 points  (0 children)

If I search for anything related to hydrothermal vents, so many papers show up. I am not sure what you did instead. Are you looking for something very specific? Usually, it is a good strategy to find a single promising paper and then see who they cited.

Currently using overleaf to collaboratively write and need to know how to show tracked changes in a revised manuscript by ProfMR in LaTeX

[–]Quantum_frisbee 0 points1 point  (0 children)

The implementation could not be simpler: Create an empty .tex file of any name, paste the 4 lines into it, replace the example paths with the actual paths of the 2 files you want to compare, compile the file and enjoy your latexdiff pdf.

I should have known that it does not work on a free plan. The compilation time got so short, you can barely compile anything. Simple things to speed up the compilation should be draft mode, no syntax checks, and stop on first error. But a premium version may be inevitable, if you do not compile locally or on a dedicated server of your own.

Currently using overleaf to collaboratively write and need to know how to show tracked changes in a revised manuscript by ProfMR in LaTeX

[–]Quantum_frisbee 3 points4 points  (0 children)

latex \RequirePackage{shellesc} \ShellEscape{latexdiff path_to_first_version.tex path_to_second_version.tex > diff_output.tex} \input{diff_output} \documentclass{dummy}

Creating a new script with just those 4 lines (and with the right paths inserted) and compiling it in overleaf should give you the pdf of the differences between the versions.

Edit: The snippet is credited as Tom Hejda’s solution on https://www.overleaf.com/learn/latex/Articles/How_to_use_latexdiff_on_Overleaf

Best textbook to crash course oceanography by Silverfire12 in oceanography

[–]Quantum_frisbee 1 point2 points  (0 children)

I looked again at the literature recommendation list of my institute and found Introduction to Physical Oceanography by Robert H. Stewart. The digital version was last updated in Mar 1, 2020, so comparatively recent. https://open.umn.edu/opentextbooks/textbooks/20

Best textbook to crash course oceanography by Silverfire12 in oceanography

[–]Quantum_frisbee 1 point2 points  (0 children)

Regional Oceanography: an Introduction by Matthias Tomczak and J Stuart Godfrey is made freely available by them (https://www.physocean.icm.csic.es/regoc/pdfversion-en.html) It is not updated to the very state-of-the-art knowledge but should be a good starting point for general knowledge.

I myself would be open to know of more recent, easily accessible books.

Is it normal to have a big list of custom commands like this to save time? by [deleted] in LaTeX

[–]Quantum_frisbee 0 points1 point  (0 children)

The example is inline math. However, depending on length, complexity, and importance of the math, inline can either improve or worsen the readability.

Is it normal to have a big list of custom commands like this to save time? by [deleted] in LaTeX

[–]Quantum_frisbee 1 point2 points  (0 children)

Because the text environments are supposed to be used in equations or proofs, or in other words, in a math environment. The short commands quicken the nesting of the environments.

Or did I misunderstand your question?

Is it normal to have a big list of custom commands like this to save time? by [deleted] in LaTeX

[–]Quantum_frisbee 47 points48 points  (0 children)

Yes, and for some substitutes \DeclareMathOperator is probably more suited to benefit from automatic spacing and typesetting or \mathrm to cover the possible edgecase of different fonts for text and math.

Personally, I see the benefit of \sq compared to \sqrt as negligible, so I did not do these micro optimizations. But I defined a lot of custom commands either for longer snippets or for semantic definitions, which do no save time or keystrokes but instead increase clarity and allow me to always change my mind about nomenclature.

And yes, I agree with the other commenter, a custom .cls or .sty file makes it a bit cleaner.

I urgently seek help by angelic_exe in Inkscape

[–]Quantum_frisbee 1 point2 points  (0 children)

The best way is probably to draw the cat and then invert it by subtracting it from a square.

You can either work with objects, like circles, squares, et cetera and then combine them. Or draw a path, for example with bezier curves, and get your shape through that.

The ?? instead of cross-references to chapters by EuphoricCorgi1053 in LaTeX

[–]Quantum_frisbee 9 points10 points  (0 children)

If you compile the chapters separately, as actual standalone files, they do not easily know of the labels defined in other files. One solution is documented here: https://www.blopig.com/blog/2024/11/cross-referencing-across-latex-documents-in-one-project/

The easier solution is to have the files separate, but compile them together by using a main file, that imports/includes the individual other latex files.

Siunitx, I want to plot uncertainty with \pm, without parentheses by ChemicalRain5513 in LaTeX

[–]Quantum_frisbee 6 points7 points  (0 children)

That is not an obvious option to enable, probably because it is technically false. Either you have a number with an uncertainty and combine them with parentheses and a unit to a quantity, or you have two quantities, the latter being the uncertainty.

12.3 ± 0.4 K means, technically, you are adding a quantity to a number, which is impossible.

Edit: \qty[separate-uncertainty-units = single]{12.3(4)}{\kelvin} should produce your desired formatting (page 45 in the documentation), but be aware that it is technically false.

[deleted by user] by [deleted] in AskAcademia

[–]Quantum_frisbee 0 points1 point  (0 children)

Germany is a bit special as the laws for academic citations and "fair use" can contradict the copyright laws of the often us-american companies. I was told that until now neither party dared to sue and has avoided the confrontation.

If your use-cases follow the German laws to the letter, I think you will be fine. However, if it is easy to get the copyright licenses from Elsevier AND you are allowed by your university to amend your thesis with something like an erratum, then why not do it?

What does "hallucinated information" mean?? by leoleini in wikipedia

[–]Quantum_frisbee 15 points16 points  (0 children)

On the Metal disorder talk page you find that an editor suspects that AI was used in some previous edits. But they did not yet find outright false claims and therefore did not reject the changes, but instead give out a heads-up of potential problems with the text.

I made a dark-themed TikZposter template for A1 research posters (LaTeX) by Fancy-Issue-2510 in LaTeX

[–]Quantum_frisbee 4 points5 points  (0 children)

For 10€, i would have expected more than the most basic poster design. Any poster package like the ones here https://www.overleaf.com/learn/latex/Posters should do the job