我对使用LyX很陌生,但是已经浏览了这个论坛,以及其他人并且没有找到遇到此问题的其他人。
问题在于,当我点击“眼睛”时要以.pdf形式预览我的文档,有两个带有相应正文的编号部分,但我的标题,摘要和关键字,以及“新页面”。格式化,都缺失;这两个部分位于页面顶部,好像它们从未被包含在内一样。
一些相关信息:
以下是TeX来源:
% Preview source code
%% LyX 2.1.3 created this file. For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[letterpaper,english]{elsarticle}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.
\pdfpageheight\paperheight
\pdfpagewidth\paperwidth
\makeatother
\usepackage{babel}
\begin{document}
\title{ This is where my title is }
\author{My name}
\begin{abstract}
Abstract: This is my abstarct.\end{abstract}
\begin{keyword}
Keywords: Keyword1, Keyword2, Keyword 3
\end{keyword}
\newpage{}
\section{Introduction}
My intro text
\section{Literature Review}
My body text
\end{document}
提前感谢您花时间阅读并提供帮助!
-Mike
Edit1:在标题之前和关键字之后添加\begin{frontmatter}{}
和\end{frontmatter}{}
后,事情似乎正在发挥作用(即标题,关键字,摘要和作者都在工作) - 是Elsevier文档类强制在表示这些项时使用它?
答案 0 :(得分:1)
如以下链接中所示: 在下拉菜单中,您将标题文本设置为标题,这是BeginFrontmatter和EndFrontmatter的条目。您需要在标题之前放置第一个,在关键字之后放置第二个。 在下拉菜单中,您将标题文本设置为标题,这是BeginFrontmatter和EndFrontmatter的条目。您需要在标题之前放置第一个,在关键字之后放置第二个。 http://www.latex-community.org/forum/viewtopic.php?f=19&t=24933