You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have done some testing of the word conversion for the table format.
Currently, the reference word document managing the styles of the report (provided as wordConversionTemplate argument of the workflow) updates the Table properties as follows:
Shading and border styles of the table
Select the table cells
In Design, click on Modify Table Style...
The default style named to be modified should be named Table
The font defined by the previous workflow was not used by Pandoc in my tests,
however, the following workflow was working to change the font of the table
Select the table cells
In the font styles, the style named Compact is selected
Modify style named Compact
Alignment
Alignment did not work in my tests:
The markdown file currently defines a left alignment by default (tables are exported using the function kable from the {knitr} package which outputs |:----| left-aligning the tables)
Changing that line in the markdown document did not work as expected
|:----| was left aligned
|----:| was right aligned
|:---:| was still left aligned even when the reference doc Table style used centered cells by default
|----| was still left aligned even when the reference doc Table style used centered cells by default
@sfrechen @AnnikaRPS please attach word document (1 page) which contains a table with dummy data in required format
The text was updated successfully, but these errors were encountered: