9,063 reputation
21438
bio website mcg.uib.es
location Palma, Spain
age 50
visits member for 2 years, 6 months
seen 2 hours ago
stats profile views 246

Assistant professor at University of the Balearic Islands


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.
Feb
28
comment Lost the LaTeX template for my resume
It's not the same, but similar to Medium Length professional on LaTeX templates.
Feb
28
comment How can I do this without the cases?
For your information, if you type 4 spaces before a line, it will be shown as code.
Feb
28
revised How can I do this without the cases?
added 32 characters in body
Feb
28
comment TikZ logic alignment
Please, it would be better if you provide a complete MWE from \documentclass{} to \end{document}. This way is easier to test your code and propose solutions.
Feb
28
answered TikZ logic alignment
Feb
26
awarded  Informed
Feb
25
comment protocol message diagram
May be answers to Drawing networks protocols could help you. MSC package is supposed to help you.
Feb
24
comment How to plot circular polarized electromagnetic wave
Very nice! Just for information. With last standalone package, option tikz places every tikzpicture in a different page, and you can avoid loading preview package.
Feb
24
revised Tikz: How to split Nodes and position Text in it
Added second version with answers to comments
Feb
24
comment Tikz: How to split Nodes and position Text in it
@donLuigi: text whithin a node is left aligned by default but you can use align=center option to center it.
Feb
23
comment Tikz: How to split Nodes and position Text in it
@donLuigi: you can use text width to fix width of not empty parts.
Feb
23
comment Tikz: How to split Nodes and position Text in it
@donLuigi: Your wellcome! Please look at second option, I think it's easier to use it than first one.
Feb
23
revised Tikz: How to split Nodes and position Text in it
Added option with label