txa / cftlfp

0 stars 0 forks source link

Make sections modular #4

Closed jacobneu closed 3 months ago

jacobneu commented 6 months ago

It doesn't make sense to keep everything a multi-thousand line tex file. Should be split into standalone files, ideally which can be compiled separately.

txa commented 3 months ago

(base) txa@MACBOOK-C02FG06YML88 cftlfp % make make: *** No rule to make target sols', needed byall'. Stop.

txa commented 3 months ago

I think the rule for sols is missing in Makefile.

txa commented 3 months ago

Can you also add an empty chapter introduction in the beginning?

jacobneu commented 3 months ago

I think the rule for sols is missing in Makefile.

10 changes the default behavior to include sols (https://github.com/txa/cftlfp/pull/10/commits/29abf13419e0be6b38f13615fe626f40be366281). So the options are make pdf (which includes solutions) or make nosols (which doesn't)

jacobneu commented 3 months ago

Can you also add an empty chapter introduction in the beginning?

This should be discussed in the pull request: https://github.com/txa/cftlfp/pull/10#issuecomment-2232987413

txa commented 3 months ago

If I just type in make I get an error. Is this intended.