翻訳と辞書
PSTricks PSTricks is a set of macros that allow the inclusion of PostScript drawings directly inside TeX or LaTeX code. It was originally written by Timothy Van Zandt and has been maintained in recent years by Denis Girou , Sebastian Rahtz and Herbert Voss .== Basic usage == There is a wide array of commands available for making graphics. Coordinates in PSTricks are always represented in parentheses, as the following example (scaled) illustrates: \begin(5,5) %% Triangle in red: \psline( )(1,1)(5,1)(1,4)(1,1) %% Bezier curve in green: \pscurve( showpoints=true )(5,5)(3,2)(4,4)(2,3) %% Circle in blue with radius 1: \pscircle( )(3,2.5) \end 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia) 』 ■ウィキペディアで「PSTricks」 の詳細全文を読む スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース
Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.