latex-protocol icon indicating copy to clipboard operation
latex-protocol copied to clipboard

[nobib] Option raises Error

Open fekoch opened this issue 6 years ago • 0 comments

Describe the bug When no glossary or bibliography is used and the [nobib] Option ist used the compiler produces an error

To Reproduce

  1. Create a document
  2. don`t use a bibliography, glossary or similar indexes.
  3. add the Option [nobib] to the \documentclass-Command: \documentclass[nobib][minted]{protocol}

Error Messages grafik Raw Log:

This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018) (preloaded format=pdflatex 2019.8.28)  11 DEC 2019 09:16
entering extended mode
 \write18 enabled.
 %&-line parsing enabled.
**main.tex
(/compile/main.tex
LaTeX2e <2018-12-01>

! LaTeX Error: File `.cls' not found.

Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: cls)

Enter file name: 
! Emergency stop.
<read *> 
         
l.1 \documentclass[nobib][m
                           inted]{protocol}^^M
*** (cannot \read from terminal in nonstop modes)

 
Here is how much of TeX's memory you used:
 11 strings out of 492616
 186 string characters out of 6128979
 56957 words of memory out of 5000000
 4020 multiletter control sequences out of 15000+600000
 3640 words of font info for 14 fonts, out of 8000000 for 9000
 1141 hyphenation exceptions out of 8191
 10i,0n,8p,60b,8s stack positions out of 5000i,500n,10000p,200000b,80000s
!  ==> Fatal error occurred, no output PDF file produced!

Expected behavior With the Option, there won't be blank page at the end of the document

Desktop

  • Overleaf
  • Browser: Firefox
  • OS: Windows 10

fekoch avatar Dec 10 '19 11:12 fekoch