Package source files for the publisher
masterUse the following sequence of commands to prepare a zip archive containing the necessary source files for the publisher. This process collects the LaTeX main file, RMarkdown dependencies, diagrams, screenshots, emojis, and specific class/bib files into a crc directory before zipping.
mkdir crc
cp _book/_main.tex crc
cp -r _bookdown_files/*_files crc
cp -r diagrams crc
cp -r screenshots crc
cp -r emoji crc
cp mina.jpg crc
cp krantz.cls crc
cp book.bib crc
rm crc/diagrams/*.graffle
zip -r adv-r-source.zip crc