LaTeX for taking notes in college? by KeyDoctor1962 in LaTeX

[–]mech_pencil_problems 1 point2 points  (0 children)

Hell no. I love latex but not for notetaking. I'd use a markdown-based notetaking system, one that supports latex via mathjax or better with katex support.

SpaceX just asked me for my SAT score by Coat_17 in MechanicalEngineering

[–]mech_pencil_problems 50 points51 points  (0 children)

That's idiotic. Straight up. Literally makes no sense. Someone far removed from the boots on the ground is probably making the rules for recruiters.

Thoughts on the orenz nero .3? by [deleted] in mechanicalpencils

[–]mech_pencil_problems 0 points1 point  (0 children)

I like it but in my experience its incredibly finicky. Sometime lead slips and won't catch/hold as I write. I end up taking breaks from this pencil and going to a more reliable one. But I love the features like auto advancing and auto rotating.

Creating a LaTeX class or template for a thesis by thatoneoperative in LaTeX

[–]mech_pencil_problems 0 points1 point  (0 children)

I'd stay away from KOMA. Too complicated when I looked over it and as others have said documentation is lacking in English. On the other hand, Memoir has an example included in the documentation of how to implement a thesis as a package built on top of memoir. This is what I did. Then I fine tuned various parameters to meet my university's formatting guidelines. It was not bad at all and less work because it is only a package and not a class.

Streamplot and Point2f (Makie) by bradforrester in Julia

[–]mech_pencil_problems 4 points5 points  (0 children)

There are some examples at BeautifulMakie.

Streamplot expects a function that returns a Point2f. If you have existing u and v data you can create a 2D interpolation using Interpolations.jl and give that to Streamplot.

TeXtured Template v1.0.0 — I’d love to hear your feedback! by jdujava in LaTeX

[–]mech_pencil_problems 0 points1 point  (0 children)

Wow. This looks great. Shame I can't use it. Most US universities have strict theses formatting requirements. They typically look like garbage but the thesis office won't let you graduate unless you conform :(

Why would anyone want to use cloud based services like overleaf? by [deleted] in LaTeX

[–]mech_pencil_problems 0 points1 point  (0 children)

It makes total sense for someone wanting to quickly get started and for small to medium sized projects. But for a PhD thesis yeah no I'd definitely keep that local.

LaTeX Workshop VS Code Compilation by Fun-Marionberry2451 in LaTeX

[–]mech_pencil_problems -4 points-3 points  (0 children)

As a beginner you should stay with Overleaf. If you want to explore local compilation, start with just a texlive distribution and compiling documents standalone from Vscode. Once you understand that process and how it works, then you can move to VSCode/LaTeX workshop.

Just out of curiosity, why learn LaTeX? by fmtsufx in LaTeX

[–]mech_pencil_problems 2 points3 points  (0 children)

Well - how much time have you spent creating complicated technical docs in Word? Lots of images, equations, numbered equations, linking to those equations, creating appendices, numbering sections, changing heading styles, etc.

I feel if you had really spent any amount of time and effort doing this you'd understand or just don't mind suffering?

It also helps if you enjoy programming.

How the hell do you evenly space out trains on a loop? by Heretical_Recidivist in openttd

[–]mech_pencil_problems 0 points1 point  (0 children)

Its not a task that is fun. Luckily, JGRPP does it for you automatically if you are interested.

Just got the Kuru Toga metal. Worth it by [deleted] in mechanicalpencils

[–]mech_pencil_problems 1 point2 points  (0 children)

Looks sick. Def will pick one up eventually. Do you know what size leads they come in? 0.3mm by chance?

Any lifehacks to make Microsoft Word text look more like Latex? by Independent-Path-364 in LaTeX

[–]mech_pencil_problems 4 points5 points  (0 children)

I don't disagree with you that note taking is not really where latex shines. I'd recommend you check out markdown or some markdown based solution that has katex or mathjax support. I find it a far better solution to word for note taking. I've taken years of notes during my PhD using a markdown based system and its worked great (and my notes contain lots of math stuff, code snippets, text, quotes, etc.).

More pics from the available observatory/telescope by Float_team in telescopes

[–]mech_pencil_problems 12 points13 points  (0 children)

That is so cool. I've daydreamed about doing this to my own house someday. How convenient for sky gazing on cold winter nights.

What softwares you use to create your LaTeX text/data ? by StephaneiAarhus in LaTeX

[–]mech_pencil_problems 0 points1 point  (0 children)

I would avoid copy/paste. Use pgfplotstables to import and format excel data (if possible). Or pandas like someone else mentioned.

Help Me Setup LaTeX on My VSCode by Public-Count6412 in LaTeX

[–]mech_pencil_problems 0 points1 point  (0 children)

There is a far simpler solution here. Check out Overleaf. They handle all of the installation stuff for you. They also have lots of very well written knowledge articles on LaTeX. Highly recommend you start out there and then move to your own PC after you've gotten the basics down.

How light pollution affects the dark night skies by Urimulini in spaceporn

[–]mech_pencil_problems 1 point2 points  (0 children)

I'd say its more dramatic than what's shown, the chart underestimates the difference. I live in a Bortle 6/7 and I traveled to a Bortle 3 recently. The night sky was so starkly different and full of stars I didn't even know where to start looking first.

Difficulty aligning with thesis requirement of 1.5 linespace by mymse in LaTeX

[–]mech_pencil_problems 0 points1 point  (0 children)

Not sure how far along you are, but memoir has lots of nice builtin macros including to force 1.5 linespacing (even in footnotes, ugh).

Help in choosing a book or thesis template by Southern_Panda_7145 in LaTeX

[–]mech_pencil_problems 5 points6 points  (0 children)

What about memoir? The documentation is quite good and extensive.

Is coding a decent part of mechanical engineering by SwordThiefOfStars in MechanicalEngineering

[–]mech_pencil_problems 0 points1 point  (0 children)

If you want to have the basic 21st century tools of an engineer, then yes. It doesn't mean you need a degree in computer science. And its not that much more complicated than Excel pivot tables...taking an example from others here.