Tag Info

New answers tagged

1

This surely sounds like a bug, which you should report. Regardless, here's how to achieve what you're after (to some extent) when in "document tab" view. With TeXnicCentre 2.0 Beta 1 a drag-and-drop of the opened files initiates the tiling. So, given a setup like click on LaTeX3 and drag it into the code just below it to make it tile. Dragging it to the ...


0

ALL of the above - and a further 4 sites failed for me.. the only thing that worked was messing around with what compiled when.. Now I know that Pdflatex cannot handle included eps files, only png, jpg, pdf. So.. either convert the eps to pdf or use latex + dvipdf + pdf viewer (or the additional detour latex + dvips + ps2pdf + pdf viewer)


3

You can't use \left in one line of a split and \right in another one. You should also use an align* environment (and don't use redundant \left and \right); the big delimiters must be set by hand. \documentclass{article} \usepackage{amsmath} \begin{document} \begin{align*} F'&=\delta m\biggl\{f\frac{M_1l}{r^3}\bigl[3\cos^2\phi\cos^2(\lambda-D)-1\bigr] ...


1

The -\\- parts are main source of the problem. You should add closing \right's, in particular \right., before \\, and opening \left's after it.


3

There can be a lot of issues for this error to be generated. The most common ones are: Since TeXnicCenter is in version beta 2.0, it still has bugs. ⇒ Try closing the program and re-opening it. You have selected something on the pdf file and now TeXnicCenter is unable to write in the file ⇒ Try closing the pdf and then re-run the LaTeX file. Your .aux ...


3

It seems to me the easiest way of doing this is by creating a seperate .bib file, for example you can open a new window in your editor, paste your code @article{JoeDoe2012, Author = {Joe Doe}, Year = {2012}, Title = {My article's title}, Journal = {My journal's title}, Editor = {Ben Editor}, URL = {http://webpage.com}, ...



Top 50 recent answers are included