当前位置:网站首页>Taishan Office Technology Lecture: a simple study of Chinese punctuation in vertical arrangement
Taishan Office Technology Lecture: a simple study of Chinese punctuation in vertical arrangement
2022-06-25 01:52:00 【Liukunpeng】
There are two types of Chinese punctuation , Horizontal and vertical . that , In vertical rows , What difference would it make ? Whether because of vertical punctuation , Create layout differences ? So a simple study was carried out :
- Horizontal arrangement , Vertical punctuation , Treat as a normal character , No special treatment .
- Vertical arrangement , Vertical punctuation is still treated as ordinary characters , No special treatment .
At first I thought it was a little unreasonable . Think again that this is very good , No one bothers .
- Vertical arrangement , Horizontal punctuation is mostly rotated .
such as T2B-NE, Mostly dextral ( Clockwise )90 degree .
- Vertical arrangement , Some horizontal punctuation can be converted .
such as “”, stay T2B-NE when , Will become 『』. You copy , After pasting, it is still “”.
Generally speaking, that's it . It makes sense to think about it , For example, vertical punctuation does not participate in punctuation processing , It's not only easy , It can also ensure that the layout of different text directions is basically the same .
边栏推荐
- C language boundary calculation and asymmetric boundary
- 实验5 8254定时/计数器应用实验【微机原理】【实验】
- ICML2022 | 用神经控制微分方程建立反事实结果的连续时间模型
- 结合实操带你吃透Redis持久化
- Deoxyribonuclease I instructions in Chinese and English
- 弹性蛋白酶中英文说明书
- Deoxyribonuclease I instructions in Chinese and English
- php中preg_replace如何替换变量数据
- sql 聚合函数有哪些
- write a number of lines to a new file in vim
猜你喜欢
Install mysql5.6 under linux64bit - the root password cannot be modified
Abnova丨5-甲基胞嘧啶多克隆抗体中英文说明
第04天-文件IO
jwt
创新药二级市场审饼疲劳:三期临床成功、产品获批也不管用了
最长连续序列[扩散法+空间换时间]
Full arrangement ii[duplicate removal of the same elements + standard backtracking]
全排列II[存在相同元素去重 + 标准回溯]
Huawei laptop, which grew against the trend in Q1, is leading PC into the era of "smart office"
uni-app集成极光推送插件后真机调试提示“当前运行的基座不包含原生插件[JG-JPush]...”问题的解决办法
随机推荐
Excel Chinese character to pinyin "suggestions collection"
创新药二级市场审饼疲劳:三期临床成功、产品获批也不管用了
你知道你的ABC吗(春季每日一题 1)
Poj3669 meteor shower (BFS pretreatment)
Some Modest Advice for Graduate Students - by Stephen C. Stearns, Ph.D.
Unity C# 网络学习(六)——FTP(一)
2种常见的设备稼动率OEE监测方法
海河实验室创新联合体成立 GBASE成为首批创新联合体(信创)成员单位
在两个有序数组中找到整体第K小的数可以做到O(log(Min(M,N)))
leetcode:2104. 子数组范围和
Which account is safer and better for access letter
pbcms添加循环数字标签
谷歌浏览器控制台 f12怎么设置成中文/英文 切换方法,一定要看到最后!!!
Elastase instructions in Chinese and English
Multi modal data can also be Mae? Berkeley & Google proposed m3ae to conduct Mae on image and text data! The optimal masking rate can reach 75%, significantly higher than 15% of Bert
sql 聚合函数有哪些
CCNP的BGP部分笔记
Some Modest Advice for Graduate Students - by Stephen C. Stearns, Ph.D.
搜索二维矩阵[二分巧用 + 记录不同于插入二分的解法]
Combined with practice, you will understand redis persistence