Kyslik / FEIStyle

Upgraded FEIStyle
MIT License
22 stars 23 forks source link

Improvements based on the latest work about LSM Medusa #33

Closed Kattair closed 1 year ago

Kattair commented 1 year ago

Added few features and fixed errors that were reported when using pdfLaTeX compiler on Overleaf:

  1. Fixed order of packages inputenc and microtype which should have been placed before package biblatext
  2. Replaced package url with xurl
  3. Added package booktabs with an example
    • I guess this is opinionated, but nothing forces the user to use it
  4. Added a list of accented slovak characters which enables their usage in lstlisting
  5. Added style code-listing based on the style from Overleaf documentation
  6. Fixed a warning about 'referencing something which has not yet been labelled`

Points 1, 2, 3, 4, 5 were tested during writing my diploma thesis on Overleaf and seem to not cause any issues. Point 6 was tested on Overleaf by comparing pdf generated from the master branch against pdf generated by my branch.

Note: more detailed explanations can be found in the individual commits