我经常使用RStudio,RMarkdown和<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="left">
<TextView
android:id="@+id/leftTextView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_toLefOf="@+id/rightTextView"
android:maxLines="1"
android:textSize="18sp" />
<TextView
android:id="@+id/rightTextView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:textSize="18sp" />
</RelativeLayout>
来构建knitr
报告,文章和演示文稿。我为我的报告和文章开发了自定义.pdf
文件;在我的.sty
报告中,标题页包含几个图像,其大小我在.sty
中已更改。报告.sty
在.sty
环境中使用时会相应地创建标题页。
当我在RStudio中使用带有LaTeX
的{{1}}文件时,RMarkdown中的默认.sty
文件会覆盖knitr
文件中的.tex
命令,改变我的标题页上的图像以符合图像缩放参数Rmarkdown .tex文件。
有没有办法可以强制\maketitle
使用正确的标题页构造优先于RMarkdown如何构建图像? .sty
仅设置标题页和页眉和页脚。