-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use cvsubentry #29
Comments
Fixed this problem #28 |
@posquit0 I happen to continue to have this problem, cvsubentry is not working correctly when all parameters are provided. The error I get is
|
@mpeterson Please post a compilable example to let us reproduce the issue. Did you download the updated template? |
@johannesbottcher Sorry for the delay. I cloned the Git repository and it was updated, so yes. Using the example that sits on the example folder of the repository if you have this "complex" entry it won't work. \cventry
{Title} % Job title
{Org} % Organization
{Location} % Location
{Feb. 2009 - May. 2012} % Date(s)
{
\begin{cvsubentries}
\cvsubentry
{Sub Title 1}
{Sub Org 1}
{Dec. 2009 - May. 2012}
{
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {item 1.}
\item {item 2.}
\end{cvitems}
}
\cvsubentry
{Sub Title 2}
{Sub Org 2}
{Feb. 2009 - Nov. 2009}
{
\begin{cvitems}
\item {Item 1}
\item {Item 2}
\end{cvitems}
}
\end{cvsubentries}
} But it wouldn't work either with this simple entry that was part of the examples that was provided (once you add a title and a description: \cventry
{Freelance Penetration Tester} % Job title
{SAMSUNG Electronics} % Organization {S.Korea} % Location
{Sep. 2013, Mar. 2011 - Oct. 2011} % Date(s)
{
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {Conducted penetration testing on SAMSUNG KNOX, which is solution for enterprise mobile security.}
\item {Conducted penetration testing on SAMSUNG Smart TV.}
\end{cvitems}
\begin{cvsubentries}
\cvsubentry{added title}{KNOX(Solution for Enterprise Mobile Security) Penetration Testing}{Sep. 2013}{added description}
\cvsubentry{added title}{Smart TV Penetration Testing}{Mar. 2011 - Oct. 2011}{added description}
\end{cvsubentries}
} |
That issue was never fixed, i'll take a look at the mess. |
@mpeterson You can try out #48 |
I continue to have this problem as well. I can provide an mwe if need be. |
@jasonhemann Please do so. |
There is at least one issue with a missing And this issue should not be closed, since the issue persists ... |
I also have the same issue. This should be re-opened. |
I can't add subentries with nested list like what @mpeterson has, how can I fix this? The changes from @johannesbottcher weren't indented the way I wanted them to be and there was a lot of whitespace between the title and the description. |
@GiorgioBalestrieri @gamerkhang did you guys ever find a workaround? |
nope, i only commented a couple days ago lol |
``` modified: 99_Utility/01_remove_tmp_files.sh modified: examples/resume-0.png modified: examples/resume-1.png modified: examples/resume.pdf modified: examples/resume/experience_korean.tex modified: examples/resume/project.tex new file: examples/resume/project_korean.tex modified: examples/resume_korean.pdf modified: examples/resume_korean.tex ```
posquit0#29-korean-version-5-project Closes posquit0#29 See merge request wooheaven/Awesome-CV!30
|
Same here. |
For anyone still looking for the answer, this has solved my issue: #297 |
Thank you for the great template.
I've been having trouble using the \cvsubentry commnad.
I'm not sure what I'm doing wrong here. I receive an error stating that
I've tried many different things, such as placing the sub-entry environment within the entry environment, etc. Can you provide a .tex file with an example of its usage? Thanks again.
The text was updated successfully, but these errors were encountered: