ltablex caption causing errors Unicorn Meta Zoo #1: Why another podcast? ...
Is it accepted to use working hours to read general interest books?
Israeli soda type drink
Simulate round-robin tournament draw
Why I cannot instantiate a class whose constructor is private in a friend class?
Like totally amazing interchangeable sister outfit accessory swapping or whatever
Why do people think Winterfell crypts is the safest place for women, children & old people?
What is /etc/mtab in Linux?
Does Prince Arnaud cause someone holding the Princess to lose?
Why did Israel vote against lifting the American embargo on Cuba?
How would you suggest I follow up with coworkers about our deadline that's today?
Could a cockatrice have parasitic embryos?
Is a self contained air-bullet cartridge feasible?
Protagonist's race is hidden - should I reveal it?
How can I wire a 9-position switch so that each position turns on one more LED than the one before?
A journey... into the MIND
Married in secret, can marital status in passport be changed at a later date?
How long can a nation maintain a technological edge over the rest of the world?
What is the ongoing value of the Kanban board to the developers as opposed to management
Why does the Cisco show run command not show the full version, while the show version command does?
Are these square matrices always diagonalisable?
Was Objective-C really a hindrance to Apple software development?
Did war bonds have better investment alternatives during WWII?
What's called a person who works as someone who puts products on shelves in stores?
What's the difference between using dependency injection with a container and using a service locator?
ltablex caption causing errors
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraHow to make a table on more than one page by using the table environmentTabularx and short caption causes errorltablex + caption[]{…} = error or bug?Ltablex customize captionColumn alignment in ltablexAvoid a weird error with ltablextabularx vs ltablextabularx spread without ltablex but not withltablex caption text formatting issueAddition of ltablex makes tabularx loses formattingPagebreak doesn't work with floats and ltablexLtablex errors in long and wide table
This code seems to work without caption
documentclass[11pt]{article}
usepackage[utf8]{inputenc}
usepackage{booktabs}
usepackage{ltablex}
newcolumntype{Y}[1]{>{hsize=#1hsize}X}
begin{document}
label{table:OntologiesComparison}
begin{tabularx}{linewidth}{@{} >{raggedright}Y{0.6} Y{1.2} Y{1.2} @{}}
caption{Ontologies Comparison}\
toprule
Ontologies & Details & Limitations\
midrule
endhead
textbf{ccsla}, textbf{ccpricing}, textbf{ccinstances}, textbf{ccregions},textbf{dmcc-schema}, textbf{ccdm}.
&
Features:
SLA, Price, VM instance feature and Region, Vendor. Data mining experiments parameters.
bigskip
Availability:
Schemas and data are online. Each schema has one or two examples modelling Services from Amazon. One exception is textbf{ccdm} which has 6 examples of different ML experiments.
&
textbf{ccpricing} can not handle the complexity of most common price options, like cost of OS to be installed on the VM, network data transfer cost differed by destination and usage, snapshot storage costs and etc. textbf{ccinstances} does not allow unit to be specified in data, has to be fixed for each property.
\
hline
Cloud Service Description Ontology (CSO)
&
Features:
Cloud Price, VM instance feature and Region, Vendor.
bigskip
Availability:
None of the schema, data or source code is accessible.
&
Project resources link is no longer accessible.
Formal ontology definition is not available, only top level topology is shown.
Over simplified service definition, for example in the experiment "Network" is assigned a number between 0 and 100 without unit. How could this represent data transfer size and latency all together? It could be daily or yearly usage, without knowing destination, translate this to cost is impossible.
\
hline
mOSAIC project
&
Features:
Actor/Consumer/Vendor, SLA, QoS, Functional/Non-Functional Property, Application Layer, Component.
bigskip
Availability:
The OWL file is not available, no example. One picture shows InfrastructureSoftware and Computational class, but did not show their subclasses, without the OWL file or example, we could not tell the difference between these two classes.
&
This work focused on Cloud services negotiation (i.e. between costumers and providers) and composition (i.e. by an administrator). Their ontology is different in scope to our, i.e. it does not cover price.
Only top level concepts are covered, for example QoS which is too broad, which would require us to defined out specific class any way. to be used
\
hline
OWL Ontology for the Lifecycle of IT Services in the Cloud
&
This ontology models the steps involved in the phases of discovery, negotiation, composition, and consumption of Cloud services. The modelling of Cloud service features is very limited, and their link to an example of a storage service is no longer accessible.
Features:
Actor/Consumer/Vendor, SLA, QoS, Functional/Non-Functional Property, Application Layer, Component.
bigskip
Availability:
The OWL file is not available, no example.
&
This work focused on Cloud services negotiation (i.e. between costumers and providers) and composition (i.e. by an administrator). Their ontology is different in scope to ours.
Only top level concepts are covered, there is no class property
\
bottomrule
end{tabularx}
end{document}
I have tried the method in Tabularx and short caption causes error
ifxcaptionsavecaption
caption[short caption]{long caption {label{lit_review}}}
fi
It compiles but doesn't show the caption.
I have followed the example here
https://tex.stackexchange.com/a/165797/34958
captions tabularx ltablex
add a comment |
This code seems to work without caption
documentclass[11pt]{article}
usepackage[utf8]{inputenc}
usepackage{booktabs}
usepackage{ltablex}
newcolumntype{Y}[1]{>{hsize=#1hsize}X}
begin{document}
label{table:OntologiesComparison}
begin{tabularx}{linewidth}{@{} >{raggedright}Y{0.6} Y{1.2} Y{1.2} @{}}
caption{Ontologies Comparison}\
toprule
Ontologies & Details & Limitations\
midrule
endhead
textbf{ccsla}, textbf{ccpricing}, textbf{ccinstances}, textbf{ccregions},textbf{dmcc-schema}, textbf{ccdm}.
&
Features:
SLA, Price, VM instance feature and Region, Vendor. Data mining experiments parameters.
bigskip
Availability:
Schemas and data are online. Each schema has one or two examples modelling Services from Amazon. One exception is textbf{ccdm} which has 6 examples of different ML experiments.
&
textbf{ccpricing} can not handle the complexity of most common price options, like cost of OS to be installed on the VM, network data transfer cost differed by destination and usage, snapshot storage costs and etc. textbf{ccinstances} does not allow unit to be specified in data, has to be fixed for each property.
\
hline
Cloud Service Description Ontology (CSO)
&
Features:
Cloud Price, VM instance feature and Region, Vendor.
bigskip
Availability:
None of the schema, data or source code is accessible.
&
Project resources link is no longer accessible.
Formal ontology definition is not available, only top level topology is shown.
Over simplified service definition, for example in the experiment "Network" is assigned a number between 0 and 100 without unit. How could this represent data transfer size and latency all together? It could be daily or yearly usage, without knowing destination, translate this to cost is impossible.
\
hline
mOSAIC project
&
Features:
Actor/Consumer/Vendor, SLA, QoS, Functional/Non-Functional Property, Application Layer, Component.
bigskip
Availability:
The OWL file is not available, no example. One picture shows InfrastructureSoftware and Computational class, but did not show their subclasses, without the OWL file or example, we could not tell the difference between these two classes.
&
This work focused on Cloud services negotiation (i.e. between costumers and providers) and composition (i.e. by an administrator). Their ontology is different in scope to our, i.e. it does not cover price.
Only top level concepts are covered, for example QoS which is too broad, which would require us to defined out specific class any way. to be used
\
hline
OWL Ontology for the Lifecycle of IT Services in the Cloud
&
This ontology models the steps involved in the phases of discovery, negotiation, composition, and consumption of Cloud services. The modelling of Cloud service features is very limited, and their link to an example of a storage service is no longer accessible.
Features:
Actor/Consumer/Vendor, SLA, QoS, Functional/Non-Functional Property, Application Layer, Component.
bigskip
Availability:
The OWL file is not available, no example.
&
This work focused on Cloud services negotiation (i.e. between costumers and providers) and composition (i.e. by an administrator). Their ontology is different in scope to ours.
Only top level concepts are covered, there is no class property
\
bottomrule
end{tabularx}
end{document}
I have tried the method in Tabularx and short caption causes error
ifxcaptionsavecaption
caption[short caption]{long caption {label{lit_review}}}
fi
It compiles but doesn't show the caption.
I have followed the example here
https://tex.stackexchange.com/a/165797/34958
captions tabularx ltablex
Does "I have followed the example here... it works fine" mean you solved your problem?
– CarLaTeX
5 mins ago
No I followed the example, but my code just doesn't work, i couldn't see where can go wrong with this...
– Miranda
4 mins ago
add a comment |
This code seems to work without caption
documentclass[11pt]{article}
usepackage[utf8]{inputenc}
usepackage{booktabs}
usepackage{ltablex}
newcolumntype{Y}[1]{>{hsize=#1hsize}X}
begin{document}
label{table:OntologiesComparison}
begin{tabularx}{linewidth}{@{} >{raggedright}Y{0.6} Y{1.2} Y{1.2} @{}}
caption{Ontologies Comparison}\
toprule
Ontologies & Details & Limitations\
midrule
endhead
textbf{ccsla}, textbf{ccpricing}, textbf{ccinstances}, textbf{ccregions},textbf{dmcc-schema}, textbf{ccdm}.
&
Features:
SLA, Price, VM instance feature and Region, Vendor. Data mining experiments parameters.
bigskip
Availability:
Schemas and data are online. Each schema has one or two examples modelling Services from Amazon. One exception is textbf{ccdm} which has 6 examples of different ML experiments.
&
textbf{ccpricing} can not handle the complexity of most common price options, like cost of OS to be installed on the VM, network data transfer cost differed by destination and usage, snapshot storage costs and etc. textbf{ccinstances} does not allow unit to be specified in data, has to be fixed for each property.
\
hline
Cloud Service Description Ontology (CSO)
&
Features:
Cloud Price, VM instance feature and Region, Vendor.
bigskip
Availability:
None of the schema, data or source code is accessible.
&
Project resources link is no longer accessible.
Formal ontology definition is not available, only top level topology is shown.
Over simplified service definition, for example in the experiment "Network" is assigned a number between 0 and 100 without unit. How could this represent data transfer size and latency all together? It could be daily or yearly usage, without knowing destination, translate this to cost is impossible.
\
hline
mOSAIC project
&
Features:
Actor/Consumer/Vendor, SLA, QoS, Functional/Non-Functional Property, Application Layer, Component.
bigskip
Availability:
The OWL file is not available, no example. One picture shows InfrastructureSoftware and Computational class, but did not show their subclasses, without the OWL file or example, we could not tell the difference between these two classes.
&
This work focused on Cloud services negotiation (i.e. between costumers and providers) and composition (i.e. by an administrator). Their ontology is different in scope to our, i.e. it does not cover price.
Only top level concepts are covered, for example QoS which is too broad, which would require us to defined out specific class any way. to be used
\
hline
OWL Ontology for the Lifecycle of IT Services in the Cloud
&
This ontology models the steps involved in the phases of discovery, negotiation, composition, and consumption of Cloud services. The modelling of Cloud service features is very limited, and their link to an example of a storage service is no longer accessible.
Features:
Actor/Consumer/Vendor, SLA, QoS, Functional/Non-Functional Property, Application Layer, Component.
bigskip
Availability:
The OWL file is not available, no example.
&
This work focused on Cloud services negotiation (i.e. between costumers and providers) and composition (i.e. by an administrator). Their ontology is different in scope to ours.
Only top level concepts are covered, there is no class property
\
bottomrule
end{tabularx}
end{document}
I have tried the method in Tabularx and short caption causes error
ifxcaptionsavecaption
caption[short caption]{long caption {label{lit_review}}}
fi
It compiles but doesn't show the caption.
I have followed the example here
https://tex.stackexchange.com/a/165797/34958
captions tabularx ltablex
This code seems to work without caption
documentclass[11pt]{article}
usepackage[utf8]{inputenc}
usepackage{booktabs}
usepackage{ltablex}
newcolumntype{Y}[1]{>{hsize=#1hsize}X}
begin{document}
label{table:OntologiesComparison}
begin{tabularx}{linewidth}{@{} >{raggedright}Y{0.6} Y{1.2} Y{1.2} @{}}
caption{Ontologies Comparison}\
toprule
Ontologies & Details & Limitations\
midrule
endhead
textbf{ccsla}, textbf{ccpricing}, textbf{ccinstances}, textbf{ccregions},textbf{dmcc-schema}, textbf{ccdm}.
&
Features:
SLA, Price, VM instance feature and Region, Vendor. Data mining experiments parameters.
bigskip
Availability:
Schemas and data are online. Each schema has one or two examples modelling Services from Amazon. One exception is textbf{ccdm} which has 6 examples of different ML experiments.
&
textbf{ccpricing} can not handle the complexity of most common price options, like cost of OS to be installed on the VM, network data transfer cost differed by destination and usage, snapshot storage costs and etc. textbf{ccinstances} does not allow unit to be specified in data, has to be fixed for each property.
\
hline
Cloud Service Description Ontology (CSO)
&
Features:
Cloud Price, VM instance feature and Region, Vendor.
bigskip
Availability:
None of the schema, data or source code is accessible.
&
Project resources link is no longer accessible.
Formal ontology definition is not available, only top level topology is shown.
Over simplified service definition, for example in the experiment "Network" is assigned a number between 0 and 100 without unit. How could this represent data transfer size and latency all together? It could be daily or yearly usage, without knowing destination, translate this to cost is impossible.
\
hline
mOSAIC project
&
Features:
Actor/Consumer/Vendor, SLA, QoS, Functional/Non-Functional Property, Application Layer, Component.
bigskip
Availability:
The OWL file is not available, no example. One picture shows InfrastructureSoftware and Computational class, but did not show their subclasses, without the OWL file or example, we could not tell the difference between these two classes.
&
This work focused on Cloud services negotiation (i.e. between costumers and providers) and composition (i.e. by an administrator). Their ontology is different in scope to our, i.e. it does not cover price.
Only top level concepts are covered, for example QoS which is too broad, which would require us to defined out specific class any way. to be used
\
hline
OWL Ontology for the Lifecycle of IT Services in the Cloud
&
This ontology models the steps involved in the phases of discovery, negotiation, composition, and consumption of Cloud services. The modelling of Cloud service features is very limited, and their link to an example of a storage service is no longer accessible.
Features:
Actor/Consumer/Vendor, SLA, QoS, Functional/Non-Functional Property, Application Layer, Component.
bigskip
Availability:
The OWL file is not available, no example.
&
This work focused on Cloud services negotiation (i.e. between costumers and providers) and composition (i.e. by an administrator). Their ontology is different in scope to ours.
Only top level concepts are covered, there is no class property
\
bottomrule
end{tabularx}
end{document}
I have tried the method in Tabularx and short caption causes error
ifxcaptionsavecaption
caption[short caption]{long caption {label{lit_review}}}
fi
It compiles but doesn't show the caption.
I have followed the example here
https://tex.stackexchange.com/a/165797/34958
captions tabularx ltablex
captions tabularx ltablex
edited 3 mins ago
Miranda
asked 10 mins ago
MirandaMiranda
1707
1707
Does "I have followed the example here... it works fine" mean you solved your problem?
– CarLaTeX
5 mins ago
No I followed the example, but my code just doesn't work, i couldn't see where can go wrong with this...
– Miranda
4 mins ago
add a comment |
Does "I have followed the example here... it works fine" mean you solved your problem?
– CarLaTeX
5 mins ago
No I followed the example, but my code just doesn't work, i couldn't see where can go wrong with this...
– Miranda
4 mins ago
Does "I have followed the example here... it works fine" mean you solved your problem?
– CarLaTeX
5 mins ago
Does "I have followed the example here... it works fine" mean you solved your problem?
– CarLaTeX
5 mins ago
No I followed the example, but my code just doesn't work, i couldn't see where can go wrong with this...
– Miranda
4 mins ago
No I followed the example, but my code just doesn't work, i couldn't see where can go wrong with this...
– Miranda
4 mins ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f487307%2fltablex-caption-causing-errors%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f487307%2fltablex-caption-causing-errors%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Does "I have followed the example here... it works fine" mean you solved your problem?
– CarLaTeX
5 mins ago
No I followed the example, but my code just doesn't work, i couldn't see where can go wrong with this...
– Miranda
4 mins ago