For so long I've been looking for a video that would clearly explain the process of creating a book from start to finish and I'm so glad I found this video! That's all I needed and he gave me a lot of knowledge. thank you
These videos just changed everything for me....Maaann... I'm mostly self-taught and completely forgot about GREPs and didn't know about combining files into a Book panel. I feel so enlightened.
Wow...totally amazing...cleared up so many points for me. You did a great job on a very complex project. I hope your boss appreciates how good you are. Thank you.
Watching everything some of the vids twice thank you for sharing I have a 400 page book placed as continuous text what’s the best way to split it into chapters for the ebook many thanks been to Austin loved it!!!
There's a lovely little script called BreakTextThread-byStyle, which can separate the text each time it encounters a certain paragraph style. Also, there's ExtractPages by ID-Extras with this function. I use it to break a long .indd document automatically into a chaptered book doc. I don't talk about that function of the script in this video (I need to make one), but this contains info about ExtractPages: th-cam.com/video/Qpsri-_rAbQ/w-d-xo.html
This is the tutorial, I'm looking for... better than the other vlogger on TH-cam, and I may come as the best one, very detailed. I am an ebook formatted and use sigil for most of my projects. Thanks for enlightening me on your video. Planning to do book formatting for Ingram. I hope you can also attach a template. I'm sorry if that's too much :)
hello! question, what if i created my book file, placed all my chapters in the book file, and later find out we need to change the book sizing and the margins, will the sync options work for updating the page and margin sizes across all the chapter documents if the changes being made are in chapter 1 (primary chapter) also does there need to be primary text boxes here or no? i have 77 chapters in this book, thank you!
If you have your files set up with Primary Text frames, this would be pretty easy, since you could indeed update and sync the Parent Pages for all documents. If the text frames are NOT primaries.... the best thing would be to use "Adjust Layout" for all of the files, probably.
Thanks so much for this! Your information is very helpful. I'm noticing that your pages are not aligning at the bottom on your final pdf. Do you adjust that at some point, and how do you do that? Thanks again!
11:04 - It is very dangerous to replace just the tab with nothing. The tab we need is only at the beginning of the paragraph. And what if it happens in the place of a normal space between the words of a sentence? Then such a replacement will cause a lot of problems. Therefore, during such a global replacement, it needs to indicate that the tab should be only at the beginning of the paragraph by adding a "^" sign in front of it! "^\t" Also, the beginning of a paragraph may not necessarily begin with a tab. There can be any number of normal spaces. Then it is better to replace the tab search with a search for any number of spaces: "^\s*". Now, both spaces and tabs at the beginning of paragraphs will be removed.
Unfortunately, InDesign has a terribly poor index function. There are several third-party plug-ins and scripts that can help with that! A few are free, but the good ones are paid-for. www.indiscripts.com/category/projects/IndexMatic
Try to think about how much you would like to make per hour, then estimate how many hours you think it will take. With that information, you can give your client a quote!
Am not sure, and shame on me because I could try it myself - but you might be able to change multiple manual passes of ~b~b -> ~b , with just: ~b+ -> ~b . This _might_ mean, ‘change one or more ~b to just one’. The ‘+’ sign means that usually in regular expressions, but I can’t be sure it’ll work in InDesign. ‘~b’ isn’t in normal regular expressions, so InDesign might do its own thing a bit.
For so long I've been looking for a video that would clearly explain the process of creating a book from start to finish and I'm so glad I found this video! That's all I needed and he gave me a lot of knowledge. thank you
So glad it was helpful!!
You are awesome... Thank you so much for your valuable information that cannot be found in other sources.
So nice of you!
Just the tutorial I needed, both part 1 and part 2. The best!! Thank you so much
You're very welcome! Glad it was helpful!
Nice job, thank you for this!
My pleasure!
These videos just changed everything for me....Maaann... I'm mostly self-taught and completely forgot about GREPs and didn't know about combining files into a Book panel. I feel so enlightened.
Excellent!
Wow...totally amazing...cleared up so many points for me. You did a great job on a very complex project. I hope your boss appreciates how good you are. Thank you.
Aww, what a kind compliment!
Watching everything some of the vids twice thank you for sharing I have a 400 page book placed as continuous text what’s the best way to split it into chapters for the ebook many thanks been to Austin loved it!!!
There's a lovely little script called BreakTextThread-byStyle, which can separate the text each time it encounters a certain paragraph style. Also, there's ExtractPages by ID-Extras with this function. I use it to break a long .indd document automatically into a chaptered book doc.
I don't talk about that function of the script in this video (I need to make one), but this contains info about ExtractPages:
th-cam.com/video/Qpsri-_rAbQ/w-d-xo.html
Thanks for these super-thorough videos. Much appreciated!
Glad it was helpful!
03:48 Section Marker
16:17 Normal number
This is the tutorial, I'm looking for... better than the other vlogger on TH-cam, and I may come as the best one, very detailed. I am an ebook formatted and use sigil for most of my projects. Thanks for enlightening me on your video. Planning to do book formatting for Ingram. I hope you can also attach a template. I'm sorry if that's too much :)
Yes! I just recently started using Sigil to do more advanced editing on my ebooks, but I allow InDesign to give me a headstart by generating my file!
Thanks a lot.. Really it's amazing and great explanation. And so helpful
I don't know why no comment to this video
Thank you. I’ve learned so much. You’re very clear and concise. Much appreciation.❤
Glad it was helpful for you!
I wish you had a tutorial about the steps before changing and modifying styles.
For starting the book project, from the beginning and base.
You mean a tutorial that starts in Microsoft Word, looking at the raw manuscript?
I actually do have this on my to-do list-"Film a video about prepping a book manuscript for InDesign import."
hello! question, what if i created my book file, placed all my chapters in the book file, and later find out we need to change the book sizing and the margins, will the sync options work for updating the page and margin sizes across all the chapter documents if the changes being made are in chapter 1 (primary chapter) also does there need to be primary text boxes here or no? i have 77 chapters in this book, thank you!
If you have your files set up with Primary Text frames, this would be pretty easy, since you could indeed update and sync the Parent Pages for all documents. If the text frames are NOT primaries.... the best thing would be to use "Adjust Layout" for all of the files, probably.
@@beckysgraphicdesign perfect thank you so much!!
Thanks so much for this! Your information is very helpful. I'm noticing that your pages are not aligning at the bottom on your final pdf. Do you adjust that at some point, and how do you do that? Thanks again!
That was a visual issue some time ago, but I haven't experienced it in the last 1.5 years of InDesign updates!
Very helpful!
Awesome.
Kayla, this is great. Just curious- why do you use - ( control-Shift- Alt- S )- at the end to save?
This saves ALL my open files at once rather than saving one at a time over and over again with Ctrl+S.
11:04 - It is very dangerous to replace just the tab with nothing. The tab we need is only at the beginning of the paragraph. And what if it happens in the place of a normal space between the words of a sentence? Then such a replacement will cause a lot of problems.
Therefore, during such a global replacement, it needs to indicate that the tab should be only at the beginning of the paragraph by adding a "^" sign in front of it!
"^\t"
Also, the beginning of a paragraph may not necessarily begin with a tab. There can be any number of normal spaces. Then it is better to replace the tab search with a search for any number of spaces: "^\s*". Now, both spaces and tabs at the beginning of paragraphs will be removed.
Thank you somuch maam
Thanks ma! This is really helpful. Please how can the table of contents and also the book index be developed through this book formatting?
Unfortunately, InDesign has a terribly poor index function. There are several third-party plug-ins and scripts that can help with that! A few are free, but the good ones are paid-for.
www.indiscripts.com/category/projects/IndexMatic
So when I use a book file and create a PDF, it's necessary create a printer spread or it's included in this book feature?
Do not send the printer a file set-up in "spreads." They want pages.
@@beckysgraphicdesign perfect! Thank you for your answers and videos :)))
Can please tell me how much should I charge for layouting a book with just headers and body. And how much should I charge to convert it to ebook.
Try to think about how much you would like to make per hour, then estimate how many hours you think it will take. With that information, you can give your client a quote!
Am not sure, and shame on me because I could try it myself - but you might be able to change multiple manual passes of ~b~b -> ~b , with just: ~b+ -> ~b . This _might_ mean, ‘change one or more ~b to just one’. The ‘+’ sign means that usually in regular expressions, but I can’t be sure it’ll work in InDesign. ‘~b’ isn’t in normal regular expressions, so InDesign might do its own thing a bit.
MhhHHH! Okay, thank you. I'll have to try it next time. I love tips about GREP; always something to learn!
Master pages are now called 'parent' pages? How funny...
Yes! They are "politically correct" now. Oh my...
In other contexts (programming source control) people are changing ‘master’ to ‘main’.
thank you so much!