@wentorai/research-plugins 1.0.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +22 -22
- package/curated/analysis/README.md +71 -56
- package/curated/domains/README.md +176 -67
- package/curated/literature/README.md +71 -47
- package/curated/research/README.md +91 -58
- package/curated/tools/README.md +88 -87
- package/curated/writing/README.md +80 -45
- package/mcp-configs/cloud-docs/confluence-mcp.json +37 -0
- package/mcp-configs/cloud-docs/google-drive-mcp.json +35 -0
- package/mcp-configs/cloud-docs/notion-mcp.json +29 -0
- package/mcp-configs/communication/discord-mcp.json +29 -0
- package/mcp-configs/communication/slack-mcp.json +29 -0
- package/mcp-configs/communication/telegram-mcp.json +28 -0
- package/mcp-configs/database/neo4j-mcp.json +37 -0
- package/mcp-configs/database/postgres-mcp.json +28 -0
- package/mcp-configs/database/sqlite-mcp.json +29 -0
- package/mcp-configs/dev-platform/github-mcp.json +31 -0
- package/mcp-configs/dev-platform/gitlab-mcp.json +34 -0
- package/mcp-configs/email/email-mcp.json +40 -0
- package/mcp-configs/email/gmail-mcp.json +37 -0
- package/mcp-configs/registry.json +178 -149
- package/mcp-configs/repository/dataverse-mcp.json +33 -0
- package/mcp-configs/repository/huggingface-mcp.json +29 -0
- package/openclaw.plugin.json +2 -2
- package/package.json +2 -2
- package/skills/analysis/dataviz/algorithm-visualizer-guide/SKILL.md +259 -0
- package/skills/analysis/dataviz/bokeh-visualization-guide/SKILL.md +270 -0
- package/skills/analysis/dataviz/chart-image-generator/SKILL.md +229 -0
- package/skills/analysis/dataviz/d3-visualization-guide/SKILL.md +281 -0
- package/skills/analysis/dataviz/echarts-visualization-guide/SKILL.md +250 -0
- package/skills/analysis/dataviz/metabase-analytics-guide/SKILL.md +242 -0
- package/skills/analysis/dataviz/plotly-interactive-guide/SKILL.md +266 -0
- package/skills/analysis/dataviz/redash-analytics-guide/SKILL.md +284 -0
- package/skills/analysis/econometrics/econml-causal-guide/SKILL.md +163 -0
- package/skills/analysis/econometrics/mostly-harmless-guide/SKILL.md +139 -0
- package/skills/analysis/econometrics/panel-data-analyst/SKILL.md +259 -0
- package/skills/analysis/econometrics/python-causality-guide/SKILL.md +134 -0
- package/skills/analysis/econometrics/stata-accounting-guide/SKILL.md +269 -0
- package/skills/analysis/econometrics/stata-analyst-guide/SKILL.md +245 -0
- package/skills/analysis/statistics/data-anomaly-detection/SKILL.md +157 -0
- package/skills/analysis/statistics/ml-experiment-tracker/SKILL.md +212 -0
- package/skills/analysis/statistics/pywayne-statistics-guide/SKILL.md +192 -0
- package/skills/analysis/statistics/quantitative-methods-guide/SKILL.md +193 -0
- package/skills/analysis/statistics/senior-data-scientist-guide/SKILL.md +223 -0
- package/skills/analysis/wrangling/csv-data-analyzer/SKILL.md +170 -0
- package/skills/analysis/wrangling/data-cleaning-pipeline/SKILL.md +266 -0
- package/skills/analysis/wrangling/data-cog-guide/SKILL.md +178 -0
- package/skills/analysis/wrangling/stata-data-cleaning/SKILL.md +276 -0
- package/skills/analysis/wrangling/survey-data-processing/SKILL.md +298 -0
- package/skills/domains/ai-ml/ai-model-benchmarking/SKILL.md +209 -0
- package/skills/domains/ai-ml/annotated-dl-papers-guide/SKILL.md +159 -0
- package/skills/domains/ai-ml/dl-transformer-finetune/SKILL.md +239 -0
- package/skills/domains/ai-ml/generative-ai-guide/SKILL.md +146 -0
- package/skills/domains/ai-ml/huggingface-inference-guide/SKILL.md +196 -0
- package/skills/domains/ai-ml/keras-deep-learning/SKILL.md +210 -0
- package/skills/domains/ai-ml/llm-from-scratch-guide/SKILL.md +124 -0
- package/skills/domains/ai-ml/ml-pipeline-guide/SKILL.md +295 -0
- package/skills/domains/ai-ml/nlp-toolkit-guide/SKILL.md +247 -0
- package/skills/domains/ai-ml/pytorch-guide/SKILL.md +281 -0
- package/skills/domains/ai-ml/pytorch-lightning-guide/SKILL.md +244 -0
- package/skills/domains/ai-ml/tensorflow-guide/SKILL.md +241 -0
- package/skills/domains/biomedical/bioagents-guide/SKILL.md +308 -0
- package/skills/domains/biomedical/medgeclaw-guide/SKILL.md +345 -0
- package/skills/domains/biomedical/medical-imaging-guide/SKILL.md +305 -0
- package/skills/domains/business/architecture-design-guide/SKILL.md +279 -0
- package/skills/domains/business/innovation-management-guide/SKILL.md +257 -0
- package/skills/domains/business/operations-research-guide/SKILL.md +258 -0
- package/skills/domains/chemistry/molecular-dynamics-guide/SKILL.md +237 -0
- package/skills/domains/chemistry/pubchem-api-guide/SKILL.md +180 -0
- package/skills/domains/chemistry/spectroscopy-analysis-guide/SKILL.md +290 -0
- package/skills/domains/cs/distributed-systems-guide/SKILL.md +268 -0
- package/skills/domains/cs/formal-verification-guide/SKILL.md +298 -0
- package/skills/domains/ecology/species-distribution-guide/SKILL.md +343 -0
- package/skills/domains/economics/imf-data-api-guide/SKILL.md +174 -0
- package/skills/domains/economics/post-labor-economics/SKILL.md +254 -0
- package/skills/domains/economics/pricing-psychology-guide/SKILL.md +273 -0
- package/skills/domains/economics/world-bank-data-guide/SKILL.md +179 -0
- package/skills/domains/education/assessment-design-guide/SKILL.md +213 -0
- package/skills/domains/education/educational-research-methods/SKILL.md +179 -0
- package/skills/domains/education/mooc-analytics-guide/SKILL.md +206 -0
- package/skills/domains/finance/portfolio-optimization-guide/SKILL.md +279 -0
- package/skills/domains/finance/risk-modeling-guide/SKILL.md +260 -0
- package/skills/domains/finance/stata-accounting-research/SKILL.md +372 -0
- package/skills/domains/geoscience/climate-modeling-guide/SKILL.md +215 -0
- package/skills/domains/geoscience/satellite-remote-sensing/SKILL.md +193 -0
- package/skills/domains/geoscience/seismology-data-guide/SKILL.md +208 -0
- package/skills/domains/humanities/ethical-philosophy-guide/SKILL.md +244 -0
- package/skills/domains/humanities/history-research-guide/SKILL.md +260 -0
- package/skills/domains/humanities/political-history-guide/SKILL.md +241 -0
- package/skills/domains/law/legal-nlp-guide/SKILL.md +236 -0
- package/skills/domains/law/patent-analysis-guide/SKILL.md +257 -0
- package/skills/domains/law/regulatory-compliance-guide/SKILL.md +267 -0
- package/skills/domains/math/symbolic-computation-guide/SKILL.md +263 -0
- package/skills/domains/math/topology-data-analysis/SKILL.md +305 -0
- package/skills/domains/pharma/clinical-trial-design-guide/SKILL.md +271 -0
- package/skills/domains/pharma/drug-target-interaction/SKILL.md +242 -0
- package/skills/domains/pharma/pharmacovigilance-guide/SKILL.md +216 -0
- package/skills/domains/physics/astrophysics-data-guide/SKILL.md +305 -0
- package/skills/domains/physics/particle-physics-guide/SKILL.md +287 -0
- package/skills/domains/social-science/network-analysis-guide/SKILL.md +310 -0
- package/skills/domains/social-science/psychology-research-guide/SKILL.md +270 -0
- package/skills/domains/social-science/sociology-research-guide/SKILL.md +238 -0
- package/skills/literature/discovery/paper-recommendation-guide/SKILL.md +120 -0
- package/skills/literature/discovery/semantic-paper-radar/SKILL.md +144 -0
- package/skills/literature/discovery/zotero-arxiv-daily-guide/SKILL.md +94 -0
- package/skills/literature/fulltext/core-api-guide/SKILL.md +144 -0
- package/skills/literature/fulltext/institutional-repository-guide/SKILL.md +212 -0
- package/skills/literature/fulltext/open-access-mining-guide/SKILL.md +341 -0
- package/skills/literature/metadata/academic-paper-summarizer/SKILL.md +101 -0
- package/skills/literature/metadata/wikidata-api-guide/SKILL.md +156 -0
- package/skills/literature/search/arxiv-batch-reporting/SKILL.md +133 -0
- package/skills/literature/search/arxiv-paper-processor/SKILL.md +141 -0
- package/skills/literature/search/baidu-scholar-guide/SKILL.md +110 -0
- package/skills/literature/search/chatpaper-guide/SKILL.md +122 -0
- package/skills/literature/search/deep-literature-search/SKILL.md +149 -0
- package/skills/literature/search/deepgit-search-guide/SKILL.md +147 -0
- package/skills/literature/search/pasa-paper-search-guide/SKILL.md +138 -0
- package/skills/research/automation/ai-scientist-v2-guide/SKILL.md +284 -0
- package/skills/research/automation/aim-experiment-guide/SKILL.md +234 -0
- package/skills/research/automation/datagen-research-guide/SKILL.md +131 -0
- package/skills/research/automation/kedro-pipeline-guide/SKILL.md +216 -0
- package/skills/research/automation/mle-agent-guide/SKILL.md +139 -0
- package/skills/research/automation/paper-to-agent-guide/SKILL.md +116 -0
- package/skills/research/automation/rd-agent-guide/SKILL.md +246 -0
- package/skills/research/automation/research-paper-orchestrator/SKILL.md +254 -0
- package/skills/research/deep-research/academic-deep-research/SKILL.md +190 -0
- package/skills/research/deep-research/auto-deep-research-guide/SKILL.md +141 -0
- package/skills/research/deep-research/deep-research-pro/SKILL.md +213 -0
- package/skills/research/deep-research/deep-research-work/SKILL.md +204 -0
- package/skills/research/deep-research/deep-searcher-guide/SKILL.md +253 -0
- package/skills/research/deep-research/gpt-researcher-guide/SKILL.md +191 -0
- package/skills/research/deep-research/khoj-research-guide/SKILL.md +200 -0
- package/skills/research/deep-research/local-deep-research-guide/SKILL.md +253 -0
- package/skills/research/deep-research/tongyi-deep-research-guide/SKILL.md +217 -0
- package/skills/research/funding/eu-horizon-guide/SKILL.md +244 -0
- package/skills/research/funding/grant-budget-guide/SKILL.md +284 -0
- package/skills/research/funding/nih-reporter-api-guide/SKILL.md +166 -0
- package/skills/research/funding/nsf-award-api-guide/SKILL.md +133 -0
- package/skills/research/methodology/academic-mentor-guide/SKILL.md +169 -0
- package/skills/research/methodology/claude-scientific-guide/SKILL.md +122 -0
- package/skills/research/methodology/deep-innovator-guide/SKILL.md +242 -0
- package/skills/research/methodology/osf-api-guide/SKILL.md +165 -0
- package/skills/research/methodology/research-paper-kb/SKILL.md +263 -0
- package/skills/research/methodology/research-town-guide/SKILL.md +263 -0
- package/skills/research/paper-review/automated-review-guide/SKILL.md +281 -0
- package/skills/research/paper-review/paper-compare-guide/SKILL.md +238 -0
- package/skills/research/paper-review/paper-digest-guide/SKILL.md +240 -0
- package/skills/research/paper-review/paper-research-assistant/SKILL.md +231 -0
- package/skills/research/paper-review/research-quality-filter/SKILL.md +261 -0
- package/skills/research/paper-review/review-response-guide/SKILL.md +275 -0
- package/skills/tools/code-exec/google-colab-guide/SKILL.md +276 -0
- package/skills/tools/code-exec/kaggle-api-guide/SKILL.md +216 -0
- package/skills/tools/code-exec/overleaf-cli-guide/SKILL.md +279 -0
- package/skills/tools/diagram/code-flow-visualizer/SKILL.md +197 -0
- package/skills/tools/diagram/excalidraw-diagram-guide/SKILL.md +170 -0
- package/skills/tools/diagram/json-data-visualizer/SKILL.md +270 -0
- package/skills/tools/diagram/mermaid-architect-guide/SKILL.md +219 -0
- package/skills/tools/diagram/tldraw-whiteboard-guide/SKILL.md +397 -0
- package/skills/tools/document/docsgpt-guide/SKILL.md +130 -0
- package/skills/tools/document/large-document-reader/SKILL.md +202 -0
- package/skills/tools/document/paper-parse-guide/SKILL.md +243 -0
- package/skills/tools/knowledge-graph/citation-network-builder/SKILL.md +244 -0
- package/skills/tools/knowledge-graph/concept-map-generator/SKILL.md +284 -0
- package/skills/tools/knowledge-graph/graphiti-guide/SKILL.md +219 -0
- package/skills/tools/ocr-translate/pdf-math-translate-guide/SKILL.md +141 -0
- package/skills/tools/ocr-translate/zotero-pdf-translate-guide/SKILL.md +95 -0
- package/skills/tools/ocr-translate/zotero-pdf2zh-guide/SKILL.md +143 -0
- package/skills/tools/scraping/dataset-finder-guide/SKILL.md +253 -0
- package/skills/tools/scraping/easy-spider-guide/SKILL.md +250 -0
- package/skills/tools/scraping/google-scholar-scraper/SKILL.md +255 -0
- package/skills/tools/scraping/repository-harvesting-guide/SKILL.md +310 -0
- package/skills/writing/citation/academic-citation-manager/SKILL.md +314 -0
- package/skills/writing/citation/jabref-reference-guide/SKILL.md +127 -0
- package/skills/writing/citation/jasminum-zotero-guide/SKILL.md +103 -0
- package/skills/writing/citation/obsidian-citation-guide/SKILL.md +164 -0
- package/skills/writing/citation/obsidian-zotero-guide/SKILL.md +137 -0
- package/skills/writing/citation/papersgpt-zotero-guide/SKILL.md +132 -0
- package/skills/writing/citation/papis-cli-guide/SKILL.md +213 -0
- package/skills/writing/citation/zotero-better-bibtex-guide/SKILL.md +107 -0
- package/skills/writing/citation/zotero-better-notes-guide/SKILL.md +121 -0
- package/skills/writing/citation/zotero-gpt-guide/SKILL.md +111 -0
- package/skills/writing/citation/zotero-mcp-guide/SKILL.md +164 -0
- package/skills/writing/citation/zotero-mdnotes-guide/SKILL.md +162 -0
- package/skills/writing/citation/zotero-reference-guide/SKILL.md +139 -0
- package/skills/writing/citation/zotero-scholar-guide/SKILL.md +294 -0
- package/skills/writing/citation/zotfile-attachment-guide/SKILL.md +140 -0
- package/skills/writing/composition/ml-paper-writing/SKILL.md +163 -0
- package/skills/writing/composition/paper-debugger-guide/SKILL.md +143 -0
- package/skills/writing/composition/scientific-writing-resources/SKILL.md +151 -0
- package/skills/writing/composition/scientific-writing-wrapper/SKILL.md +153 -0
- package/skills/writing/latex/latex-drawing-collection/SKILL.md +154 -0
- package/skills/writing/latex/latex-templates-collection/SKILL.md +159 -0
- package/skills/writing/latex/md-to-pdf-academic/SKILL.md +230 -0
- package/skills/writing/latex/tex-render-guide/SKILL.md +243 -0
- package/skills/writing/polish/academic-tone-guide/SKILL.md +209 -0
- package/skills/writing/polish/conciseness-editing-guide/SKILL.md +225 -0
- package/skills/writing/polish/paper-polish-guide/SKILL.md +160 -0
- package/skills/writing/templates/graphical-abstract-guide/SKILL.md +183 -0
- package/skills/writing/templates/novathesis-guide/SKILL.md +152 -0
- package/skills/writing/templates/scientific-article-pdf/SKILL.md +261 -0
- package/skills/writing/templates/sjtuthesis-guide/SKILL.md +197 -0
- package/skills/writing/templates/thuthesis-guide/SKILL.md +181 -0
- package/skills/literature/fulltext/repository-harvesting-guide/SKILL.md +0 -207
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: graphical-abstract-guide
|
|
3
|
+
description: "Create SVG graphical abstracts for journal paper submissions"
|
|
4
|
+
metadata:
|
|
5
|
+
openclaw:
|
|
6
|
+
emoji: "🎨"
|
|
7
|
+
category: "writing"
|
|
8
|
+
subcategory: "templates"
|
|
9
|
+
keywords: ["graphical abstract", "SVG", "paper submission", "visual summary", "journal figure", "scientific illustration"]
|
|
10
|
+
source: "https://github.com/jgraph/drawio"
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# Graphical Abstract Guide
|
|
14
|
+
|
|
15
|
+
## Overview
|
|
16
|
+
|
|
17
|
+
A graphical abstract is a single visual summary of a research paper, designed to give readers an immediate understanding of the paper's main message at a glance. Many journals now require or strongly encourage graphical abstracts as part of the submission package, and they are increasingly important for visibility on social media and academic platforms.
|
|
18
|
+
|
|
19
|
+
This skill provides a comprehensive guide to designing effective graphical abstracts for academic papers. It covers design principles specific to scientific communication, layout strategies for common paper types, tools for creating publication-quality SVG graphics, and the specific requirements of major publishers. The emphasis is on creating clear, informative visuals that accurately represent your research without oversimplifying.
|
|
20
|
+
|
|
21
|
+
A well-designed graphical abstract can significantly increase your paper's readership and citation impact by making it more discoverable and shareable. Conversely, a poor graphical abstract—cluttered, misleading, or low-resolution—can undermine the perception of your work.
|
|
22
|
+
|
|
23
|
+
## Design Principles
|
|
24
|
+
|
|
25
|
+
### Visual Hierarchy
|
|
26
|
+
|
|
27
|
+
Your graphical abstract should guide the viewer's eye through the research story in a logical sequence:
|
|
28
|
+
|
|
29
|
+
1. **Entry point**: The largest or most visually prominent element should be your main finding or the key concept of the paper. This is what viewers see first.
|
|
30
|
+
2. **Flow direction**: Arrange elements left-to-right or top-to-bottom to suggest a narrative flow (input → method → output/finding).
|
|
31
|
+
3. **Supporting elements**: Smaller elements provide context (data sources, methods, intermediate steps).
|
|
32
|
+
4. **Conclusion emphasis**: The final element in the flow should communicate the main takeaway.
|
|
33
|
+
|
|
34
|
+
### Color Usage
|
|
35
|
+
|
|
36
|
+
- **Limit your palette**: Use 3-5 colors maximum. Too many colors create visual noise.
|
|
37
|
+
- **Use color purposefully**: Colors should encode meaning (e.g., different experimental conditions, input vs. output).
|
|
38
|
+
- **Ensure accessibility**: Check that your color choices are distinguishable by readers with color vision deficiency. Use the Coblis color blindness simulator to verify.
|
|
39
|
+
- **Match your paper's figures**: If your paper uses specific colors for specific variables or conditions, use the same colors in the graphical abstract for consistency.
|
|
40
|
+
- **White/light background**: Most journals display graphical abstracts on white backgrounds. Design accordingly.
|
|
41
|
+
|
|
42
|
+
### Typography
|
|
43
|
+
|
|
44
|
+
- **Minimal text**: A graphical abstract is primarily visual. Limit text to labels, short annotations, and a one-line conclusion.
|
|
45
|
+
- **Readable font size**: Text should remain legible when the image is displayed at thumbnail size (typically 200-300px wide online). Use a minimum of 10pt at the final output size.
|
|
46
|
+
- **Sans-serif fonts**: Use clean, sans-serif fonts (Helvetica, Arial, Open Sans) for labels. Avoid decorative fonts.
|
|
47
|
+
- **No paragraphs**: If you find yourself writing sentences, the design needs to be more visual.
|
|
48
|
+
|
|
49
|
+
### Common Layouts
|
|
50
|
+
|
|
51
|
+
**Linear flow (most common):**
|
|
52
|
+
```
|
|
53
|
+
[Input/Problem] → [Method/Approach] → [Key Finding/Result]
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
**Comparison layout:**
|
|
57
|
+
```
|
|
58
|
+
[Before/Without] vs. [After/With]
|
|
59
|
+
↓ ↓
|
|
60
|
+
[Outcome A] [Outcome B (better)]
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
**Central concept layout:**
|
|
64
|
+
```
|
|
65
|
+
[Aspect 1]
|
|
66
|
+
↑
|
|
67
|
+
[Aspect 4] ← [Central Concept] → [Aspect 2]
|
|
68
|
+
↓
|
|
69
|
+
[Aspect 3]
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
**Process pipeline:**
|
|
73
|
+
```
|
|
74
|
+
[Step 1] → [Step 2] → [Step 3] → [Step 4]
|
|
75
|
+
↓ ↓ ↓ ↓
|
|
76
|
+
[Detail] [Detail] [Detail] [Result]
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
## Creating Graphical Abstracts in SVG
|
|
80
|
+
|
|
81
|
+
### Why SVG?
|
|
82
|
+
|
|
83
|
+
SVG (Scalable Vector Graphics) is the ideal format for graphical abstracts because:
|
|
84
|
+
- It scales to any size without loss of quality
|
|
85
|
+
- File sizes are small
|
|
86
|
+
- It can be edited after creation
|
|
87
|
+
- It converts cleanly to any raster format (PNG, TIFF) at any resolution
|
|
88
|
+
|
|
89
|
+
### Tool Recommendations
|
|
90
|
+
|
|
91
|
+
**Draw.io (diagrams.net)** — Free, browser-based, excellent for flowcharts and diagrams:
|
|
92
|
+
```
|
|
93
|
+
1. Open https://app.diagrams.net
|
|
94
|
+
2. Select "Create New Diagram"
|
|
95
|
+
3. Use the shape library for arrows, boxes, and connectors
|
|
96
|
+
4. Import your figure images as embedded elements
|
|
97
|
+
5. Export as SVG (File → Export as → SVG)
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
**Inkscape** — Free, open-source, full vector editor:
|
|
101
|
+
```bash
|
|
102
|
+
# Install
|
|
103
|
+
brew install --cask inkscape # macOS
|
|
104
|
+
sudo apt install inkscape # Ubuntu
|
|
105
|
+
|
|
106
|
+
# Set document size to journal requirements
|
|
107
|
+
# Typical: 530 x 320 pixels (Elsevier) or custom
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
**Figma** — Collaborative design tool with a free tier:
|
|
111
|
+
- Excellent for teams working on a graphical abstract together
|
|
112
|
+
- Export to SVG, PNG, or PDF
|
|
113
|
+
- Use the "Auto Layout" feature for consistent spacing
|
|
114
|
+
|
|
115
|
+
**Adobe Illustrator** — Professional vector editor:
|
|
116
|
+
- The industry standard for publication graphics
|
|
117
|
+
- Best compatibility with publisher workflows
|
|
118
|
+
- Available through most university site licenses
|
|
119
|
+
|
|
120
|
+
### Step-by-Step Workflow
|
|
121
|
+
|
|
122
|
+
1. **Sketch on paper first**: Draw a rough layout with the flow of your story. Do not open software until you have a clear plan.
|
|
123
|
+
2. **Set canvas size**: Check your target journal's requirements (see Publisher Requirements below).
|
|
124
|
+
3. **Build the framework**: Create the boxes, arrows, and layout structure.
|
|
125
|
+
4. **Add visual elements**: Insert icons, simplified figures from your paper, molecular structures, data visualizations, or photographs.
|
|
126
|
+
5. **Add minimal text**: Labels, short annotations, and a one-line conclusion.
|
|
127
|
+
6. **Review at thumbnail size**: Zoom out to 25% and check if the main message is still clear.
|
|
128
|
+
7. **Export**: Save as SVG for editing, then export PNG/TIFF at the required resolution for submission.
|
|
129
|
+
|
|
130
|
+
## Publisher Requirements
|
|
131
|
+
|
|
132
|
+
### Elsevier
|
|
133
|
+
- Size: 531 x 1328 pixels (landscape) or equivalent aspect ratio
|
|
134
|
+
- Format: TIFF, EPS, or high-resolution JPEG/PNG
|
|
135
|
+
- Resolution: 300 DPI minimum
|
|
136
|
+
- Submit via the "Graphical Abstract" file type in Editorial Manager
|
|
137
|
+
|
|
138
|
+
### Springer Nature
|
|
139
|
+
- No fixed dimensions; recommend landscape orientation
|
|
140
|
+
- Format: TIFF or EPS preferred
|
|
141
|
+
- Resolution: 300 DPI minimum
|
|
142
|
+
- Include as the first figure or as a separate submission file
|
|
143
|
+
|
|
144
|
+
### Wiley
|
|
145
|
+
- Size: varies by journal; typically 500 x 300 pixels for online display
|
|
146
|
+
- Format: TIFF, EPS, or high-resolution JPEG
|
|
147
|
+
- Many Wiley journals use a "Table of Contents" graphic instead of a graphical abstract
|
|
148
|
+
|
|
149
|
+
### ACS (American Chemical Society)
|
|
150
|
+
- Size: 3.25 x 1.75 inches at 300 DPI
|
|
151
|
+
- Must be a single-panel image
|
|
152
|
+
- Format: TIFF or high-resolution JPEG
|
|
153
|
+
- Keep text to an absolute minimum
|
|
154
|
+
|
|
155
|
+
### General Conversion from SVG
|
|
156
|
+
|
|
157
|
+
```bash
|
|
158
|
+
# Convert SVG to high-resolution PNG
|
|
159
|
+
inkscape input.svg --export-type=png --export-dpi=300 --export-filename=output.png
|
|
160
|
+
|
|
161
|
+
# Convert SVG to TIFF (for journal submission)
|
|
162
|
+
convert -density 300 input.svg -compress lzw output.tiff
|
|
163
|
+
|
|
164
|
+
# Resize to specific pixel dimensions
|
|
165
|
+
convert output.png -resize 531x1328 -gravity center -extent 531x1328 output_elsevier.png
|
|
166
|
+
```
|
|
167
|
+
|
|
168
|
+
## Common Mistakes to Avoid
|
|
169
|
+
|
|
170
|
+
- **Too much detail**: A graphical abstract is not a reproduction of your paper's figures. It is a new, simplified visual.
|
|
171
|
+
- **Illegible text at thumbnail size**: Test readability at small display sizes.
|
|
172
|
+
- **Low-resolution raster elements**: If you embed photographs or charts, use high-resolution versions.
|
|
173
|
+
- **Missing the main point**: The most common mistake is focusing on the method instead of the finding. Lead with the result.
|
|
174
|
+
- **Copyright issues**: Do not reuse figures from other papers without permission. Create original artwork.
|
|
175
|
+
- **Inconsistent style**: Use a consistent visual language (icon style, line weights, colors) throughout the abstract.
|
|
176
|
+
|
|
177
|
+
## References
|
|
178
|
+
|
|
179
|
+
- Draw.io: https://app.diagrams.net
|
|
180
|
+
- Inkscape: https://inkscape.org
|
|
181
|
+
- Elsevier Graphical Abstract Guidelines: https://www.elsevier.com/authors/tools-and-resources/graphical-abstracts
|
|
182
|
+
- ACS Author Guidelines: https://pubs.acs.org/page/4authors/submission/graphics.html
|
|
183
|
+
- Pferschy-Wenzig, E.M. et al. (2016). "Graphical abstracts in scientific publications." Journal of Documentation.
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: novathesis-guide
|
|
3
|
+
description: "LaTeX thesis template supporting multiple universities and formats"
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
author: wentor-community
|
|
6
|
+
source: https://github.com/joaomlourenco/novathesis
|
|
7
|
+
metadata:
|
|
8
|
+
openclaw:
|
|
9
|
+
category: writing
|
|
10
|
+
subcategory: templates
|
|
11
|
+
keywords:
|
|
12
|
+
- thesis-template
|
|
13
|
+
- latex-thesis
|
|
14
|
+
- dissertation
|
|
15
|
+
- university-formatting
|
|
16
|
+
- academic-typesetting
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
# NovaThesis Guide
|
|
20
|
+
|
|
21
|
+
A skill for using and customizing the NovaThesis LaTeX thesis template, which supports formatting requirements from multiple universities worldwide. Based on the novathesis project (955 stars), this skill helps graduate students and researchers produce professionally typeset theses and dissertations that comply with institutional formatting mandates.
|
|
22
|
+
|
|
23
|
+
## Overview
|
|
24
|
+
|
|
25
|
+
Writing a thesis is a monumental academic achievement, but formatting it to meet university requirements can be frustratingly time-consuming. NovaThesis eliminates this burden by providing a single LaTeX template that adapts to the formatting requirements of dozens of universities. Students focus on their content while the template handles margins, fonts, title pages, chapter headings, bibliographies, and all the other formatting details that institutions demand.
|
|
26
|
+
|
|
27
|
+
This skill guides the agent through template selection, customization, content structuring, and troubleshooting, making the thesis writing process smoother for LaTeX beginners and experienced users alike.
|
|
28
|
+
|
|
29
|
+
## Template Selection and Setup
|
|
30
|
+
|
|
31
|
+
**Choosing the Right Configuration**
|
|
32
|
+
- NovaThesis supports universities across Portugal, Brazil, and other countries
|
|
33
|
+
- Each university configuration includes the correct title page layout, margin specifications, font requirements, and chapter formatting
|
|
34
|
+
- If your university is not directly supported, the generic configuration provides a solid professional base that can be customized
|
|
35
|
+
- Check the template repository for the most current list of supported institutions
|
|
36
|
+
|
|
37
|
+
**Initial Setup**
|
|
38
|
+
- Download or clone the novathesis template repository
|
|
39
|
+
- Open the main configuration file (typically `template.tex` or `thesis.tex`)
|
|
40
|
+
- Set the university and department options in the document class declaration
|
|
41
|
+
- Configure the degree type (MSc, PhD, or other as supported)
|
|
42
|
+
- Fill in metadata: title, author, supervisors, date, keywords
|
|
43
|
+
- Set the language (primary and optional secondary for bilingual requirements)
|
|
44
|
+
|
|
45
|
+
**Directory Structure**
|
|
46
|
+
- `Chapters/` - individual chapter files, one per chapter
|
|
47
|
+
- `Appendices/` - supplementary material files
|
|
48
|
+
- `Figures/` - all figure files organized by chapter
|
|
49
|
+
- `Bibliography/` - BibTeX database files
|
|
50
|
+
- `Config/` - template configuration and customization files
|
|
51
|
+
- Main file ties everything together with `\include` commands
|
|
52
|
+
|
|
53
|
+
## Content Organization
|
|
54
|
+
|
|
55
|
+
**Front Matter**
|
|
56
|
+
- Title page: automatically generated from metadata configuration
|
|
57
|
+
- Dedication and acknowledgments: optional pages with appropriate styling
|
|
58
|
+
- Abstract: in the primary language and (if required) in a secondary language
|
|
59
|
+
- Table of contents, list of figures, list of tables: auto-generated
|
|
60
|
+
- List of abbreviations and symbols: manually curated with provided macros
|
|
61
|
+
|
|
62
|
+
**Main Chapters**
|
|
63
|
+
- Each chapter is a separate .tex file for modular editing
|
|
64
|
+
- Chapter files are included in the main document in order
|
|
65
|
+
- Standard thesis structure: Introduction, Literature Review, Methodology, Results, Discussion, Conclusion
|
|
66
|
+
- The template handles chapter numbering, header formatting, and page styles automatically
|
|
67
|
+
|
|
68
|
+
**Back Matter**
|
|
69
|
+
- Bibliography: managed via BibTeX or BibLaTeX with university-specified citation style
|
|
70
|
+
- Appendices: formatted with letter-based numbering (Appendix A, B, C)
|
|
71
|
+
- Index: optional, auto-generated from `\index{}` commands throughout the text
|
|
72
|
+
|
|
73
|
+
## Customization
|
|
74
|
+
|
|
75
|
+
**Typography**
|
|
76
|
+
- Font selection: the template uses university-specified fonts when available
|
|
77
|
+
- Line spacing: configurable (single, 1.5, double) per university requirements
|
|
78
|
+
- Paragraph indentation and spacing: preset to institutional standards
|
|
79
|
+
- Heading styles: chapter, section, subsection formats are predefined
|
|
80
|
+
|
|
81
|
+
**Page Layout**
|
|
82
|
+
- Margins: set by university configuration, overridable if needed
|
|
83
|
+
- Header and footer: typically include chapter title and page number
|
|
84
|
+
- Page numbering: roman for front matter, arabic for main content
|
|
85
|
+
- Binding margin: adjustable for print versus digital submission
|
|
86
|
+
|
|
87
|
+
**Bibliography Styles**
|
|
88
|
+
- The template supports multiple bibliography backends (bibtex, biber)
|
|
89
|
+
- Citation styles are configured per university requirements (APA, IEEE, Chicago, Harvard, numeric)
|
|
90
|
+
- Multiple bibliographies per chapter are supported for some configurations
|
|
91
|
+
- URL and DOI formatting is handled automatically
|
|
92
|
+
|
|
93
|
+
## Common Tasks
|
|
94
|
+
|
|
95
|
+
**Adding a New Chapter**
|
|
96
|
+
- Create a new .tex file in the Chapters directory
|
|
97
|
+
- Add the `\include{Chapters/newchapter}` command in the main file
|
|
98
|
+
- The chapter will automatically receive the correct formatting and numbering
|
|
99
|
+
- Cross-references to the new chapter work immediately with `\label` and `\ref`
|
|
100
|
+
|
|
101
|
+
**Managing Figures**
|
|
102
|
+
- Store figures in the Figures directory, organized by chapter
|
|
103
|
+
- Use `\includegraphics` with relative paths from the main file
|
|
104
|
+
- The template provides figure environments with proper caption placement
|
|
105
|
+
- For subfigures, use the `subcaption` package (included in the template)
|
|
106
|
+
- Ensure figures are referenced in the text before they appear
|
|
107
|
+
|
|
108
|
+
**Handling References**
|
|
109
|
+
- Add entries to your .bib file using standard BibTeX format
|
|
110
|
+
- Use `\cite{}`, `\citep{}`, or `\citet{}` depending on the required citation style
|
|
111
|
+
- The template configuration determines how citations are formatted in text and in the bibliography
|
|
112
|
+
- Run the full compilation chain (LaTeX, BibTeX/Biber, LaTeX, LaTeX) for correct references
|
|
113
|
+
|
|
114
|
+
**Bilingual Thesis**
|
|
115
|
+
- Set both primary and secondary languages in the configuration
|
|
116
|
+
- Provide abstracts in both languages using the designated environments
|
|
117
|
+
- Keywords can be provided in both languages
|
|
118
|
+
- Chapter titles can optionally be provided in both languages for the table of contents
|
|
119
|
+
|
|
120
|
+
## Troubleshooting
|
|
121
|
+
|
|
122
|
+
**Common Compilation Issues**
|
|
123
|
+
- Missing packages: install from your TeX distribution (TeX Live, MiKTeX)
|
|
124
|
+
- Bibliography not appearing: ensure bibtex/biber is run in the compilation chain
|
|
125
|
+
- Figures not found: check file paths relative to the main .tex file location
|
|
126
|
+
- Encoding issues: ensure all files use UTF-8 encoding
|
|
127
|
+
- Undefined references: run LaTeX twice after adding new labels
|
|
128
|
+
|
|
129
|
+
**Formatting Overrides**
|
|
130
|
+
- When university requirements conflict with template defaults, use the configuration file to override
|
|
131
|
+
- Document any custom overrides for future maintenance
|
|
132
|
+
- Check with your university's thesis office before making significant formatting changes
|
|
133
|
+
- Some universities provide LaTeX support staff who can help with template customization
|
|
134
|
+
|
|
135
|
+
## Integration with Research-Claw
|
|
136
|
+
|
|
137
|
+
This skill supports the Research-Claw thesis writing workflow:
|
|
138
|
+
|
|
139
|
+
- Generate chapter drafts using composition skills and insert into the template
|
|
140
|
+
- Manage references using citation skills connected to Zotero
|
|
141
|
+
- Create figures using LaTeX drawing skills or export from analysis tools
|
|
142
|
+
- Use paper review skills to debug the thesis before submission
|
|
143
|
+
- Track writing progress with section-level word counts and completion status
|
|
144
|
+
|
|
145
|
+
## Best Practices
|
|
146
|
+
|
|
147
|
+
- Start using the template early in the writing process, not at the end
|
|
148
|
+
- Compile frequently to catch formatting issues as they arise
|
|
149
|
+
- Use version control (Git) for the entire thesis directory
|
|
150
|
+
- Keep a backup of the template's original configuration before customizing
|
|
151
|
+
- Write one chapter at a time in separate files for manageable editing
|
|
152
|
+
- Consult your university's thesis formatting guidelines alongside the template documentation
|
|
@@ -0,0 +1,261 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: scientific-article-pdf
|
|
3
|
+
description: "Generate publication-ready scientific article PDFs from templates"
|
|
4
|
+
metadata:
|
|
5
|
+
openclaw:
|
|
6
|
+
emoji: "📑"
|
|
7
|
+
category: "writing"
|
|
8
|
+
subcategory: "templates"
|
|
9
|
+
keywords: ["PDF generation", "article template", "publication-ready", "journal format", "LaTeX template", "manuscript"]
|
|
10
|
+
source: "https://github.com/elunez/eladmin"
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# Scientific Article PDF
|
|
14
|
+
|
|
15
|
+
## Overview
|
|
16
|
+
|
|
17
|
+
Producing a publication-ready PDF that meets the exact formatting requirements of a target journal or conference is one of the final and most frustrating steps of the research publication process. Each venue has its own LaTeX class file, formatting rules, margin specifications, font requirements, and reference style. Getting these details wrong can lead to desk rejection before your paper even reaches a reviewer.
|
|
18
|
+
|
|
19
|
+
This skill provides a systematic approach to generating correctly formatted scientific article PDFs. It covers obtaining and using official LaTeX templates, configuring common elements (title blocks, author affiliations, abstracts, section numbering, bibliography), and troubleshooting formatting issues that arise during compilation. The goal is to produce a PDF that compiles cleanly and passes the publisher's automated format checks on the first try.
|
|
20
|
+
|
|
21
|
+
The skill focuses on LaTeX-based workflows, as LaTeX remains the standard for most scientific venues, particularly in STEM fields. It includes guidance for major publishers and conference families.
|
|
22
|
+
|
|
23
|
+
## Obtaining Official Templates
|
|
24
|
+
|
|
25
|
+
### Major Publisher Templates
|
|
26
|
+
|
|
27
|
+
Always start from the official template provided by your target venue. Using a custom or outdated template is a common cause of formatting problems.
|
|
28
|
+
|
|
29
|
+
**IEEE:**
|
|
30
|
+
```bash
|
|
31
|
+
# IEEE conference and journal templates
|
|
32
|
+
# Download from: https://www.ieee.org/conferences/publishing/templates.html
|
|
33
|
+
# Key files: IEEEtran.cls, IEEEtran.bst
|
|
34
|
+
wget https://www.ieee.org/content/dam/ieee-org/ieee/web/org/pubs/conference-latex-template_10-17-19.zip
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
**ACM (Association for Computing Machinery):**
|
|
38
|
+
```bash
|
|
39
|
+
# ACM Primary Article Template
|
|
40
|
+
# Download from: https://www.acm.org/publications/proceedings-template
|
|
41
|
+
# Key file: acmart.cls (supports all ACM formats)
|
|
42
|
+
# Use: \documentclass[sigconf]{acmart} % for conference
|
|
43
|
+
# \documentclass[acmlarge]{acmart} % for journal
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
**Springer (LNCS - Lecture Notes in Computer Science):**
|
|
47
|
+
```bash
|
|
48
|
+
# Download from: https://www.springer.com/gp/computer-science/lncs/conference-proceedings-guidelines
|
|
49
|
+
# Key file: llncs.cls
|
|
50
|
+
# Typical usage: \documentclass[runningheads]{llncs}
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
**Elsevier:**
|
|
54
|
+
```bash
|
|
55
|
+
# Elsevier article template
|
|
56
|
+
# Download from: https://www.elsevier.com/authors/policies-and-guidelines/latex-instructions
|
|
57
|
+
# Key file: elsarticle.cls
|
|
58
|
+
# Usage: \documentclass[preprint,12pt]{elsarticle} % for submission
|
|
59
|
+
# \documentclass[final,3p,times]{elsarticle} % for camera-ready
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
**NeurIPS / ICML / ICLR:**
|
|
63
|
+
```bash
|
|
64
|
+
# NeurIPS: https://neurips.cc/Conferences/2026/PaperInformation/StyleFiles
|
|
65
|
+
# ICML: https://icml.cc/Conferences/2026/StyleAuthorInstructions
|
|
66
|
+
# ICLR: Uses OpenReview; template available from submission portal
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
### Template Verification
|
|
70
|
+
|
|
71
|
+
After downloading a template, verify it compiles correctly before writing:
|
|
72
|
+
|
|
73
|
+
```bash
|
|
74
|
+
# Compile the sample document
|
|
75
|
+
pdflatex sample.tex
|
|
76
|
+
bibtex sample # or biber sample
|
|
77
|
+
pdflatex sample.tex
|
|
78
|
+
pdflatex sample.tex # Two passes to resolve references
|
|
79
|
+
|
|
80
|
+
# Check for warnings
|
|
81
|
+
grep -i "warning" sample.log | head -20
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
## Document Structure Template
|
|
85
|
+
|
|
86
|
+
Here is a general-purpose structure that works across most scientific article templates:
|
|
87
|
+
|
|
88
|
+
```latex
|
|
89
|
+
\documentclass[options]{template-class}
|
|
90
|
+
|
|
91
|
+
% ========== Packages ==========
|
|
92
|
+
\usepackage[utf8]{inputenc} % UTF-8 encoding
|
|
93
|
+
\usepackage{amsmath,amssymb} % Math symbols
|
|
94
|
+
\usepackage{graphicx} % Figures
|
|
95
|
+
\usepackage{booktabs} % Professional tables
|
|
96
|
+
\usepackage{hyperref} % Clickable links
|
|
97
|
+
\usepackage{algorithm2e} % Algorithm pseudocode
|
|
98
|
+
\usepackage{microtype} % Typographic refinement
|
|
99
|
+
|
|
100
|
+
% ========== Metadata ==========
|
|
101
|
+
\title{Your Paper Title}
|
|
102
|
+
\author{%
|
|
103
|
+
Author One\thanks{Corresponding author: author@example.edu} \\
|
|
104
|
+
University of Example \\
|
|
105
|
+
\and
|
|
106
|
+
Author Two \\
|
|
107
|
+
Institute of Research
|
|
108
|
+
}
|
|
109
|
+
\date{}
|
|
110
|
+
|
|
111
|
+
\begin{document}
|
|
112
|
+
\maketitle
|
|
113
|
+
|
|
114
|
+
\begin{abstract}
|
|
115
|
+
Your abstract text here (typically 150-300 words).
|
|
116
|
+
\end{abstract}
|
|
117
|
+
|
|
118
|
+
\section{Introduction}
|
|
119
|
+
\label{sec:intro}
|
|
120
|
+
|
|
121
|
+
\section{Related Work}
|
|
122
|
+
\label{sec:related}
|
|
123
|
+
|
|
124
|
+
\section{Method}
|
|
125
|
+
\label{sec:method}
|
|
126
|
+
|
|
127
|
+
\section{Experiments}
|
|
128
|
+
\label{sec:experiments}
|
|
129
|
+
|
|
130
|
+
\section{Conclusion}
|
|
131
|
+
\label{sec:conclusion}
|
|
132
|
+
|
|
133
|
+
\section*{Acknowledgments}
|
|
134
|
+
This work was supported by...
|
|
135
|
+
|
|
136
|
+
\bibliographystyle{template-bst}
|
|
137
|
+
\bibliography{references}
|
|
138
|
+
|
|
139
|
+
\appendix
|
|
140
|
+
\section{Additional Results}
|
|
141
|
+
\label{app:results}
|
|
142
|
+
|
|
143
|
+
\end{document}
|
|
144
|
+
```
|
|
145
|
+
|
|
146
|
+
## Common Formatting Tasks
|
|
147
|
+
|
|
148
|
+
### Professional Tables with booktabs
|
|
149
|
+
|
|
150
|
+
```latex
|
|
151
|
+
\begin{table}[t]
|
|
152
|
+
\centering
|
|
153
|
+
\caption{Comparison of methods on the benchmark dataset.}
|
|
154
|
+
\label{tab:results}
|
|
155
|
+
\begin{tabular}{lccc}
|
|
156
|
+
\toprule
|
|
157
|
+
Method & Accuracy & F1 Score & Params (M) \\
|
|
158
|
+
\midrule
|
|
159
|
+
Baseline A & 82.3 & 79.1 & 110 \\
|
|
160
|
+
Baseline B & 84.7 & 81.4 & 145 \\
|
|
161
|
+
\textbf{Ours} & \textbf{87.6} & \textbf{84.9} & 95 \\
|
|
162
|
+
\bottomrule
|
|
163
|
+
\end{tabular}
|
|
164
|
+
\end{table}
|
|
165
|
+
```
|
|
166
|
+
|
|
167
|
+
### Figure Placement
|
|
168
|
+
|
|
169
|
+
```latex
|
|
170
|
+
\begin{figure}[t] % [t]=top, [b]=bottom, [h]=here, [p]=page of floats
|
|
171
|
+
\centering
|
|
172
|
+
\includegraphics[width=0.9\columnwidth]{figures/architecture.pdf}
|
|
173
|
+
\caption{Overview of the proposed architecture. The encoder (left)
|
|
174
|
+
processes input features while the decoder (right) generates
|
|
175
|
+
predictions autoregressively.}
|
|
176
|
+
\label{fig:architecture}
|
|
177
|
+
\end{figure}
|
|
178
|
+
```
|
|
179
|
+
|
|
180
|
+
### Algorithm Pseudocode
|
|
181
|
+
|
|
182
|
+
```latex
|
|
183
|
+
\begin{algorithm}[t]
|
|
184
|
+
\caption{Training Procedure}
|
|
185
|
+
\label{alg:training}
|
|
186
|
+
\KwIn{Dataset $\mathcal{D}$, learning rate $\eta$, epochs $T$}
|
|
187
|
+
\KwOut{Trained model parameters $\theta^*$}
|
|
188
|
+
Initialize $\theta$ randomly\;
|
|
189
|
+
\For{$t = 1$ \KwTo $T$}{
|
|
190
|
+
\ForEach{batch $(x, y) \in \mathcal{D}$}{
|
|
191
|
+
$\hat{y} \gets f_\theta(x)$\;
|
|
192
|
+
$\mathcal{L} \gets \text{Loss}(\hat{y}, y)$\;
|
|
193
|
+
$\theta \gets \theta - \eta \nabla_\theta \mathcal{L}$\;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
\Return $\theta$\;
|
|
197
|
+
\end{algorithm}
|
|
198
|
+
```
|
|
199
|
+
|
|
200
|
+
## Build Pipeline and Automation
|
|
201
|
+
|
|
202
|
+
### Makefile for Clean Builds
|
|
203
|
+
|
|
204
|
+
```makefile
|
|
205
|
+
MAIN = paper
|
|
206
|
+
LATEX = pdflatex
|
|
207
|
+
BIB = bibtex
|
|
208
|
+
|
|
209
|
+
all: $(MAIN).pdf
|
|
210
|
+
|
|
211
|
+
$(MAIN).pdf: $(MAIN).tex references.bib
|
|
212
|
+
$(LATEX) $(MAIN)
|
|
213
|
+
$(BIB) $(MAIN)
|
|
214
|
+
$(LATEX) $(MAIN)
|
|
215
|
+
$(LATEX) $(MAIN)
|
|
216
|
+
|
|
217
|
+
clean:
|
|
218
|
+
rm -f *.aux *.bbl *.blg *.log *.out *.toc *.fls *.fdb_latexmk
|
|
219
|
+
|
|
220
|
+
check:
|
|
221
|
+
@echo "=== Overfull boxes ==="
|
|
222
|
+
@grep -c "Overfull" $(MAIN).log || echo "None"
|
|
223
|
+
@echo "=== Undefined references ==="
|
|
224
|
+
@grep -c "undefined" $(MAIN).log || echo "None"
|
|
225
|
+
@echo "=== Missing citations ==="
|
|
226
|
+
@grep -c "Citation.*undefined" $(MAIN).log || echo "None"
|
|
227
|
+
|
|
228
|
+
.PHONY: all clean check
|
|
229
|
+
```
|
|
230
|
+
|
|
231
|
+
### Using latexmk for Automatic Rebuilds
|
|
232
|
+
|
|
233
|
+
```bash
|
|
234
|
+
# latexmk automatically determines how many passes are needed
|
|
235
|
+
latexmk -pdf paper.tex
|
|
236
|
+
|
|
237
|
+
# Continuous mode: recompiles on file changes
|
|
238
|
+
latexmk -pdf -pvc paper.tex
|
|
239
|
+
|
|
240
|
+
# Clean up auxiliary files
|
|
241
|
+
latexmk -c paper.tex
|
|
242
|
+
```
|
|
243
|
+
|
|
244
|
+
## Troubleshooting
|
|
245
|
+
|
|
246
|
+
| Problem | Solution |
|
|
247
|
+
|---------|----------|
|
|
248
|
+
| "Overfull hbox" warnings | Rephrase text, use `\sloppy` locally, or adjust figure widths |
|
|
249
|
+
| Missing references | Run BibTeX/Biber and re-run LaTeX twice |
|
|
250
|
+
| Figures not found | Use paths relative to the main .tex file; check file extensions |
|
|
251
|
+
| Font not found | Install the required font package: `tlmgr install <font>` |
|
|
252
|
+
| Page limit exceeded | Move content to appendix; tighten prose; reduce figure sizes |
|
|
253
|
+
| "Too many unprocessed floats" | Add `\clearpage` or use the `placeins` package with `\FloatBarrier` |
|
|
254
|
+
|
|
255
|
+
## References
|
|
256
|
+
|
|
257
|
+
- IEEE LaTeX templates: https://www.ieee.org/conferences/publishing/templates.html
|
|
258
|
+
- ACM acmart class: https://www.acm.org/publications/proceedings-template
|
|
259
|
+
- Springer LNCS: https://www.springer.com/gp/computer-science/lncs
|
|
260
|
+
- Elsevier elsarticle: https://www.elsevier.com/authors/policies-and-guidelines/latex-instructions
|
|
261
|
+
- LaTeX Wikibook: https://en.wikibooks.org/wiki/LaTeX
|