Skip to content

Option to left align table captions #1042

Answered by jjallaire
arnaudgallou asked this question in Q&A
Discussion options

You must be logged in to vote

Currently you can do this with CSS. For example:

```{=html}
<style type="text/css">
caption, .table-caption {
  text-align: left;
}
</style>
```

Alternatively you can place the CSS inside a styles.css file that you include with e.g. css: styles.css

Replies: 5 comments 16 replies

Comment options

You must be logged in to vote
7 replies
@martinschaffhauser
Comment options

@martinschaffhauser
Comment options

@mcanouil
Comment options

@martinschaffhauser
Comment options

@mcanouil
Comment options

Answer selected by jjallaire
Comment options

You must be logged in to vote
1 reply
@schwa021
Comment options

Comment options

You must be logged in to vote
8 replies
@mcanouil
Comment options

@eteitelbaum
Comment options

@mcanouil
Comment options

@eteitelbaum
Comment options

@mcanouil
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
latex LaTeX engines related libraries and technologies html Issues with HTML and related web technology (html/css/scss/js)
9 participants