Horizontal line latex table. & This is the column separator in a LaTeX table.
Horizontal line latex table. LaTeX format is directly generated as you type.
Horizontal line latex table If a horizontal line is required in the table, \cline{n-m} command is used to draw a horizontal line from the left side of the column n to the right side of the column. I removed the vertical rules, and used the command \cmidrule{2-6} for drawing custom horizontal ones. to_latex() However,the output table doesn't contain lines, like "\hline" to make the table with actual. I have tried using the cline{} command to remove the horizontal lines, but it ends up removing either more than one line or none at all. Oct 27, 2013 · You can use tabulary instead of tabular* in this simpler way: \begin{tabulary}{0. SOME tables look nice without vertical lines, but there are MANY tables that demand them, and the notion that they should be avoided at all cost is a horrific one that is way too prevalent in the LaTeX community. So you can draw different lines and horizontal lines too. I have been trying to find a way to easily drop a nice horizontal rule into a LaTeX document. There is no restriction on the number of times you can use \hline . Making a line-separated left-margin in LaTeX. I am trying to make this line a dashed horizontal line. Jul 26, 2012 · For the standard classes, you can use the tocloft package; using \cftaftertoctitle you can place some material (a rule and some vertical space, in this case) after the ToC title and before the entries; after the ToC is typeset a rule is inserted using \hrulefill: Jun 10, 2020 · The horizontal line just behind ABC intersects with the vertical lines. What is a good way to achieve a similar effect in LaTeX? I can thing only of adding a narrow, empty "dummy" column. Here's an improvement that features: use of the siunitx package for formatting numbers and uncertainties in tabular material, Feb 27, 2017 · I want to create following table : but I don't know how to achieve those double lines. LaTeX format is directly generated as you type. \toprule[width] - the line at the start of the table \bottomrule[width] - the line at the end of the table Jul 15, 2015 · Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. \dotfill This creates a horizontal line filled with dots. Jan 2, 2021 · I'd say that the main issue with your table isn't the (lack of adequate) spacing around some of the horizontal lines. You can simply use \cline{i-i} to span only column i. Now I know that making thicker lines on a table cannot be done with LaTeX. – Hypertext Help with LaTeX \hline The \hline command will draw a horizontal line the width of the table. An alternative is the makecell package, which defines its own \Xhline and \Xcline commands; they have a dimension argument. the stray lines on the right comes from a mismatch of how many columns there are actually in the table (8) and how many columns you tell latex there would be in the table (9). But as you can see this horizontal line has a different length than the other horizontal lines in the table. The contents of the table should be updated every time by input eqA. Online Table generator for LATeX: An online tool for creating simple tables within the browser. hline draws a horizontal line accross the whole table whereas \cline{x-y} draws a line beginning at column x and ending at column y. xtable functionality combined with paste. However to produce nice tables avoid vertical lines and be spare with horizontal lines. Rather than fiddle with the properties of \hline, it's better -- in your case -- to provide typographic "struts": either a "top strut," which provides vertical spacing above the line on which it's placed, or a "bottom strut," which provides vertical spacing below the line on which it's placed. 25. Create table using exact horizontal and vertical cell sizes with intentional cell overlap. Feb 6, 2017 · Vertical lines can almost always be omitted. 8ex]\hline \hline \\[-1. \multirow{2}{*}{Mergedrows} &X\\ &X \\ \hline. A command of the form \multicolumn{ num }{ fmt }{ text } can be used within the body of a table to produce an entry spanning several columns. So i want to put a \bar W in a table but the bar is covered by the horizontal line of table. Examples toLatex( tabular( Species + Hline() + 1 ~ mean*Sepal. The vertical bars in the argument of the tabular environment tell LaTeX to separate those columns with a vertical line, and the \hline command creates a horizontal line right across the table; if you only the horizontal line across certain columns you can use the \cline command and tell it which columns you want,e. May 24, 2016 · I'm making the latex table with pandas, like: table. 2. Aug 29, 2012 · Vertical lines and width table latex. e. it can't be directly used as a I need to draw a double line after the first row in a table, but when using \hline twice, this interrupts the vertical lines: \documentclass{article} \begin{document} \begin{tabular}{|c|c|c|} \hline 1 & 2 & 3 \\ \hline \hline 4 & 5 & 6 \\ \hline 7 & 8 & 9 \\ \hline \end{tabular} \end{document} Nov 23, 2023 · The \\cline command in LaTeX draws a partial horizontal line that spans only specific table columns. (I did look at the web site that Werner referenced. May 25, 2016 · Just replace in the main table preamble c with @{}c@{} for each column which contains a nested tabular. Understanding The Typographic Significance Before delving into the technicalities, it helps to appreciate the typographic role horizontal rules play in professional documents: Sep 14, 2024 · Produces an expression to insert a label which will be interpreted by LaTeX as a request for a horizontal line. Regarding the vertical lines not connecting with the horizontal line: Replace \toprule with \hline. The following image contains the two tables that result from the MWE as well as closeups of the intersections of teh double horizonta line with the vertical lines. Here is a snippet of the beginning of my table: Apr 17, 2020 · The content of a table environment is not necessarily a real tabular environment. Also the Jun 1, 2011 · To get horizontal lines of any fixed length you can use the \rule command. table header with split horizontal lines. Any advice would be appreciated, thanks. I want all of them to have the same length (The length of the line above the caption). And it does take the arguments shown in the answer. Any suggestion? Here is the code: Jul 22, 2019 · I am printing a LaTeX table in R with xtable. \\ When a line break is inserted, the text is not indented, there are a couple of extra commands do line breaks. Also, we displayed various table formatting examples, such as three-line tables and table colors. Oct 30, 2023 · In this comprehensive 2500+ word guide, I‘ll explain everything you need to know about making horizontal lines in LaTeX. Asking for help, clarification, or responding to other answers. The \hline command will draw a horizontal line the width of the table. Adding CSS style into specific line HTML table. I propose to replace these lines with the variable thickness lines from the makecell package, and the \clines with a single hhlines, which gives you control on the way horizontal and vertical lines intersect. Let's use the example in the documentation:. \\hline just makes a line across the page. hline{2,5} refers to the second and fifth lines in the tables. hdashlines: Consider using the print. I'm trying to add a horizontal line to the top of my table using a \cline. Oct 18, 2016 · When the long tables in my book reaches the end of a page, the vertical lines with no hline look very unappealing. For the following MWE, how can I make the third vertical line and the second horizontal line thicker than the other lines? \documentclass[12pt, twoside]{article} \usepackage Just playing around, I came up with a way to add dashed and [true] dotted horizontal lines to tabular entities. cell1 & cell2 & cell3 \\ Sep 24, 2010 · It does not work well with longtable: the bold line does not reach the border, it stops before and continues with a normal line. Apr 3, 2012 · I want to have a horizontal table, like this: However, when using the usual method of creating a table, it quickly becomes a pain having to pre-define the number of columns (especially since I want to generate them using the data tool): \begin{tabular}{ | l | l | l | l | l | l | l | l | l | l | l | l | l | l | } I also want it to be multi-line. What went wrong with my table? Dec 1, 2018 · Creating a table with a vertically separated header row and \hhline produces horizontal line distortion 0 Table with an extra column (comments) without horizontal line-layout Aug 21, 2024 · Draw vertical and horizontal line in table. \documentclass[a4paper,french,12pt,oneside,openright]{memoir} \usepackage[utf8]{inputenc} \usepackage[T1] I'm very new to Latex. I'm trying to make a table with some numbers and a total result, as follows: Age Female Male Total ----- Under 10 5 8 13 10-30 57 61 118 30- Apr 21, 2008 · \end{table*} In \hline, how to control its width? In addition, the above code turns out that the upper horizontal line has different distance to the "TEXT" compared with the lower horizontal line. please see image tables Jan 4, 2014 · How can I build a table in HTML and CSS only with the horizontal lines? I've tried so much stuff but I cant get it to work. Instead, it's the fact that the table's width currently exceeds \textwidth by a considerable bit: Because LaTeX inserts whitespace padding, in the amount of \tabcolsep on both edges of a column, the table's width is \textwidth+8\tabcolsep. 78. Needless to load amsmath in this case, since empheq loads mathtools, which loads amsmath. Mar 4, 2024 · In this comprehensive guide, we dive deep into customizing horizontal lines in LaTeX for maximum visual impact. 4pt "thick", Best alternative to toprule outside table The table has a couple horizontal rules to separate data categories. = {2-5}{0. Playing with the height and width had no discernible effect on this from what Jun 19, 2015 · i have a table of 14 columns, i Drew it with tabu and now the horizontal line stops shortly. Also, to center position of line, you can use center Environment. Hot Network Questions Aug 21, 2016 · The reason this happens is because of the difference between cline and hline. 8ex] used even though there is no line to finish. A professional table has three horizontal lines, two as table frame above and below and one to separate the header row from the data. Increase LaTeX table row height. I want to add an extra \hline to a complex table I created in an R sweave document using tabular(){tables}. How can I fix this? It's well and good to say use \hline but I also need a cmidrule that spans only the second two columns which have no \hline equivalent to my knowledge. This will insert a horizontal line on top of the table and at the bottom too. This function inserts a LaTeX directive to draw a full or partial line in a table. Example Jan 5, 2018 · The example does not show any special formatting, but when I do this in my document they all have the same thickness and darkness (the lines are all identical). I tried adding \noalign{\smallskip} after \hline but it cuts the vertical line of the table. I also have a little bit of horizontal line that sticks out on the left side of the table. Missing Vertical Line Table. Using the Iris data as an example: I want to add an additional horizontal line underneath Iris setosa, spanning only the columns, not the row names. The one thing that I'm struggling with is the broken horizontal lines between the two different "Dep. Now, the question is, how can I make partial horizontal lines like what major role was understanding LaTeX macros. (Lines from the booktabs package are not compatible with vertical lines). \end{tabular} How to do this? Just like the documentation to multirow shows: by adding a cline: \centering. I tried things like following: \begin{table}[h!] \centering \caption{Caption for the table} \label{tab: Mar 14, 2022 · I have a table in Overleaf. With I want to draw a double cline in a table where the first column is multirow With double \\hline I can draw a full double horizontal line but double \\cline{i-j} seems to have the same effect with si Oct 24, 2023 · The booktabs package 5 provides horizontal lines that have better spacing than the default ones, but does not work well with vertical lines. It is much simpler to do that align* via the empheq package, which defines a box key. If I remember correctly a column ends slightly before the end of the table and that's why they have different length. ) – Jun 7, 2021 · The lines from booktabs, by design, are not made to be used with verticla lines, because they have some vertical padding. A horizontal line in a table from column i to column j inclusive can be produced using \cline{i-j}. Something like this: Name (space) Age Andre (space) 12 Jose (spac Apr 13, 2013 · Try to use the booktabs package, which provides different line types. Aug 9, 2022 · Latex_table_screenshot. Feb 20, 2017 · I have some text in a table and I want to add a forced line break. In the picture are boxed areas indicating the multirow cells that have lines going over them. May 6, 2015 · @Alenanno I am making a review for a standardized test. I also improved the table loading the cellspace package, which defines minimal vertical padding between a row and the above and below cells in columns with a specifier prefixed by the letter S: Nov 19, 2019 · Draw Horizontal line between rows in latex table. I changed my bmatrix to array and it took the \hline, but then the array broke the align environment. Is there an easy way to do so, or do I have to create a new line without borders? The same holds true for other situations such as breaking a line in a caption for instance. booktabs lets you use the cmidrule command: the first argument is, in this case, lr which means that you want to trimmer the left and the right part of the line, while the second argument refers to the columns you want to spam with this line. It could be made more robust, in that it assumes one has \tabcolsep border on each side of a column (which of course can be overridden by @{} macros). 9pt} means "make this horizontal line span from the second vertical line to the fifth vertical line". Can longtable add an hline or maybe a thinner line at each pagebreak? May 1, 2019 · I would like to mimecry the following table in LateX: I have tried the following code but I am having hard time to get the partial line on the top (the content is not important, only the top line to specify to 'Tukey comparisons'): Dec 13, 2024 · This command is used to create horizontal lines with different filling patterns within a table cell. It would seem that some package must provide something that You could add a trim option when including your image. When I added a fourth column, the horizontal lines stopped reaching all the way across my table. Provide details and share your research! But avoid …. I‘ll cover the key line commands, troubleshooting tips, length and thickness adjustments, table formatting, creative uses, and plenty of examples. Control placement of text in tabular environment. However, the documentation of the package (texdoc booktabs) provides useful information about layout of tables. 4. Jun 5, 2022 · I am using Longtable. The next row contains a correction by adding the trim option, using negative space of -5bp. Odd. You can replace the vertical spacing added by booktabs around horizontal rules (that's responsible for non joining vertical rules) with the cellspace package; it lets you define minimal vertical spacingabove and below cells of a given column, prefixing its specifier with the Nov 24, 2024 · Emacs align commands: the align commands can clean up a messy LaTeX table. Skip to contents will be interpreted by LaTeX as a request for a horizontal Apr 20, 2020 · With the help of the hhline package. My vertical lines are being broken up (disrupted) by horizontal booktabs lines. \caption{Multi-row table} \label{tab:Mergedrows} \vspace{1ex} \begin{tabular}{|c|c|} \hline. Feb 4, 2011 · How do I change the border style? Using | I can draw thin solid vertical lines and \hline draws thin solid horizontal lines. Jul 14, 2017 · The booktabs package can help you improve your tables; the package documentation gives useful advice on formatting tables. But I want the start of the horizontal line to align with A and H in the vertical direction, and the end of the horizontal line to align with F. I do not think I understand how to use that command completely. For example, the original table is . Please help me. We are exploring line breaks. We do this with booktabs package (whose documentation explains some good practices about writing tables) Feb 26, 2014 · Is there a way to limit the length of a hline, so that it behaves like a cline? What I want to achieve is to have the the double lines you will get, when calling \hline twice. Dec 3, 2018 · Additional horizontal lines can be added by using the \hline command between rows, just as the top and bottom lines were added. Apr 4, 2023 · With these modifications, the tables may "fit"; however, the header row looks awful. However, copying the generated source code to your document is not convenient at all. May 1, 2012 · LaTeX forum ⇒ Graphics, Figures & Tables ⇒ Horizontal Line affects Table Alignment Information and discussion about graphics, figures & tables in LaTeX documents. May 19, 2019 · In order to remove the horizontal line that goes throught the first cell in the first column, replace \hline by \cline{2-19}. It's most commonly used to draw a line at the top, bottom, and between the rows of the table. With {NiceTabular}, you will have a perfect result in the PDF viewers (at all levels of zoom) because the colored panels are filled before the rules are drawn thanks to PGF/Tikz and informations written on the |aux| file. For all this I recommend the package booktabs. Oct 8, 2020 · I wonder if it is possible to insert a horizontal line in an arbitrary position with the tables package, since the documentation does not explain how to achieve it. I would like to insert a double line (\\[-1. Add space between horizontal line and text inside a table - LaTeX. g. Mar 24, 2017 · The table created has an horizontal line before the table caption, which is what I want. A vertical line can be drawn using the \vline command. Here’s a guide on how to use \\cline in LaTeX: Contents show Basic Syntax: Multiple ‘\\cline’ Commands: Basic Syntax: The basic syntax of the \\cline command is <a title="How to use ‘\\cline’ in LaTeX Aug 23, 2011 · Rather than using a loop, consider using the existing print. Apr 25, 2023 · Command allows you to set the slope for the line you want to draw. . The \hline macro inserts horizontal lines with the right length. something like the following: \begin{tabular}{|c|c|c|} \hline Foo bar & Foo <forced line break here> bar & Foo bar \\ \hline \end{tabular} Dec 10, 2014 · I am using Tabular to make a simple table. \toprule and \bottomrule appear before and after the table respectively, while the full horizontal ones are done with \midrule. \hrulefill This creates a horizontal line that fills the entire width of the cell. Nov 25, 2017 · Draw Horizontal line between rows in latex table. Jun 10, 2021 · the stray lines below and above the table are caused by all these \\[-1. I would like a thick outer border and thin dotted lines of various sizes and colors in the table. after that controls horizontal lines between the table lines. Instead of \hline you can use \toprule, \midrule or \bottomrule. & This is the column separator in a LaTeX table. Create LaTeX tables online : Online tool. 75\textwidth}{CCCC} Only as a matter of style, I made also some other changes ( removing vertical lines and unnecessary horizontal lines, using booktabs commands for horizontal lines and raising a little the caption. Table 4 shows how things can be improved by (a) providing some hierarchical structuring to the header row and (b) omitting all vertical lines and employing fewer, but well-spaced horizontal lines. As far as I understand that should happen by default but it doesn't and it is not clear how to do that with options. 3. please reconsider such a table layout. I want to remove the horizontal line (crossing the number 0. Jun 15, 2016 · In LaTeX you can do it with tabu. For horizontal rules, you can use the boldline package (from the shipunov bundle). What I basically want is the following table without the first 'box' (7C0, 3700, 11111000000). Nov 23, 2023 · The \\hline command in LaTeX is used to create horizontal lines in tables. And that the top, left, and bottom border of that column/row is removed. I know I can use \cline{} command to remove some horizontal lines, but I do not know how to use the combination of them. Hot Network Questions Jul 5, 2015 · This is a possibility, but doesn't answer the question of how to get a horizontal line in bmatrix. For the thickened \cline (which is now \tabucline[1pt]{2-6}) to not create a gap in the outer frame, one has to “undo” the vertical space added by the rule by annotating the preceding linebreak \\[-1pt]. My table has 7 columns, however the first row only has one cell that spans columns 3-7. \newline This paragraph provides no information whatsoever. Feb 25, 2015 · The package nicematrix provides an environment {NiceTabular} with tools which have been designed to address that kind of problem. Table border line is missing. I have found the package dashrule via this answer, but this only works for \rule situations; i. " columns (gap between model "(5)" and "(6)". Dec 13, 2015 · Since you're already loading the booktabs package, you should give serious thought to improving the overall "look" of the table by (a) getting rid of all vertical lines, (b) getting rid of most horizontal lines, and (c) using the macros \toprule, \midrule, and \bottomrule of the booktabs package for the remaining three horizontal lines. But the booktabs rules do not. Width, data=iris) ) How to add a forced line break inside a table cell. So it becomes invisible. However booktabs documentation says: A somewhat technical note: within a longtable, \hline and \hline\hline both produce a double rule (to allow for page breaks occurring at that point). May 22, 2017 · For those that need help figuring this out: hline{1} refers to the first horizontal line in the table. Sep 23, 2022 · In this article, we showed how to render a table in LaTex, both horizontally and vertically. Can you guess which version I recommend? Apr 30, 2015 · Here's a starting point for you to work on. In a table I would like to have a line break in the text inside a cell. The first row contains images without options, touching the lines above and below. Assigning colors to HTML table columns based on conditions. For three columns, my table displayed fine. Var. Dec 21, 2012 · How can I add horizontal and vertical lines and label column and rows of the table. I want to insert a forced line break without having to specify the column width, i. and my code is below. . xtable parameters. How to make the "TEXT" even between the upper and lower lines. The booktabs package also provides \cmidrule that can be with l or r to shorten the line in the left or right end, respectively. It is a simple yet powerful command that can separate rows or sections within a table. Via google you will find a lot of examples. With tblr environment you can use \cline command to draw a colorful partial horizontal line. Even in this little example the results are better; compare the vertical spacing of the horizontal rule using booktabs: Jul 19, 2012 · I've seen the following table in paper and would like to reproduce it in LaTeX. Aug 29, 2014 · As has been mentioned in the comments, the first rule of the booktabs documentation is to never use vertical rules. Mar 30, 2014 · Your tables become more readable and beautiful if you get rid of vertical lines and some of the horizontal lines (you need only three of them, two at the top and one at the bottom). Then, \ref{table:nonlin} refers to this table whenever it is needed to print the table number in the text. Furthermore, hlines can not cross multirow cells in any case, so you can simply write \hline instead of \cline in this example: Oct 12, 2017 · \hrule is a TeX primitive, and so not actually a LaTeX command, and so its behaviour isn't as you might expect since it removes the interline spacing. 2 posts • Page 1 of 1 LaTeX tables: How do I make bold horizontal lines (typically \hline)? The best answer suggests to use booktabs. Aug 23, 2016 · A horizontal line in a latex table. The syntax is \line(x-slope,y-slope){length} For horizontal line, you need to use 1,0 as first argument and can pass length as you need. Note this requires the array package. 8ex]) instead of the first line (simple \hlineor \topline). Thanks a lot. For example, there is a parameter hline. 1. I added the vertical alignment of numbers in scientific notation thanks to the numprint package and its n/N column types, some more vertical spacing in cells with the cellspace package — and some colors… bol is used at the begin of every line (in the first line after start, might contain \noalign)) eol is used at the end of every line (inside \\ such that it's part of the last used column) lastline is used at the same place eol would've been used if the last line of the alignment wasn't ended with \\ stop is used after the last line (might This paragraph contains no information and its purposes is to provide an example on how to insert white spaces and lines breaks. For example \cline{3-5} produces a horizontal line spanning columns 3, 4 and 5 of some table. The rows and columns on this standardized test are always separated by horizontal and vertical lines. I want the horizontal \hline to be thinner and lighter in the middle of the table as shown in the picture. 3). Oct 16, 2014 · You can have thick \hlines with the makecell package and its \Xhline{width} and \Xcline{col1-col2}{width} commands. It is beneficial when highlighting specific cells or groups within a table. Rules in LaTeX are 0. – Alejandro DC Commented Jan 15, 2015 at 14:42 In a normal table, you can use the \hline command to draw a horizontal line. Oct 8, 2022 · I would like to add an horizontal line between the end of the first paragraph and the beginning of the second one: \begin{table}[htb] \small % \footnotesize \begin{tblr}{hlines={blue}, vlin Apr 25, 2014 · You can also have the border thicker if you supress the outer vlines and hlines, and replace them with an \fbox with no fboxsep. It defines \hlineB and a \clineB commands, which use a num \arrayrulewidth argument. Have a look at this example. An \hline command at the beginning of a (leftmost) cell places a horizontal line with height \arrayrulewidth above the cell. Here’s a guide on how to use \\hline in LaTeX: Contents show What is ‘\\hline’ in LaTeX? Basic Usage Customizing Lines: Double Lines: Avoiding Lines: ‘Booktabs’ <a title="How to use ‘\\hline’ in LaTeX Tables?" class May 5, 2021 · The package booktabs is the suitable option for achieving what you desire, coupled with the command \multicolumns. 34. In short I would like to achieve similar functionality of attached screenshot of MS word table options in LaTeX. Sep 3, 2017 · I want to put a horizontal line between first and second rows in the following table: \centering.
hgpgkprk efoyjif lmg aswz lkm qfvng ixr spxlv hjbgqwfu iqie
{"Title":"What is the best girl
name?","Description":"Wheel of girl
names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,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],[0,1],[2,3],[32,33],[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],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}