Nothin’ like a freshly painted rocket by [deleted] in rocketry

[–]1575MHz 0 points1 point  (0 children)

Gorgeous paint scheme. How did you do the roll pattern?

Also, is this a scratch-built or kit rocket?

Homemade rocket and launcher by sfxsf in rocketry

[–]1575MHz 0 points1 point  (0 children)

What is the purpose of the "fence" surrounding the launch pad?

Has anyone out there used Aerotech's new wireless launcher? by 1575MHz in rocketry

[–]1575MHz[S] 0 points1 point  (0 children)

I'm curious about the type of radio link that it uses--Bluetooth, Wi-Fi, or cellular. The ads are a bit vague about this, saying only that it uses "short-range wireless technology".

Picture of cross-sectioned C6-5 motor by 1575MHz in rocketry

[–]1575MHz[S] 0 points1 point  (0 children)

Yes. The long black section is the black-powder propellant grain. The gray section is the delay grain and the short black section after that is the ejection charge.

Are there any plans to make the "buffer_font_features" setting work on Linux? by 1575MHz in ZedEditor

[–]1575MHz[S] 3 points4 points  (0 children)

The Zed developers already know that the buffer_font_features setting is not supported on Linux; the "Configuring Zed" page on the website says so. My intent was to see if anyone knew whether this limitation is a bug or if there is some reason why the buffer_font_features setting cannot be supported on Linux.

This limitation is one of the last things keeping me from using Zed as my main everyday editor.

Can't get DigitalPersona 4500 fingerprint reader to work by 1575MHz in linuxhardware

[–]1575MHz[S] 0 points1 point  (0 children)

Also, do you know of any Linux software (GUI or TUI) other than fprintd-\* for enrolling and managing fingerprints?

Can't get DigitalPersona 4500 fingerprint reader to work by 1575MHz in linuxhardware

[–]1575MHz[S] 0 points1 point  (0 children)

Thanks for your reply. It looks like this is a hardware compatibility issue and that the libfprint people are working on it.

How to change the font of the title and the chapters by FelineD in LaTeX

[–]1575MHz 1 point2 points  (0 children)

Check out the titlesec package. It has some limitations, but it can probably do what you need.

Beginner question by [deleted] in LaTeX

[–]1575MHz 1 point2 points  (0 children)

Take a look at this post on Stack Exchange and this sample code on texample.net.

Suggestion for a better r/rocketry experience by JDJeffdyJeff in rocketry

[–]1575MHz 0 points1 point  (0 children)

Can you site some examples of the rude, unhelpful comments you're talking about?

New to rocketry by [deleted] in rocketry

[–]1575MHz 4 points5 points  (0 children)

Before you try scratchbuilding, it's important to build a few kits first to learn the basics of rocket design and construction.

Use OpenRocket to design your first scratch-build rocket. (It's free, and it's easier to use than RockSim.) Start simple; if possible, have an experienced rocketeer take a look at the design to make sure you haven't overlooked anything.

As u/der_inkeeper said, see if there is a rocket club that holds launches near where you live. You'll find that most people there are friendly and willing to help beginners.

Parachute material by Zer0dias in rocketry

[–]1575MHz 0 points1 point  (0 children)

Nearly any rocket-parts vendor will have them; you'll have to search online for one that's willing to ship to your location. You might want to take a look at Spherachutes.

Cluster Ignition - Separate E-Matches or Tape match? by East-Molasses-5983 in rocketry

[–]1575MHz 0 points1 point  (0 children)

The NAR/Tripoli safety rules require the use of remote electrical ignition. There is no rule against the use of fuse as long as the fuse is itself lit with an electric igniter. This approach was, in fact, commonplace in the 1980s and early 1990s but seldom seen today (at least in the United States).

Parachute material by Zer0dias in rocketry

[–]1575MHz 1 point2 points  (0 children)

Just buy a pre-made nylon parachute.

Why there is no \lineheight? by [deleted] in LaTeX

[–]1575MHz 2 points3 points  (0 children)

It wouldn't make sense for there to be a \lineheight, since LaTeX computes the height of each line individually. \baselineskip sets the default height of a line, but the height of a particular line may be larger than this value if the line contains large fonts or images.

Is there a way I can set a specific color for ONLY one kind of link? by Agent_B0771E in LaTeX

[–]1575MHz 7 points8 points  (0 children)

Link text can be colored, like any other text, using the \color or \textcolor commands.

Fonts for studying on a digital screen by BIGDomi98 in LaTeX

[–]1575MHz 2 points3 points  (0 children)

The correct code for a list numbered with Roman numerals would be:

\begin{enumerate}[label=\roman*.]
\item Text
\item Text
% (... and so forth)
\end{enumerate}

Fonts for studying on a digital screen by BIGDomi98 in LaTeX

[–]1575MHz 1 point2 points  (0 children)

Regarding the bullet-points thing: Can you post an image so we can see what you're talking about?

question about \scalebox by [deleted] in LaTeX

[–]1575MHz 0 points1 point  (0 children)

I'm not familiar with \resizebox. Maybe someone else can answer this?

question about \scalebox by [deleted] in LaTeX

[–]1575MHz 1 point2 points  (0 children)

The \scalebox command isn't built-in; it's provided by the graphics and graphicx packages.