-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimage_cite.docogen
More file actions
61 lines (61 loc) · 2.57 KB
/
image_cite.docogen
File metadata and controls
61 lines (61 loc) · 2.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"article": [
{
"title": "About us",
"priority": 2,
"content": [
{
"name": "What is toolbuddy\\cite{ToolBuddy}?",
"type": "text",
"text": "An group of good programmer that solve the problem!",
"data": [
{
"info": "An group of good programmer that solve the problem!"
}
],
"figure": [
{
"path": "../images/ToolBuddy-logo.png",
"flag": "rel",
"align": "center",
"size": "",
"caption": "Relative ToolBuddy logo"
}
],
"subarticle": [
{
"title": "How to join toolbuddy?",
"content": [
{
"name": "The way:",
"type": "text",
"data": [
{
"info": "Just email to Kevin and pass your github ID and he will find your by himself!"
}
],
"figure": [
{
"path": "/home/kevin/workspace/docoGen/test/images/ToolBuddy-logo.png",
"flag": "abs",
"align": "center",
"size": "",
"caption": "Absolutive ToolBuddy logo"
},
{
"path": "../images/ToolBuddy-logo.png",
"flag": "rel",
"align": "center",
"size": "0.5",
"caption": "Sub Rel ToolBuddy logo"
}
]
}
]
}
]
}
]
}
]
}