Code: Select all
\documentclass{memoir} %
\usepackage{createspace} %
\usepackage[T1]{fontenc} %
\usepackage[utf8]{inputenc} %
\usepackage{tgtermes} %
\begin{document}
test
\end{document}
Code: Select all
\documentclass{memoir} %
\usepackage{createspace} %
\usepackage[T1]{fontenc} %
\usepackage[utf8]{inputenc} %
\usepackage{tgtermes} %
\begin{document}
test
\end{document}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Welcome to the forum.Haines wrote:I installed Giniewics' createpage.sty file.
Code: Select all
...
! pdfTeX error (ext5): cannot open file for embedding.
\@begindocumenthook ..._Uncoated_ISO12647_bas.ICC}
\edef \cs@profile {\the \p...
l.13 \begin{document}
%
! ==> Fatal error occurred, no output PDF file produced!
Code: Select all
...
! pdfTeX error (ext5): cannot open file for embedding.
\@begindocumenthook ..._Uncoated_ISO12647_bas.ICC}
\edef \cs@profile {\the \p...
l.13 \begin{document}
%
! ==> Fatal error occurred, no output PDF file produced!
Code: Select all
kpsewhich PSO_Uncoated_ISO12647_bas.ICC
Code: Select all
\documentclass{memoir} %
\usepackage{createspace} %
\usepackage[T1]{fontenc} %
\usepackage[utf8]{inputenc} %
\usepackage{tgtermes} % This is clone of Nimbus 9 used for mass market paperbac$
\pdftitle{title}
\pdfauthor{author}
\pdfsubject{subject}
\pdfkeywords{keywords}
test
\end{document}
LaTeX Error: Missing
LaTeX produced printed output before encountering a begindocument command.
Either you forgot the begindocument command or there is something wrong in the
preamble. The problem may be a stray character or an error in a declaration—for
example, omitting the braces around an argument or forgetting the in a command
name.
test
\begin{document}
before you start the document text, so before "test".Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis