A professional, space-efficient resume template for iA Writer, optimized for both English and Traditional Chinese (繁體中文). This template maximizes content density while maintaining excellent readability for modern resumes.
- Font stack optimized for both English and Traditional Chinese
- Perfect rendering with PingFang TC, Microsoft JhengHei, and Noto Sans TC
- Consistent typography across both languages
- Compact spacing - fits 30-40% more content per page
- Optimized line heights (1.35) for maximum density
- Minimal margins (0.25in top/bottom, 0.6in left/right)
- Single-line job entries - title, company, and dates on one line
- Reduced font sizes while maintaining readability
- Clean typography with professional hierarchy
- Gray-blue summary section for visual distinction
- Compact tables for skills and certifications
- Night mode support for comfortable editing
- Print-friendly styling matches web preview
- Proper page breaks to avoid awkward splits
- Optimized for 8.5" × 11" paper
- Professional PDF export
- Skills tables with proficiency levels
- Clean section separators
- Proper emphasis and strong text styling
- Code blocks for technical resumes
- Download
Resume.iatemplatefrom this repository - Double-click the template file, or
- Drag to iA Writer icon in Dock, or
- Add via Preferences → Templates
- Send template via AirDrop, or
- Use "Copy to iA Writer" from Files app
- Download the template
- In iA Writer: File → Install Template
- Select the
.iatemplatefile
This repository includes three sample resumes demonstrating different use cases:
Professional resume in English with:
- Contact information
- Professional summary
- Work experience with achievements
- Education
- Skills table
- Projects and awards
完整繁體中文履歷範例,包含:
- 聯絡資訊
- 個人簡介
- 工作經歷
- 學歷
- 專業技能表格
- 專案與獎項
Hybrid English-Chinese resume (中英雙語履歷) with:
- Bilingual section headings
- Side-by-side descriptions
- Perfect for international applications
# Your Name
City | [email protected] | phone
linkedin.com/in/username | github.com/username
> Professional summary highlighting your key qualifications and achievements.
## Work Experience
### Job Title | Company Name | *Start Date - End Date*
- Key achievement or responsibility
- Another achievement with metrics
- Collaborated with teams
### Previous Job Title | Previous Company | *Start Date - End Date*
- Responsibility or achievement
- Notable project
## Education
### Degree Name | University Name | *Graduation Year*
GPA: 3.8/4.0 | Honors or awards
## Skills
| Skill Category | Technologies | Proficiency |
|:---------------|:-------------|:------------|
| Category 1 | Tech stack | Expert |
| Category 2 | Tech stack | Advanced |Format: ### Job Title | Company | *Date Range*
Good:
### Senior Product Designer | TechFlow Inc. | *Jan 2021 - Present*Avoid:
### Senior Product Designer
**TechFlow Inc.** | *Jan 2021 - Present*Use blockquote (>) for the professional summary directly after contact info:
# Name
Contact info here
> Your professional summary describing your experience and key strengths.
## First SectionUse tables for structured information:
| Skill Category | Tools & Technologies | Proficiency |
|:---------------|:---------------------|:------------|
| Design Tools | Figma, Sketch | Expert |
| Development | HTML, CSS, JavaScript | Advanced |Use concise date formats:
- English:
Jan 2021 - Presentor2021 - Present - Chinese:
2021.01 - 至今or2021 - 至今
Edit Resume.iatemplate/Contents/Resources/style.css:
/* Increase line height for more breathing room */
html {
line-height: 1.5; /* default: 1.35 */
}
/* Adjust section spacing */
h2 {
margin: 0.8em 0 0.3em 0; /* default: 0.6em 0 0.25em 0 */
}/* Summary background */
blockquote {
background-color: #e8f4f8; /* default: #f0f4f8 */
}
/* Section headers */
h2 {
color: #1a5490; /* default: #2c3e50 */
border-bottom-color: #1a5490;
}/* Base font size */
html {
font-size: 11pt; /* default: 10.5pt */
}
/* Heading sizes */
h1 { font-size: 22pt; } /* default: 20pt */
h2 { font-size: 13pt; } /* default: 12pt */
h3 { font-size: 11pt; } /* default: 10.5pt */@media print {
body {
padding: 0.5in 0.75in; /* default: 0.25in 0.6in */
}
}Resume.iatemplate/
├── Contents/
│ ├── Info.plist # Template configuration
│ └── Resources/
│ ├── document.html # Main layout
│ └── style.css # All styling
Key settings in Info.plist:
<key>CFBundleName</key>
<string>Resume</string>
<key>CFBundleIdentifier</key>
<string>com.laiyenju.template.resume</string>
<key>IATemplateDescription</key>
<string>Clean, professional resume template.</string>-apple-system, BlinkMacSystemFont,
"PingFang TC", "Microsoft JhengHei", "Noto Sans TC",
"Segoe UI", "Helvetica Neue", Helvetica, Arial,
"Source Han Sans TC", sans-serif
- H1 (Name): 20pt, bold
- H2 (Sections): 12pt, semi-bold
- H3 (Job titles): 10.5pt, semi-bold
- Body: 10.5pt, regular
- Tables: 9.5pt, regular
- Body text: 1.35
- Headings: 1.25
- Lists: 1.3
- Tables: 1.25
- H2 top margin: 0.6em
- H3 top margin: 0.5em
- Paragraph margin: 0.2em
- List item margin: 0.1em
- Use action verbs - Led, Developed, Increased, Implemented
- Include metrics - "Increased engagement by 40%"
- Be concise - Each bullet point should be one line when possible
- Prioritize - Put most important/recent items first
- Consistent date formats throughout the document
- Use tables for skills - more scannable than lists
- Keep job entries on one line - saves vertical space
- Use the summary wisely - 2-3 sentences max
- Preview before exporting - Use iA Writer's preview pane
- Check page breaks - Ensure sections don't split awkwardly
- Export as PDF - File → Export → PDF
- Test print - Check margins on your printer
- Make sure the file extension is
.iatemplate - Try reinstalling by double-clicking the template file
- Check iA Writer Preferences → Templates
- The template uses system fonts
- Ensure your system has Chinese fonts installed
- On Windows, install "Microsoft JhengHei" or "Noto Sans TC"
- Adjust padding in the print media query
- Check your printer settings
- Some printers have minimum margin requirements
- Increase
line-heightin CSS (1.35 → 1.5) - Increase heading margins
- Adjust body padding
Contributions are welcome! Please feel free to submit issues or pull requests.
This template is open source and available under the MIT License.
Created by Yen Lai (@laiyenju)
Built with iA Writer Templates framework.
- Initial release
- Bilingual support (English & Traditional Chinese)
- Space-efficient layout
- Gray-blue summary section
- Optimized for printing
- Night mode support
- Three sample resumes included