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

Assistant professor at University of the Balearic Islands


Jul
25
comment Changing \mode in beamer makes a new paragraph. Is it possible to avoid it?
Thank you for your fast answer. I'll test as soon as possible. I still have a curiosity, with your example both \par, before and after beamer disappear but your solition just supresses one \par from \beamer@modeinline, so, where does the other one come from?
Jul
25
asked Changing \mode in beamer makes a new paragraph. Is it possible to avoid it?
Jul
25
answered Can I use beamer without setting \documentclass to beamer?
Jul
25
revised Using pgfplots in beamer
added 8 characters in body
Jul
24
answered Flowchart - draw line from node to edge
Jul
23
comment pgfplots need help with complicated stacked bar chart using selected rows from data table
If you don't want to reformat the data table 'outside' your typesetting process, you can do it 'inside' with tools like pgfplotstable, datatool or lua. Look, for example, at: pgfplotstable or datatool?, Insert libreoffice table as input, Rearrange data in pgfplotstable
Jul
20
revised Slight vertical mis-alignment of cells when using TikZ matrix of nodes
added 139 characters in body
Jul
20
answered Slight vertical mis-alignment of cells when using TikZ matrix of nodes
Jul
19
answered Colored frame for the framed environment
Jul
19
revised Can I have framed blocks in beamer?
Updated answer with some more examples using styles
Jul
18
comment Recently installed Miktex 2.9 running slow. How to fix it?
@ShaneORourke: Look at this answer from Christian Schenk: First run after an update takes longer because it updates its data base. May be this is what happens.
Jul
18
revised Why noxcolor option with beamerarticle and tufte-handout?
deleted 8 characters in body
Jul
13
answered Start placing figures on right-hand side column of first page
Jul
11
comment Break PDF booklet into pages
Instead of \usepackage{tikz} you could only use \usepackage{pgffor} which provides \foreach command without other TiKZ tools and commands. pgffor package is part of TiKZ.
Jul
10
comment Break PDF booklet into pages
May be this thread in comp.text.tex could help you: Splitting 2 pages/page landscape postscript file into two single page portrait pages
Jul
8
revised How can I generate just pgf/TikZ images, not placed a whole page or slide?
New tikz standalone class option allows us to forget preview package
Jul
3
comment Figures on left pages, text on right pages
@Kevin: If I understand your example, your chapter starts in page 3 but you want your figures (declared after \chapter) appear on page 2 which is not part of your chapter. So, if figures are declared in page 5 they can appear in page 4 because both are from chapter 1, but not so early.
Jul
1
comment problems with tikz and beamer and ampersands
or ampersand replacement=\& in matrix and use \& instead of &
Jul
1
comment Why are node names inside \begin{scope} still visible outside?
Before posting my answer with \pgfextra I tested without it and without success: \draw failed and \path node also but I didn't know \path [draw]. Thank you for showing it!
Jun
30
answered Why are node names inside \begin{scope} still visible outside?