I am writing a thesis with MS Word about drug delivery and I have a graphic that is a bit pixelated (so says the professor). I heard that TeX is a good thing to learn for this and I was wondering if anybody knows how I could improve my image.

|
UPDATE: As JohnReed helpfully pointed out, you may want to change the "article" class to the "standalone" class in order to size the resulting pdf to the tikz picture. This also removes the page number from the output. I think I can help you out with this. I would also recommend that you write long documents in XeLaTeX and avoid MS Word (unless you are a pro in Word), because it will save you time in the long run. Anyway, I had a look at your drawing and from what I can tell, its no problem with the TikZ package. Try this in your tex editor (and compile with
Also, I put in there
|
|||||||||||||||
|
|
I can recommend Open/LibreOffice Draw for drawing this type of figure. Enabling snap-to-grid, it is easy to draw straight lines. While tikz and PSTricks can produce nice output as well, it takes more time to get exactly what you want. For inclusion in a (La)TeX document, you can export the selection to EPS (and convert to PDF with epstopdf when you use PDF(La)TeX). For inclusion into a Word document, I think EMF gives the best results. |
||||
|
|
|
Well, LaTeX would especially be helpful if you would want to write the whole thesis with it (I would definitely recommend it). If you just want this graphic to be sharper, use CorelDraw or Inkscape. Lerning TeX just to convert this graphics makes no sense (Check PSTricks 2D Examples for nice examples). |
|||
|
|
tikz. Make an initial attempt and post what you have to this question for help with anything you are having difficulty with. – Peter Grill May 7 '12 at 20:47