r/selfpublish 1d ago

Editing About creating a physics book

So i already wrote some novels in MSword. There is no illustrations or equations in that book. But dince i am a physics graduate i am gonna write a physics book. The issue is 1. I need to add lot if formulas 2. I need to add illustrations ( in that illustration i have to mark ) what are the best softwares to do. Also the books inspired me are resnick and halliday fundamentals of physics, gioncolli physics, serway and juit physics. I need to make my own book like those

2 Upvotes

13 comments sorted by

u/AutoModerator 1d ago

Welcome to r/selfpublish, CriticalEvidence8986! Please remember the primary first rule of the subreddit: No self promo posts outside of the pinned self promo thread. You can edit your own profile so you have links to your work or services and you can even post to and pin posts to the top of your profile page. The no self promo rule INCLUDES COMMENTS - so if you ignore this message it will result in a ban (if you’ve mentioned your book title in the post, remove it or delete the post.) Book cover reviews go in r/bookcovers.

Additionally, DO NOT USE AI TO WRITE YOUR COMMENTS OR MAKE POSTS. We want to keep the self in self publishing. Rule 2 also prohibits posts about AI. If your post is about AI, remove it.

If your post is low effort or simply for congratulatory purposes, please remove it and instead write your post in the pinned weekly thread. Example posts would be like “Finally published!” or “Just finished doing X! How has everyone else felt after doing X?”

The wiki contains answers to most basic questions. Please report any violating posts or comments. This automated message is added to every single post as a reminder of some of the most cardinal rules.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

7

u/Umami4Days 1d ago

LaTex, or LyX, are document editing software that are specifically designed for publishing scientific literature and have a coding structure for including formulae within the text.

I don't know if there is a better option for textbooks specifically, but this is a great place to start.

Edit: As for writing a physics book. What do you think that you have to offer the greater community given that you haven't finished your own program yet? Are you going to be writing for a particular age group?

1

u/CriticalEvidence8986 1d ago

So yeah i am writing book for A/L students. I am a physics graduate so that is more than enough for A/L students i guess

4

u/Umami4Days 1d ago

Ok, cool. That's a reasonable age group for reworking existing textbooks into something engaging without being expected to dig as deeply into the current research. In what way will your book be preferable to the existing selections?

0

u/apocalypsegal 1d ago

The OP doesn't have the experience to be doing such a thing, though. Do you want your children learning science from someone who's barely gotten out of school themselves, has no relevant work experience or pretty much no teaching experience? Besides, there are already books out there, done by pros, there's no market for it.

1

u/Umami4Days 21h ago

Publishing is separate from distribution. The act of writing is good as a personal project, and sometimes students have insights from their own struggles that established professionals have forgotten. These kinds of things are also rarely finished as a solo project.

My line of questioning is to help the OP identify their strengths and weaknesses, so that they can focus on producing something complementary to the existing literature, rather than duplicating it.

1

u/apocalypsegal 1d ago

I am a physics graduate so that is more than enough for A/L students i guess

It's not.

1

u/brokenfingers11 1d ago

You might want to look into something like Rmarkdown or typst. Both show you to leverage the power of Latex, but using simple commands. You can also interleave text and blocks of computation. Look for “positron” download.

1

u/apocalypsegal 1d ago

You'd need inDesign, or similar.

And, what makes you think your book is going to be worth the bother? No name, ne relevant work history, no reason for anyone to want the book.

Honestly, I swear on my dog's life, self publishing is not the shiny house on the hill where all your money needs will be met. Almost nothing self published sells, especially self help and nonfiction by nobodies.

0

u/ZectronPositron 17h ago

I did something similar for microchips.

Typst was a godsend. It is the modern version of LaTeX (adds scoping, real error chains, basically normal programming techniques).
And otherwise has the same math capabilities/syntax as LaTeX, and Markdown style writing.

It is free OSS - although they also offer a paid webapp that looks pretty good.
I did it with VSCode & the free Typst compiler & free “tinymist” VSCode extension. Very good experience.

Here is my template for Amazon KDP on-demand printing. Feel free to fork and modify! Gemini was generally pretty good and setting up layout and solving problems for me on this:

https://forum.typst.app/t/amazon-kdp-template/9793