• R/O
  • SSH

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

コミットメタ情報

リビジョン8015134378f39ed7e2d7619361888bb5e4b5b637 (tree)
日時2024-06-12 05:25:42
作者Lorenzo Isella <lorenzo.isella@gmai...>
コミッターLorenzo Isella

ログメッセージ

I now use a single long pipe for each flextable object.

変更サマリ

差分

diff -r 0b2ec2b09725 -r 8015134378f3 markdown/fiches_automatic.qmd
--- a/markdown/fiches_automatic.qmd Tue Jun 11 22:21:31 2024 +0200
+++ b/markdown/fiches_automatic.qmd Tue Jun 11 22:25:42 2024 +0200
@@ -787,11 +787,11 @@
787787 font(part="all", fontname = "Verdana") |>
788788 colformat_double(big.mark = " ") |>
789789 ## autofit() ## %>%
790- width(width = c(2,2,2))
791-ft <- add_header_row(
792- x = ft, values = paste("State Aid Measures in ",year_focus, sep=""),
793- colwidths = c(3))
794-ft <- theme_box(ft) |>
790+ width(width = c(2,2,2)) |>
791+ add_header_row(
792+ values = paste("State Aid Measures in ",year_focus, sep=""),
793+ colwidths = c(3)) |>
794+ theme_box() |>
795795 align(align="center", part="header") |>
796796 align(align = "right",j=c(2,3), part="body") ## |>
797797 ## set_caption("htftyhfghyfgh")
@@ -957,11 +957,11 @@
957957 font(part="all", fontname = "Verdana") |>
958958 colformat_double(big.mark = " ") |>
959959 ## autofit() ## %>%
960- width(width = c(3,3))
961-ft <- add_header_row(
962- x = ft, values = paste("Top GBER Articles in ",year_focus, sep=""),
963- colwidths = c(2))
964-ft <- theme_box(ft) |>
960+ width(width = c(3,3)) |>
961+ add_header_row(
962+ values = paste("Top GBER Articles in ",year_focus, sep=""),
963+ colwidths = c(2)) |>
964+ theme_box() |>
965965 align(align="center", part="header") |>
966966 align(align = "right",j=c(2), part="body") ## |>
967967 ## ## set_caption("htftyhfghyfgh")