I received the error:
bash: syntax error near unexpected token `;'
due to the following command:
evince foo.pdf bar.pdf &; emacs foo.tex &
I is it illegal to separate commands with ; when using & to background a job? Or is there another reason this didn't work?
Thank you.