I have a rather trivial problem. I would like to only compile two of my thesis chapters and I'm using
\includeonly
. It works fine for only one chapter, but when I'm adding the second chapter to the command line it simply gets ignored and not included. I guess I'm missing something...a space, comma, something random...This is my command line:
Code: Select all
\includeonly{2_current_flow/current_flow,Appendix/Appendix}
Many thanks,
Astrid