|||

Stop your figures jumping about in odfWeave

If you use odfWeave to produce figures, you will probably find they
jump about when scrolling through the document — because the figures
and figure frames are anchored in openoffice to the paragraph and not
“as character”. The only way to fix this in a finished document is to
right-click on the figures and select anchor / as character.

But you can stop it happening in the first place by redefining your styles.

Define the styles

basicStyles <- getStyleDefs() … basicStyles$anchor2 <- basicStyles$basicFigFrame basicStyles$anchor2$imageAnchor <- as-char” basicStyles$anchor2$frameAnchor <- as-char” …

Set them

setStyleDefs(basicStyles)

Use them

currentStyles <- getStyles() … currentStyles$figureFrame <- anchor2” ##defined in the other block … setStyles(currentStyles)

That should nail them down.

Up next My first Reproducible Research Compendium I have just completed my first Reproducible Research Compendium “Analysis of the combined survey datasets from the American Red Cross Tsunami Two datasets for buying a car Two sites I just made a lot of use of when choosing a second-hand car: http://www.spritmonitor.de/ is a crowdsourced real-life fuel-consumption
Latest posts Making notes on PDFs without computer or paper Publications causal-map Causal Map intro Causal Mapping - an earlier guide The walk to school in Sarajevo Glitches Draft blog post for AEA365 Theory Maker! Inventory & analysis of small conservation grants, C&W Africa - Powell & Mesbach! Lots of charts! Answering the “why” question: piecing together multiple pieces of causal information rbind.fill for 1-dimensional tables in r yED graph editor Examples of trivial graph format Using attr labels for ggplot An evaluation puzzle: “Talent show” An evaluation puzzle: “Mobile first” An evaluation puzzle: “Many hands” An evaluation puzzle: Loaves and fishes An evaluation puzzle: “Freak weather” An evaluation puzzle: “Billionaire” Using Dropbox for syncing Shiny app data on Amazon EC2 Progress on the Causal Map app Articles and presentations related to Causal Maps and Theorymaker Better ways to present country-level data on a world map: equal-area cartograms A starter kit for reproducible research with R A reproducible workflow for evaluation reports Welcome to the Wiggle Room Realtime comments on a Theory of Change Responses to open questions shown as tooltips in a chart A panel on visualising Theories of Change for EES 2018?