Coder Social home page Coder Social logo

Comments (4)

tawheeler avatar tawheeler commented on July 23, 2024 1

Oh, I forgot that I pushed that. I wrote that but never ended up using it. I find it much easier to just consistently compile the book and comment / uncomment.

from tufte_algorithms_book.

tawheeler avatar tawheeler commented on July 23, 2024

Good question. You can simply comment out the sections in book.tex you don't want to compile.

IE something like:

\begin{document}
% \frontmatter
% \input{titlepage}
% \include{copyrightpage}
% \include{dedication}
% \forceheader{Contents}
% \tableofcontents
% \include{chapter/preface}
% \include{chapter/acknowledgments}

\mainmatter
\begin{jlcode}
	include("../support_code.jl")
\end{jlcode}
\include{chapter/introduction}

% Add additional include statements for your other chapters.
% \appendix
% \include{chapter/appendix}
% \solutions
% \backmatter
% \chapter*{References}
% \addcontentsline{toc}{chapter}{References}
% \forceheader{References}
% \printbibliography[heading=none]

% \forceheader{Index}
% \printindex

\end{document}

In Alg4Opt we had a separate .tex file for compiling standalone chapters, but we still used this simple comment-out technique.

from tufte_algorithms_book.

johnnychen94 avatar johnnychen94 commented on July 23, 2024

What about pull_section.jl? I thought that's written for this purpose but I didn't had a chance to dig into it.

from tufte_algorithms_book.

BeastyBlacksmith avatar BeastyBlacksmith commented on July 23, 2024

Closed by #14

from tufte_algorithms_book.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.