pdf 奇數頁插入頁碼_如何在Word 2013中的奇數頁碼上啟動新部分

pdf 奇數頁插入頁碼

pdf 奇數頁插入頁碼

00_lead_image_word_odd_page_number

When working on a long document or a book in Word, it’s common to divide the document into sections or chapters. A common practice is to start each new section or chapter on an odd page. This is easily accomplished using sections in Word.

在Word中處理長文檔或書時,通常將文檔分為幾節或幾章。 通常的做法是在奇數頁上開始每個新的章節。 使用Word中的部分可以輕松完成此操作。

We’ll show you how to add a new section break for a new odd page at the start of a section. If you already have sections in your document, don’t worry. We’ll also show you how to convert current section breaks into odd page section breaks.

我們將向您展示如何在部分開頭為新的奇數頁添加新的分節符。 如果您的文檔中已有部分,請不要擔心。 我們還將向您展示如何將當前的分節符轉換為奇數頁分節符。

To insert a new odd page section break into your document, put the cursor at the start of the first line of your new section or chapter and click the Page Layout tab on the ribbon.

要將新的奇數頁分節符插入到文檔中,請將光標放在新節或章的第一行的開頭,然后單擊功能區上的“頁面布局”選項卡。

01_clicking_page_layout_tab

In the Page Setup section, click Breaks and select Odd Page from the drop-down menu.

在頁面設置部分中,單擊分頁符,然后從下拉菜單中選擇奇數頁。

02_selecting_odd_page

A Odd Page Section Break is inserted into your document. If you don’t see the break, it may be at the end of the previous paragraph. Put the cursor at the end of the paragraph and press Enter to move the section break to the next line.

奇數頁分節符將插入到您的文檔中。 如果看不到中斷,則可能在上一段的末尾。 將光標放在段落的末尾,然后按Enter鍵以將分節符移至下一行。

03_section_break_in_doc

As we mentioned earlier, you may have already inserted section breaks into your document. You can preserve your current section breaks by converting them to Odd Page breaks.

如前所述,您可能已經在文檔中插入了分節符。 您可以通過將當前的分節符轉換為奇數頁分節符來保留它們。

04_different_type_of_section

To convert a section break to an Odd Page section break, put the cursor in the section you want to change. Click the Page Layout tab (if it’s not already active) and click the Page Setup button in the lower-right corner of the Page Setup section to open the Page Setup dialog box.

要將分節符轉換為奇數頁分節符,請將光標放在要更改的節中。 單擊“頁面布局”選項卡(如果尚未激活),然后單擊“頁面設置”部分右下角的“頁面設置”按鈕以打開“頁面設置”對話框。

05_clicking_page_setup

On the Page Setup dialog box, click the Layout tab. Select Odd page from the Section start drop-down list and click OK.

在頁面設置對話框,單擊版式選項卡。 從“節開始”下拉列表中選擇“奇數頁”,然后單擊“確定”。

06_selecting_odd_page_on_page_layout_dialog

Notice that the section break changes to an Odd Page section break.

請注意該分節符更改為一個奇數頁分節符。

07_section_break_changed_to_odd_page

Word will automatically add a blank page at the end of a section or chapter to make sure the next section or chapter starts on an odd page.

Word將在節或章的末尾自動添加空白頁,以確保下一個節或章從奇數頁開始。

翻譯自: https://www.howtogeek.com/192576/how-to-start-a-new-section-on-an-odd-page-number-in-word-2013/

pdf 奇數頁插入頁碼

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/279575.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/279575.shtml
英文地址,請注明出處:http://en.pswp.cn/news/279575.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

徹底攻克C語言指針

前面我們講解了指針數組、二維數組指針、函數指針等幾種較為復雜的指針,它們的定義形式分別是: int *p1[6]; //指針數組int *(p2[6]); //指針數組,和上面的形式等價int (*p3)[6]; //二維數組指針int (*p4)(int, int); //函數指針我相信大部分…

流水線上的思考——異步程序開發模型(2)

上一期我們講了一個簡單的流水線處理流程,正如我們在上期最后所說那樣,這個簡單的流水線處理流程對于后續有慢設備操作的業務來說,性能有可能偏低。今天我們來討論一下如何提高性能的方法。首先讓我們來大致區分一下一般業務的處理方式。目前…

java ReentrantLock 鎖相關筆記

為什么80%的碼農都做不了架構師?>>> ReentrantLock重入鎖簡單理解就是對同一個線程而言,它可以重復的獲取鎖。例如這個線程可以連續獲取兩次鎖,但是釋放鎖的次數也一定要是兩次 Lock locknew ReentrantLock(true);//公平鎖 Lock …

計算機啟動程序bios_如何構建自己的計算機,第三部分:準備BIOS

計算機啟動程序biosSo you’ve carefully picked out some parts and built a computer, but it doesn’t really do anything…yet. Before we hop into installing your operating system, we need to take a quick look at the BIOS and prepare it for our operating syste…

PLSQL 之類型、變量和結構

1、類型 在《.Net程序員學用Oracle系列(5):三大數據類型》一文中詳細地講述了 Oracle 的基本數據類型,文中還提到,除基本數據類型之外,Oracle 還在語法上支持一些非固有數值類型。 事實上,Oracle 在語法上支持的數據類…

kindle圖書免費下載_如何在Kindle上免費簽出圖書館書籍

kindle圖書免費下載Tired of paying so much for ebooks? Most libraries these days let you check out eBooks, for free, just like regular books. 厭倦了為電子書支付這么多錢? 如今,大多數圖書館都讓您免費閱讀電子書,就像普通書籍一樣…

第五章 了解你的用戶

第五章 了解你的用戶邏輯人的爭議:要學會把軟件開發簡單易用象牙塔式的開發:開發團隊常年閉封在“高塔”之中,一門心思的做著魔法一般的軟件。這些開發者根本就不知道用戶會怎么樣的使用他們所做的軟件。我們應該避免這種象牙塔式的開發&…

總結之:CentOS 6.4系統裁減詳解及裝載網卡步驟

前言 隨著接觸Linux的慢慢深入、對Linux也有了一個基本認識了吧,慢慢的接觸系統內核、系統配置文件、在了解Linux的系統啟動流程后,現在來總結一下一個簡單的Linux系統的裁減方法和步驟,一個只有內核文件和幾個簡單的命令的小Linux系統&am…

android 設備占用_如何查看正在占用Android設備的空間

android 設備占用When you picked up your shiny new Android device, you probably thought “yeah, this has plenty of storage. I’ll never fill it up!” But here you are, some number of months later with a full phone and no clue why. No worries: here’s how yo…

最近沉迷生意經

高度戰略搶占顧客心智 速度戰略 . 規模不夠就談發展速度,避開自己的劣勢; . 發展速度快說明產品好,受歡迎度高; 錢是工具,從錢上解脫 . 不能被錢所困 . 放下錢,才能瀟灑地使用錢 第一時間搶占顧客心智 . 核心點就是搶占…

mysql密碼正確卻提示錯誤, 不輸入密碼反而能登錄

今天部署阿里云服務器, 發現之前可以連接的mysql服務器突然連接不上了, 密碼我確認是正確的,但登錄時就是顯示密碼錯誤, 很崩潰, 差點氣得我就想重裝mysql了。 好在經過幾番苦尋找到了以下能解決我問題的資料, 成功解決了我的問題, 萬分感謝,…

域用戶權限|安裝軟件

如何讓普通的域用戶有安裝軟件的權限?現在給客戶部署了活動目錄,客戶要求 普通的域用戶也可以自己安裝軟件。不知道如何設置,希望大家幫幫忙!我告訴客戶的做法如下:不知道可行性如何? 1、在域中新建一個域賬…

c/c++ new delete初探

new delete初探 1,new有2個作用 開辟內存空間。調用構造函數。2,delete也有2個作用 釋放內存空間調用析構函數。如果用new開辟一個類的對象的數組,這個類里必須有默認(沒有參數的構造函數,或者有默認值的參數的構造函數)的構造函數…

php舊版本windows_Windows的舊版本中如何進行多任務處理?

php舊版本windowsConsidering that DOS was a single-tasking OS and the ties it had with early versions of Windows, just how did earlier versions of Windows manage to accomplish multi-tasking? Today’s SuperUser Q&A post looks at the answers to this ques…

批量提取視頻文件信息(文件大小及時長)并統計

隨著設備性能提高,視頻文件越來越大了。服務器在對外提供視頻服務時,需要承擔越來越大的存儲負擔。一般提供1080P的AVC編碼視頻已滿足多數觀看需求。(1小時視頻大約1.3G)此文要解決的就是關于已有大量高清視頻(1小時超…

列出所有K個元素的子集-----2013年1月26日

問題描述:列出一個集合的元素個數為k的所有子集。思路:在字典順序列出所有子集的基礎上判斷元素個數就可以了&#xff0c;比較簡單。代碼如下:1 #include <stdio.h>2 #define MAX 10003 4 int main()5 {6 int n5;7 int set[MAX]{1};8 int index0;9 int …

docker swarm的應用----docker集群的構建

一、docker安裝 這里我們安裝docker-ce 的18.03版本 yum -y remove docker 刪除原有版本 #安裝依賴包 [rootDocker ~]# yum -y install yum-utils device-mapper-persistent-data lvm2 #添加docker的CE版本的yum源配置文件 [rootDocker ~]# curl https://download.docker…

微信小程序 fire_如何在Fire TV和Fire TV Stick上側面加載應用程序

微信小程序 fireAmazon’s Fire TV and Fire TV stick technically runs Android…but you wouldn’t know it from looking. Amazon has a wall of content for its set-top box, and doesn’t want Google (with its own competing platform) to crash the party. But even t…

PS 技巧

1. 鋼筆的使用&#xff1a; 扣完一圈以后&#xff0c;按Ctrl回車鍵&#xff0c;會出現螞蟻線&#xff0c;然后按CtrlJ 是復制扣出來的圖層&#xff0c;右下角的框里會出現一個新圖層&#xff0c;注意每個圖層前邊有一個小框&#xff0c;點一下是出現眼睛就可以顯示該圖層在中央…

Ibatis - Open quote is expected for attribute {1} associated with an element type '

昨天晚上提交的代碼&#xff0c;今天運行起來&#xff0c;始終報錯&#xff1a; Open quote is expected for attribute "{1}" associated with an element type id,查了半天&#xff0c;覺得很奇怪。 回滾到昨天的代碼&#xff0c;運行正常。經過compare代碼&#…