I use LaTeX regularly, and several times I have included .eps images. I am learning how to use PSTricks. I have used it to create .ps and .pdf files with images. There is plenty of free information on the web, but I haven't seen the answer to this question: how do you include the pictures that PSTricks produces in your LaTeX file?
|
|
||||
|
|
|
If you have image files (EPS or PDF) you can include them with the If you want to include the PSTricks code directly you may use the |
|||
|
|
|
If you write each PSTricks diagram in a separate TeX input file and compile it with To obtain the tight PDF output, use the following template for each diagram you want to make.
It will be better if you put all your TeX input files for creating diagrams in a special folder outside other projects you have. This method will make your diagrams consumable to many projects easily. My directory structures look like below.
All my TeX input file for creating diagrams are placed in Another project, namely
The important points are:
|
||||
|
Say your PSTricks figure file looks like this:
saved by the name In your latex main file, saved by the name
in the preamble. (You can add additional things also as your needs.) Now, the
Only the Note:-
|
||||
|
|

