All Projects → zshufan → UESTC_Lab_Report_LaTeX_Template

zshufan / UESTC_Lab_Report_LaTeX_Template

Licence: LPPL-1.3c license
A LaTeX Template for UESTC Lab Report

Programming Languages

TeX
3793 projects
shell
77523 projects

Projects that are alternatives of or similar to UESTC Lab Report LaTeX Template

BIThesis-scaffold
📖 北京理工大学非官方 LaTeX 模板集合,基于 BIThesis。已经获得官方支持 🎉(2019 - 2021)。
Stars: ✭ 15 (-62.5%)
Mutual labels:  latex-template
Introduction-to-LaTeX
Introductory notes and templates for LaTeX
Stars: ✭ 23 (-42.5%)
Mutual labels:  latex-template
xelatex-cv-roald
XeLaTeX CV template
Stars: ✭ 34 (-15%)
Mutual labels:  latex-template
LaTeX-Templates
Document templates composed using LaTeX for my college assignments and projects (Applicable for any other university or college) ✨
Stars: ✭ 18 (-55%)
Mutual labels:  latex-template
tex-course-index-template
A template for writing a condensed course index leveraging LaTeX indexing
Stars: ✭ 30 (-25%)
Mutual labels:  latex-template
HKUST PhD MPhil thesis Latex
The Hong Kong University of Science and Technology PhD/MPhil thesis latex template based on the latest official sample (http://pg.ust.hk/guides_n_forms/students/thesis_sample_page_phd.pdf)
Stars: ✭ 28 (-30%)
Mutual labels:  latex-template
TU-Delft-Unofficial-Report-Template
A LaTeX report/thesis template that aims to simplify and improve the (Xe)LaTeX template provided by the TU Delft. Ready-to-go with its rewritten class file and redesigned cover page.
Stars: ✭ 35 (-12.5%)
Mutual labels:  latex-template
latex-thesis-template
A LaTeX template for humans.
Stars: ✭ 77 (+92.5%)
Mutual labels:  latex-template
NKThesis
南开大学硕士毕业论文/博士论文模板 (Latex Template for Nankai University)
Stars: ✭ 74 (+85%)
Mutual labels:  latex-template
uestc-evaluate-teacher.js
电子科大评教脚本
Stars: ✭ 22 (-45%)
Mutual labels:  uestc
LNI
A LaTeX class for submissions to the “Lecture Notes in Informatics” (LNI) published by the German “Gesellschaft für Informatik” (GI)
Stars: ✭ 29 (-27.5%)
Mutual labels:  latex-template
quantum-journal
LaTeX template class for Quantum - the open journal for quantum science
Stars: ✭ 73 (+82.5%)
Mutual labels:  latex-template
langscibook
LaTeX class and additions for typesetting books
Stars: ✭ 31 (-22.5%)
Mutual labels:  latex-template
ZJUProposal
ZJU LaTeX Proposal Template for Undergraduate.
Stars: ✭ 19 (-52.5%)
Mutual labels:  latex-template
homework-template
Typeset assignments and problem sets using LaTeX; typographically optimized for online submission
Stars: ✭ 24 (-40%)
Mutual labels:  latex-template
uni-stuttgart-beamer-template
Unofficial LaTeX template for Beamer presentations at the University of Stuttgart, Germany
Stars: ✭ 16 (-60%)
Mutual labels:  latex-template
xdupgtp
西安电子科技大学研究生学位论文开题报告表XeLaTeX模板
Stars: ✭ 22 (-45%)
Mutual labels:  latex-template
elteikthesis
ELTE IK szakdolgozat és diplomamunka sablon.
Stars: ✭ 32 (-20%)
Mutual labels:  latex-template
SPhdThesis
A Latex template for writing PhD Thesis
Stars: ✭ 22 (-45%)
Mutual labels:  latex-template
publicacoes
Minhas publicações no LaTex
Stars: ✭ 50 (+25%)
Mutual labels:  latex-template

English | 简体中文

AUR license AUR license AUR license

LaTeX Lab Report Template for UESTC Undergraduates


Brief Introduction


  • This LaTeX template is write for undergraduates of School of Information and Software Engineering of UESTC. The aim of this template is to cut down worries of frequent adjustment of document layout on writing lab reports, and to make artistic and layout-unified lab report while saving time. Another expectation is that the template could be an opportunity to popularize LaTeX.
  • This template is easy to use and with detailed comments. Students with little LaTeX experience can refer to LaTeX Wikibook. I believe you will love it! (Attention: The goal language of this template is Chinese, so you need TeX Live )
  • The revision of this template has read LaTeX-Template-CnucasthesisUESTCthesis for reference. I am deeply indebted to authors of all these templates!
  • Suggestions for improvement will be gratefully received. Welcome to pull requests and issues for this repository!

Repository Structure


├── lab report(zh-cn)/    
│   ├── imgs/    picture directory †
|       └── logo.pdf    school badge
│   ├── lab_report(zh_cn).tex    template †
│   └── lab_report(zh_cn).pdf    results

Dagger † represents file need to be customized.

Dependencies


Successfully compiled under 64 bit win10,Tex Live 2017 environment.

XeTeX 3.14159265-2.6-0.99998 (TeX Live 2017/W32TeX)

Further experiments on Mac and Linux are expected.

Quick Start


  1. Clone or download this repository to local environment. This command is suggested:

    git clone https://github.com/heywrcoding/UESTC_Lab_Report_LaTeX_Template.git
    

    Or click: Clone or download -> Download Zip

  2. Modified files with dagger † in Repository Structure as your own thought. To be detailed:

    1. Put pictures used in the lab report under imgs/ directory.
    2. Modified corresponding text content in lab_report(zh_cn).tex. Examples of usage of inserting codes, tables, pictures, pseudocodes are showed in Appendix.
  3. Compile .tex file with the following command:

    xelatex lab_report(zh_cn).tex
    

    Or use graphic button "XeLaTeX" provided by LaTeX editor such as WinEdt to execute compilation.

    The correct result of compilation is lab_report(zh_cn).pdf, you can check whether it is under expectation.

    You can see the result of example lab report compiled on my machine.

Preview


About me, subscribe my
Github:Shufan Zhang
Mail:Gmail
I will appreciate your approval and stars!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].