|
Wenn ich Öffne in Overleaf
\pgfplotstabletypeset[ every row 0 column 1/.style={ postproc cell content/.append style={ @cell content/.add={a}{b}, }}, ] ergänze, erhalte ich sollte da nicht einfach "a2b" stehen? Öffne in Overleaf
\documentclass[varwidth, margin=5mm]{standalone} \usepackage{pgfplotstable, amsmath} \pgfplotsset{compat=1.13} \pgfplotstableset{header=false, every head row/.style={output empty row},% fixed, dec sep align,% alle anderen Spalten } \begin{document} \pgfplotstabletypeset[ every row 0 column 1/.style={ postproc cell content/.append style={ @cell content/.add={a}{b}, }}, ]{ 1 2 3 4 } \end{document} |

Es ist eine Mischung aus zwei Bugs. Einer von dir (verwende
.stylestatt.append style) und einer vonpgfplotsder dazu führt, dasspostproc cell contentzweimal ausgeführt wird.Achso, also das heißt das Problem ist aktuell nicht lösbar.