| bio | website | mcg.uib.es |
|---|---|---|
| location | Palma, Spain | |
| age | 50 | |
| visits | member for | 2 years, 6 months |
| seen | 10 mins ago | |
| stats | profile views | 246 |
Assistant professor at University of the Balearic Islands
|
Mar 11 |
accepted | How to build two different .tex files from same .tex file |
|
Mar 11 |
comment |
How to build two different .tex files from same .tex file I saw the reference to extract package in Extracting the contents of text in a specified environment into a new file just after sending my question. So, thank you for providing the example and pointing the problem with nested environments. |
|
Mar 11 |
answered | Background color in pgfplots that extends beyond the axis of the plot |
|
Mar 10 |
awarded | Good Question |
|
Mar 10 |
awarded | Nice Answer |
|
Mar 8 |
awarded | Nice Question |
|
Mar 8 |
comment |
How to build two different .tex files from same .tex file @JLDiaz A luatex solution would be perfect because i want to learn it long time ago. |
|
Mar 8 |
comment |
How to build two different .tex files from same .tex file @SeanAllred I know exam, exsheets, and some other classes for exercises. With them i can produce different pdfs but i want different source (.tex) files. |
|
Mar 8 |
comment |
How to build two different .tex files from same .tex file @JLDiaz: No. I do need two .tex files because I want to give one to the students. I know how to get different pdf from same file. |
|
Mar 8 |
asked | How to build two different .tex files from same .tex file |
|
Mar 8 |
comment |
Are there other “fun” packages like the “coffee stains” package? Still not a package but almost: Torn paper I and Torn paper II |
|
Mar 8 |
comment |
How to make a simple resume Another place where to look for CV examples is LaTeX Templates |
|
Mar 8 |
comment |
how can I fix my tikz circle to do what I want You can use patterns to fill your circle. With \draw[black,thick,pattern=dots,pattern color=red] (0,0) circle (2.5cm); you will get a circle filled with red equidistant dots. You must also load patterns library to use them. |
|
Mar 7 |
awarded | Nice Answer |
|
Mar 7 |
comment |
Referencing nodes in matrix of nodes does not work in beamer Your first code with fragile frame option will work. Your second code without fragile but with ampersand replacement=\& will work. |
|
Mar 6 |
comment |
TikZ rectangular node with different rounded corners @percusse: No problem at all. As I told, Roelof's solution is more complete. Mine and Qrrbrbirlbel's are easier to remember (or improvise ;-) ) |
|
Mar 6 |
revised |
TikZ rectangular node with different rounded corners Added Qrrbrbirlbel code to allow filling nodes |
|
Mar 6 |
answered | beamer blocks in ordinary article-style document |
|
Mar 4 |
comment |
How to horizontally top-align multiple \tikzpicture's without using \hspace? Some time ago, egreg suggested me to use \hspace*{\fill} instead of \hfill\null or similars at end of line. |
|
Mar 4 |
comment |
Network/Message Sequence Diagram When you need pstricks you can also use xelatex instead of latex+dvips+pstopdf. Just try xelatex protocol.tex and see what happens. |