ujtwr

Results 7 issues of ujtwr

When outputting PDF, flextable uses latex's "longtable". longtable allows for separate headers for the first page and the second and subsequent pages. I want to add text like "(continued)" at...

pdf
feature request

if dataframe has columns with mixed encoding attribute, write_csv gerenates unexpected CSV file. 1. create tibble with utf-8 (Japanese) column name. ```r library(tidyverse) d1 % mutate( 性別 = sample(x =...

encoding �

Underbars are escaped in tex files when class options contain them. Example: --- classoption: - head_space=10cm --- In the tex file: --- \documentclass[head\\_space=10cm]{jlreq} --- the underbar ('_') is escaped to...

bug

Case1 Panel "F1" has 3 values and Panel "F2" has other 3 values. We use facet_grid without "scale" option, Axis Y of both panels has same 6 values. So, if...

guides :straight_ruler:

**Describe the bug** The table content causes extra line breaks to appear after the borders depending on the content. **To Reproduce** Case1: No plobrem ``` r library(tidyverse) library(kableExtra) tibble( Var1...

**Describe the bug** Striping does not work if the cell contains line breaks **To Reproduce** Knit PDF with RMarkdown containing the following code chunks Cell color in row 5 becomes...

Rmarkdown -> (pandoc) -> tex -> (lualatex) -> PDFという処理をしているのですが、pandocのデフォルトテンプレートでmicrotypeが読み込まれているため、常に以下のような警告が大量に表示されます。タイプセットには特に影響はないのですが、警告が大量に発生するので煩雑です。 latex用のカスタムテンプレートを作成すればよいのですが、別ファイルの配布や管理が面倒なのでできればデフォルトテンプレートのまま運用したいです。jlreq側の設定で対応できる方法はあるのでしょうか? ``` 警告: Package microtype Warning: Could not parse font size `.8\jlreq@fontsize ' 警告: (microtype) in font set `basicmath' on input...