Portál AbcLinuxu, 21. června 2025 01:40
\bibliographystyle{czechiso}z http://www.fit.vutbr.cz/~martinek/latex/czechiso.html tak prvni make projde
pdflatex $(NAME)
bibtex $(NAME)
u druheho skonci chybou
! Package babel Error: You haven't defined the language Czech yet.U jinych stylu nemam problem. Nevite v cem by mohl byt problem? Diky, Martin
PDFLATEX=pdflatex NAME=nazev_souboru all: (cd figures; make) make pdf pdf: $(PDFLATEX) $(NAME).tex bibtex $(NAME) clean: rm -f *~ *.aux *.bbl *.blg *.log *.out *.toc *.brf *.lot *.lof distclean: (cd figures; make clean) make clean rm -f $(NAME).pdfPouzivam Debian GNU/Linux unstable, tj.
pdflatex -v pdfTeX 3.1415926-2.4-1.40.13 (TeX Live 2012/Debian) kpathsea version 6.1.0 Copyright 2012 Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX). There is NO warranty. Redistribution of this software is covered by the terms of both the pdfTeX copyright and the Lesser GNU General Public License. For more information about these matters, see the file named COPYING and the pdfTeX source. Primary author of pdfTeX: Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX). Compiled with libpng 1.2.49; using libpng 1.2.49 Compiled with zlib 1.2.7; using zlib 1.2.7 Compiled with poppler version 0.18.4
\documentclass{article} \usepackage[utf8]{inputenc} \usepackage[czech]{babel} \begin{document} \section{Test} Lorem ipsum.\cite{wiki} % === Bibliography === \bibliographystyle{czechiso} \bibliography{zdroje} \end{document}
@MISC{wiki, AUTHOR = "{Wikipedia: the free encyclopedia}", TITLE = "{\it Linux} [online]", YEAR = "[cit. 2012-04-12]", HOWPUBLISHED = "Dostupné na: \url{http://en.wikipedia.org/wiki/Linux}" }Problém který popisujete se u mě objeví jen když před druhým průchodem smažu "\usepackage[czech]{babel}". Následné smazání .aux souboru problém vyřeší.
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.