Engineering Methods

Academic year: 2023/24

 
 

Exercise 2

 
 

Refinement of the project's general topic

Consult your specification of the project's general topic with your teacher.

Tasks

  1. Download sample article and a file with bibliographic resources, to which this article refers.
  2. Try to play with the article, try to add another section (\section{}), another paragraph (separated by one or more blank lines).
  3. Change the document class (\documentclass{}) to coursepaper and compile the article. Observe how changing the document class affects the article composition.
  4. Change the bibliography style (\bibliographystyle{}) to abbrv and then alpha. Notice how it changes the bibliography and references in the text. These are just some of the bibliography styles available.
  5. Create a new text file (new.tex). Write any text in it. Add a line to the text in the clanok_en.tex file
    \input{new.tex}
    and watch what happens after the compilation.