I have got a long list of bib-files
\bibliographystyle{siam}
\bibliography{../mybib/bibA,../mybib/bibB,../mybib/bibC, and so on }
My problem is two-fold:
(i) First, it seems that the argument of \bibliography must not contain linebreaks, so I really have to write a huge list of bibfiles in one single line. This does not make the code more readable, so is there a way work around this?
(ii) Second, I use Texmaker 3.2 on my system. However, it seems the editor component of Texmaker doesn't let me edit my code beyond a certain column position, although it still shows my code. I regard this as very annoying and I would like to know whether this can be corrected somehow?
