qqqzj@Crane
Back to home / 返回首页

Notes 笔记

普物实验docx模版(❌)markdown(☑️)

普物实验 作者 ZijunQiu-a 约 1 分钟

我弄了这个 Markdown 模版,之后写普物实验报告就不用再被 docx 格式卡住了。

文件放在这里,直接下载就能用。

下载实验报告 Markdown 模版电子物理实验报告-模板.md
Preview / 预览
<div class="cover">

# 物理实验报告

<div class="cover-group-lg">

**实验名称:\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_**

**实验桌号:\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_**

**指导教师:\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_**

</div>

<div class="cover-group-sm">

**周次:\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_**

**姓名:\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_**

**学号:\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_**

**实验日期: \_\_\_\_年\_\_\_\_月\_\_\_\_日 星期\_\_\_上/下午**

</div>

<div class="cover-footer">

浙江大学物理实验教学中心

</div>

</div>

## 一、预习报告

(注:将已经写好的"物理实验预习报告"内容拷贝过来)

### 1. 实验综述

(自述实验现象、实验原理和实验方法,不超过300字,5分)

### 2. 实验重点

(简述本实验的学习重点,不超过100字,3分)

### 3. 实验难点

(简述本实验的实现难点,不超过100字,2分)

<div style="page-break-after: always;"></div>

## 二、原始数据

(将有学生和老师签名的"自备数据记录草稿纸"的扫描或手机拍摄图粘贴在下方,20分)

<div style="page-break-after: always;"></div>

## 三、结果与分析

### 1. 数据处理与结果

(列出数据表格、选择数据处理方法、给定测量或计算结果,30分)

### 2. 误差分析

(运用测量误差、相对误差、不确定度等分析实验结果,20分)

### 3. 实验探讨

(对实验内容、现象和过程的小结,不超过100字,10分)

<div style="page-break-after: always;"></div>

## 四、思考题

(解答教材或讲义或老师指定的思考题,10分)

<div style="page-break-after: always;"></div>

**注意事项:**

1. 用PDF格式上传"实验报告",文件名:学生姓名+学号+实验名称+周次。
2. "实验报告"必须递交在"学在浙大"的本课程的对应实验项目的"作业"模块内。
3. "实验报告"成绩必须在"浙江大学物理实验教学中心网站"-"选课系统"内查询。
4. 教学评价必须在"浙江大学物理实验教学中心网站"-"选课系统"内进行,学生必须进行教学评价,才能看到实验报告成绩,教学评价必须在本次实验结束后3天内进行。

<div align="center">

**浙江大学物理实验教学中心制**

</div>
下载预习报告 Markdown 模版电子物理实验预习报告-模板.md
Preview / 预览
<div class="cover">

# 物理实验预习报告

<div class="cover-group-lg">

**实验名称:\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_**

**指导教师:\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_**

</div>

<div class="cover-group-sm">

**周次:\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_**

**姓名:\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_**

**学号:\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_**









**实验日期: \_\_\_\_年\_\_\_\_月\_\_\_\_日 星期\_\_\_上/下午**

</div>

<div class="cover-footer">

浙江大学物理实验教学中心

</div>

</div>

### 1. 实验综述

(自述实验现象、实验原理和实验方法,不超过300字,5分)

### 2. 实验重点

(简述本实验的学习重点,不超过100字,3分)

### 3. 实验难点

(简述本实验的实现难点,不超过100字,2分)

<div style="page-break-after: always;"></div>

**注意事项:**

1. 用PDF格式上传"预习报告",文件名:学生姓名+学号+实验名称+周次。
2. "预习报告"必须递交在"学在浙大"的本课程的对应实验项目的"作业"模块内。
3. "预习报告"还须拷贝到"实验报告"中(便以教师批改)。

<div align="center">
**浙江大学物理实验教学中心制**

</div>
下载配套 CSS 样式physics-lab.css
Preview / 预览
/*
 * physics-lab.css — Typora 主题
 * 仿浙江大学物理实验教学中心 Word 模板排版
 */

/* ===== 页面设置 (导出PDF时生效) ===== */
@media print {
    @page {
        size: A4;
        margin: 2.54cm 1.91cm;
    }
}

/* ===== 基础排版 ===== */
:root {
    --font-song: "宋体", "SimSun", "Songti SC", serif;
    --font-hei: "黑体", "SimHei", "Heiti SC", sans-serif;
    --font-fang: "仿宋", "FangSong", "STFangsong", serif;
    --font-latin: "Times New Roman", Times, serif;
    --base-size: 12pt;
}

html {
    font-size: var(--base-size);
}

body {
    font-family: var(--font-song);
    font-size: var(--base-size);
    color: #000;
    background: #fff;
    -webkit-font-smoothing: auto;
}

#write {
    max-width: 21cm;
    padding: 2.54cm 1.91cm;
    font-family: var(--font-song);
    font-size: var(--base-size);
    line-height: 1.5;
    color: #000;
}

/* ===== 封面页 ===== */
#write .cover {
    text-align: center;
    padding-top: 2.5cm;
    page-break-after: always;
    break-after: page;
}

#write .cover h1 {
    font-family: var(--font-song);
    font-size: 36pt;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    margin-bottom: 3cm;
    padding-bottom: 0;
    border-bottom: none;
    line-height: 1.4;
    color: #000;
}

#write .cover-group-lg p {
    font-family: var(--font-song);
    font-size: 16pt;
    font-weight: bold;
    line-height: 2;
    margin: 0;
    text-align: center;
}

#write .cover-group-sm p {
    font-family: var(--font-song);
    font-size: 16pt;
    font-weight: bold;
    line-height: 2;
    margin: 0;
    text-align: center;
}

#write .cover-group-lg {
    width: 13cm;
    margin: 0 auto 1.5cm auto;
}

#write .cover-group-sm {
    width: 13cm;
    margin: 0 auto 1.5cm auto;
}

#write .cover-footer {
    font-family: var(--font-song);
    font-size: 14pt;
    font-weight: normal;
    margin-top: 1cm;
}

#write .cover-footer p {
    font-size: 14pt;
    font-weight: normal;
    text-align: center;
}

/* ===== 标题层级 ===== */

/* h1 — 封面大标题: 宋体 36pt 加粗居中 */
#write h1 {
    font-family: var(--font-song);
    font-size: 36pt;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0.5em;
    padding-bottom: 0;
    border-bottom: none;
    line-height: 1.4;
    color: #000;
}

/* h2 — 大节标题(一、二、三、四): 黑体 16pt 加粗 */
#write h2 {
    font-family: var(--font-hei);
    font-size: 16pt;
    font-weight: bold;
    text-align: left;
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding-bottom: 0;
    border-bottom: none;
    line-height: 1.5;
    color: #000;
}

/* h3 — 小节标题(1. 2. 3.): 宋体 14pt 加粗 */
#write h3 {
    font-family: var(--font-song);
    font-size: 14pt;
    font-weight: bold;
    text-align: left;
    margin-top: 0.8em;
    margin-bottom: 0.4em;
    line-height: 1.5;
    color: #000;
}

/* h4/h5/h6 备用 */
#write h4, #write h5, #write h6 {
    font-family: var(--font-song);
    font-size: 12pt;
    font-weight: bold;
    color: #000;
}

/* ===== 段落与正文 ===== */
#write p {
    font-family: var(--font-song);
    font-size: var(--base-size);
    line-height: 1.5;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    text-align: justify;
    color: #000;
}

/* 加粗文字 — 封面字段等 */
#write p strong {
    font-weight: bold;
}

/* ===== 居中块 (封面标题、落款) ===== */
#write div[align="center"] {
    text-align: center;
}

#write div[align="center"] p {
    text-align: center;
}

/* ===== 分页控制 ===== */
#write div[style*="page-break-after"] {
    page-break-after: always !important;
    break-after: page !important;
    height: 0;
    margin: 0;
    padding: 0;
    border: none;
}

@media print {
    div[style*="page-break-after"] {
        page-break-after: always !important;
        break-after: page !important;
    }
}

/* ===== 有序列表 — 注意事项区 (仿宋) ===== */
#write ol {
    font-family: var(--font-fang);
    font-size: var(--base-size);
    line-height: 20pt;
    padding-left: 1.5em;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}

#write ol li {
    font-family: var(--font-fang);
    font-size: var(--base-size);
    line-height: 20pt;
    margin-bottom: 0.2em;
}

/* ===== 无序列表 ===== */
#write ul {
    font-family: var(--font-song);
    font-size: var(--base-size);
    line-height: 1.5;
    padding-left: 1.5em;
}

/* ===== 水平分割线 — 隐藏(用分页替代) ===== */
#write hr {
    display: none;
}

/* ===== 表格 — 三线表风格 ===== */
#write table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--font-song);
    font-size: var(--base-size);
    margin: 1em 0;
}

#write table thead {
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
}

#write table thead th {
    font-weight: bold;
    text-align: center;
    padding: 6px 8px;
    border: none;
}

#write table tbody td {
    text-align: center;
    padding: 4px 8px;
    border: none;
}

#write table tbody tr:last-child {
    border-bottom: 2px solid #000;
}

/* ===== 图片 ===== */
#write img {
    max-width: 90%;
    display: block;
    margin: 1em auto;
}

/* ===== 代码块(备用) ===== */
#write code {
    font-family: "Courier New", Courier, monospace;
    font-size: 11pt;
    background: #f5f5f5;
    padding: 1px 4px;
    border-radius: 2px;
}

#write pre {
    background: #f5f5f5;
    padding: 0.8em 1em;
    border-radius: 3px;
    overflow-x: auto;
}

#write pre code {
    background: none;
    padding: 0;
}

/* ===== 链接 ===== */
#write a {
    color: #000;
    text-decoration: underline;
}

@media print {
    #write a {
        color: #000;
        text-decoration: none;
    }
}

/* ===== 块引用 ===== */
#write blockquote {
    border-left: 3px solid #999;
    padding-left: 1em;
    margin-left: 0;
    color: #333;
    font-style: normal;
}

/* ===== 公式全部居中 ===== */
#write [mdtype="math_block"],
#write .md-math-block,
#write .md-rawblock[mdtype="math_block"],
#write .md-rawblock-container,
#write .mathjax-block,
#write .MathJax,
#write .MathJax_Display,
#write .MathJax_SVG_Display,
#write mjx-container,
#write mjx-container[display="true"],
#write mjx-container[jax="SVG"],
#write .katex-display,
#write .katex-html,
#write [contenteditable="false"][class*="math"] {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

#write .MathJax,
#write .MathJax_Display,
#write .MathJax_SVG_Display,
#write mjx-container {
    display: block !important;
    margin: 0.5em auto !important;
}

#write .md-math-block mjx-container,
#write [mdtype="math_block"] mjx-container {
    display: block !important;
    text-align: center !important;
    margin: 0 auto !important;
}

/* 行内公式保持 inline */
#write mjx-container:not([display="true"]) {
    display: inline !important;
    margin: 0 !important;
}

/* ===== 思考题区域 — 答案楷体五号(10.5pt) ===== */
#write .thinking-questions {
    font-family: "楷体", "KaiTi", "STKaiti", "Kaiti SC", serif;
    font-size: 10.5pt;
    line-height: 1.5;
}

#write .thinking-questions p {
    font-family: "楷体", "KaiTi", "STKaiti", "Kaiti SC", serif;
    font-size: 10.5pt;
}

#write .thinking-questions strong {
    font-family: var(--font-song);
    font-size: var(--base-size);
}

#write .thinking-questions ul,
#write .thinking-questions ol,
#write .thinking-questions li {
    font-family: "楷体", "KaiTi", "STKaiti", "Kaiti SC", serif;
    font-size: 10.5pt;
}

/* ===== 打印优化 ===== */
@media print {
    html, body {
        background: #fff;
    }

    #write {
        max-width: none;
        padding: 0;
    }

    h2, h3 {
        page-break-after: avoid;
        break-after: avoid;
    }

    table, figure, img {
        page-break-inside: avoid;
        break-inside: avoid;
    }
}