| bio | website | none |
|---|---|---|
| location | Passau, Germany | |
| age | 24 | |
| visits | member for | 1 year |
| seen | 5 hours ago | |
| stats | profile views | 30 |
I've been working with LaTeX for more than five years, starting at Grammar School. By now I'm studing computer sciences at the University of Passau (Germany) and it still is the tool of my choice.
|
May 15 |
awarded | Yearling |
|
May 13 |
revised |
Drawing system architecture in Latex edited tags |
|
May 4 |
revised |
How to get a nice code to insert pictures on the right? improved formatting, bad mistake in second listing |
|
May 4 |
answered | How to get a nice code to insert pictures on the right? |
|
May 4 |
comment |
How to get a nice code to insert pictures on the right? I've just realized you have a label for a figure in each minipage. If there are only images to be arranged, the subfig package might also be helpful. |
|
May 4 |
comment |
How to get a nice code to insert pictures on the right? I think the minipage environment is the most common to produce this kind of two columns. If your text is related to the picture, maybe try something like the wrapfig package, which allows to place the picture with a round floating text. |
|
May 4 |
comment |
How to get a nice code to insert pictures on the right? Have you thought of extracting your PSTricks code each to an minimal LaTeX-file, compile them seperately (maybe a make file or something like that) an include only images to your main document. I'm working with an equal workflow when having many PSTricks pictures and it keeps the code of the main document simple. And: You can create and improve each PSTricks picture seperately without recompiling the main document every time. |
|
May 3 |
comment |
XeTex on ubuntu Could you please post a full example of your code? It looks like it is an fontspec error, but fontspec should work with lualatex… |
|
May 3 |
comment |
XeTex on ubuntu Are you starting the TeX processor out of an editor? Normally those use latex or pdftex as default engines, you need to change it to xelatex or xetex in the editor. If you are using TeX Works coming with TeX Live, there is a dropdown menu next to the "compile button". It is no problem with TeX Live, as it is working on the command line, your editor is just using the wrong engine by default for this file. |
|
Apr 21 |
awarded | Civic Duty |
|
Apr 15 |
comment |
Is verbatimbox.sty missing in frozen TeX Live 2012? @yCalleecharan Under Linux texhash is just a symlink to mktexlsr. AFAIK texhash is just another popular name, so both are provided for the same functionality. If I'm wrong, please correct me… |
|
Apr 15 |
comment |
Is verbatimbox.sty missing in frozen TeX Live 2012? @texenthusiast Improved the answer to tell readers of the answer directly where to find the option. |
|
Apr 15 |
revised |
Is verbatimbox.sty missing in frozen TeX Live 2012? Improved answers due to comments |
|
Apr 15 |
comment |
Is verbatimbox.sty missing in frozen TeX Live 2012? @texenthusiast In TeX Live Manager GUI there is an option in the Actions menu bar to restore the backup packages. This should work. I have just a plain installation for tests in an Windows VM, where nothing is in backup, so I can't test it for you :( |
|
Apr 15 |
comment |
Is verbatimbox.sty missing in frozen TeX Live 2012? @yCalleecharan This should work as expected. Mention to run mktexlsr after copying the files to make them available. |
|
Apr 15 |
answered | Is verbatimbox.sty missing in frozen TeX Live 2012? |
|
Apr 15 |
awarded | Nice Answer |
|
Apr 13 |
comment |
TeX Live Windows: Installation Failure TeX Live has everything it needs included (the Windows version). So I think, as it ships its own perl, it will also ship a tar-program. Is there any specific reason to use the ISO-image for you? I've heard that installation from ISO often causes trouble, while netinstall works just fine—I can't imagine why… |
|
Apr 10 |
comment |
PSTricks and LaTeX vs. pdfLaTeX @DL6ER Including graphics with the size of a complete page and passages of standard-text in between could be difficult, I agree. This will cause more trouble than you have by now… I can't imagine any solution for this, yet :( |
|
Apr 10 |
comment |
PSTricks and LaTeX vs. pdfLaTeX Have you thought about extracting the pstricks images to extra files, processing them with latex+dvips+ps2pdf an include them in your main document with \includegraphics (pdfLaTeX is able to handle PDF-images). With this you could reuse your pstricks work in other documents easily. With using e.g. Makefiles you could process everything automatically |