私はsweave内のechoの出力の幅に問題があります。大量のテキストを含むリストがあります。問題は、Rからのエコー応答がpdf内のページを実行することです。私は使用しようとしましたSweaveを使用してエコー幅を制御する方法
<<>>=
options(width=40)
@
しかし、これは何も変更されていません。
例:リストを設定します(ラテックスには表示されません)。
<<echo=FALSE>>=
my_list <- list(example="Site location was fixed using a Silvia Navigator handheld GPS in October 2003. Point of reference used was the station Bench Mark. If the bench mark location was remote from the site then the point of reference used was changed to the 0-1 metre gauge. Bench Mark location was then recorded as a separate entry in the Site History section [but not used as the site location].\r\nFor a Station location map and all digital photograph's of the station, river reach, and site details see H:\\hyd\\dat\\doc. For non digital photo's taken prior to October 2003 please see the relevant station file at Tumut office.")
@
リストのエントリを表示します。
<<>>=
my_list
@
私はこれがcat
文でリストを分割することなく動作するように得ることができる方法はあります。
これはMacで完璧に動作します。あなたのラテックスのインストールとプラットフォームの詳細を提供することができます – Ramnath
texshop 2.43を使用してMacで。 TeXバージョン3.1415926(TeX Live 2010)。 R 2.13.0。それは私のマシン上で動作しますが、テキストはpdfのページから実行されます。 –
「あなたのマシン」とはなんですか? –