gnieh / bluelatex

A collaborative Latex Editor written in Scala and AngularJS
http://www.bluelatex.org
Apache License 2.0
81 stars 18 forks source link

New Article Template 2 issues #256

Open NDuma opened 8 years ago

NDuma commented 8 years ago

On Latest Chrome

Unable to read message appears to have intended placement on a blue banner.

Template begins with errors.

screenshot_32

satabin commented 8 years ago

Can you please tell me what the 4 errors are by clicking on the arrow near the error box?

tdurieux commented 8 years ago

I cannot reproduce the 4 compilations errors. On which instance of bluelatex are you (demo.bluelatex.org, blue.publications.li, other)?

I can reproduce the bug with the blue banner.

ps: The blue message saids: "You are now registered."

NDuma commented 8 years ago

Template Loaded: Built-In

Created another one with setting to public: https://demo.bluelatex.org/#/paper/xda03b6faa85c42e2

screenshot_37

MahomaIza commented 8 years ago

I got a similar issue, but it does not happen all the time

Sometimes when I create an article class document, the \maketitle produces an error. Rather than correct it I bypass it by using the following code

\begin{titlepage} \centering %\includegraphics[width=0.15\textwidth]{example-image-1x1}\par\vspace{1cm} {\scshape\LARGE Institution \par} \vspace{1cm} {\scshape\Large Final year project\par} \vspace{1.5cm} {\huge\bfseries Document Title \par} \vspace{2cm} {\Large\itshape first author\par} {\Large\itshape second author\par} \vfill supervised by\par First Name \textsc{Last name}

\vfill

% Bottom of the page {\large \today\par} \end{titlepage}

But it would be nice to be able to use the maketitle as well. I've looked online and apparently it happens if the title has accents, but mine didn't have it. So who knows

NDuma commented 8 years ago

@tdurieux 😄 thanks for relaying the blue message!

tdurieux commented 8 years ago

The error in your table is due to the underscore in the title of your document if you change your title to \title{$2nd_Built-In_Article$} all errors disappear.