網頁
▼
2020年1月19日 星期日
2020年1月6日 星期一
數學定期考卷Word格式、方程式及符號輸入(Examination paper: keyin the math symbol, function etc)
思考如下:
1. 兩欄式的出題:方便於學生於空白處計算。
2. 標題欄頁首部份奇偶不同頁
3. 使用 office 2010(內建 Mathtype) 或下載安裝 Mathtype
4. 變數字型使用Time New Roman斜體字,例如:使用 a ,但不使用 a
5. 樣式段落配置:
6. 試卷版面配置:
1. 兩欄式的出題:方便於學生於空白處計算。
2. 標題欄頁首部份奇偶不同頁
○○縣立○○國民○學123學年度第○學期第○次定期考
|
||||||
年級科目
|
○年級數學科
|
張數/頁數
|
○張○頁
|
卷別
|
A卷
|
年 班座號:
|
作答說明
|
●劃記答案卡
|
命題範圍
|
第○冊第○章
|
姓名:
|
3. 使用 office 2010(內建 Mathtype) 或下載安裝 Mathtype
4. 變數字型使用Time New Roman斜體字,例如:使用 a ,但不使用 a
5. 樣式段落配置:
6. 試卷版面配置:
如何把Google Blogger部落格網外轉址(How to redirect your URL?)
Direct my another blogger https://semifeather.blogspot.com/ to https://huang987.blogspot.com/
To modify the blogger theme html source code:
Method 1:
參考來源:http://formatmysourcecode.blogspot.com/
To modify the blogger theme html source code:
Method 1:
<!-- Redirect URL start -->
<meta http-equiv="refresh" content="0; url=https://huang987.blogspot.com" />
<link rel="canonical" href="https://huang987.blogspot.com" />
<!-- Redirect URL end -->
Method 2:
<script>document.location.href="http://newurl.com";</script>
參考來源:http://formatmysourcecode.blogspot.com/