Search found 2 matches

by ppel123
Wed Jun 03, 2020 8:21 am
Forum: Math & Science
Topic: Weird behaviour of algorithmic package.
Replies: 1
Views: 1854

Weird behaviour of algorithmic package.

I am trying to write a simple algorithm, but I am getting errors and not corrected format all the time.
The "code" I am using is :
\begin{algorithm}
\caption{Αλγόριθμος πρόβλεψης της γλώσσας επόμενης λέξης}\label{euclid}
\begin{algorithmic}[1]
\Procedure{PredictLanguageOfNextWord}{}
\State ...
by ppel123
Sat May 30, 2020 12:33 pm
Forum: General
Topic: Weird behaviour of \chapter.
Replies: 1
Views: 2255

Weird behaviour of \chapter.

Hi everyone,
I am writing a text in latex and I am using chapters.
Everything works ok except from the chapter box.

Annotation%202020-05-30%20133047.png

As you can see in the image above there is a line in the right side of the box that shouldn't be there.
Is this a common problem or I am ...