diff options
author | yzrh <yzrh@noema.org> | 2022-12-26 03:46:01 +0000 |
---|---|---|
committer | yzrh <yzrh@noema.org> | 2022-12-28 19:29:46 +0000 |
commit | abce2fd2e4f8089779fb9b1dce94133716b0bb39 (patch) | |
tree | 1bbc6005064a70201e2ea1860fc29b21b93a050a /src/cnki.c | |
parent | 224a09a015de72f56ee86841504575fe474c6260 (diff) | |
download | melon-abce2fd2e4f8089779fb9b1dce94133716b0bb39.tar.gz melon-abce2fd2e4f8089779fb9b1dce94133716b0bb39.tar.zst |
Add preliminary support for HN figure placement.
Signed-off-by: yzrh <yzrh@noema.org>
Diffstat (limited to 'src/cnki.c')
-rw-r--r-- | src/cnki.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ cnki_info(cnki_t **param) if ((*param)->file_stat->outline > 0) { if ((*param)->stat > 1) { printf("Loading outline(s)\n"); - printf("\t%16s\t%-24s\t%12s\t%12s\t%5s\n", + printf("\t%19s\t%-24s\t%12s\t%12s\t%5s\n", "title", "hierarchy", "page", |