II.
LibraryProcess JSON
Structured · livelib-process:mathematics--latex-document-generation
latex-document-generation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:mathematics--latex-document-generation",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "latex-document-generation",
"description": "Generate properly formatted LaTeX documents for mathematical content.\nIncludes theorem environments, equation formatting, and bibliography management.",
"libraryPath": "library/specializations/domains/science/mathematics/latex-document-generation.js",
"specialization": "mathematics",
"references": [
"- LaTeX Project: https://www.latex-project.org/\n- AMS-LaTeX: https://www.ams.org/publications/authors/tex/amslatex\n- CTAN: https://ctan.org/\n- Overleaf Documentation: https://www.overleaf.com/learn"
],
"example": "const result = await orchestrate('specializations/domains/science/mathematics/latex-document-generation', {\n content: { title: 'On the Convergence of...', sections: [...], theorems: [...] },\n documentType: 'article',\n style: 'amsart',\n bibliography: [{ key: 'smith2020', title: '...' }]\n});",
"usesAgents": [
"mathematics-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:mathematics--latex-document-generation",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mathematics--latex-document-generation",
"to": "skill-area:mathematical-reasoning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:mathematics--latex-document-generation",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:mathematics--latex-document-generation",
"to": "domain:mathematics",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mathematics--latex-document-generation",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mathematics--latex-document-generation",
"to": "role:computational-scientist",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:mathematics--latex-document-generation",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mathematics--latex-document-generation",
"to": "specialization:computational-mathematics",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mathematics--latex-document-generation",
"to": "specialization:mathematics",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:mathematics--latex-document-generation",
"to": "lib-agent:mathematics--mathematics-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}